TERMINOTES

A simple note-taking application that runs in the terminal _

tn add -t 'My First Note' -c 'This is a simple terminal note app.'

> Note added successfully!

Why Terminotes?

> No account needed

> Everything stored locally

> Fast and lightweight

> Perfect for coders & terminal lovers

> Works on mobile with keyboard

Core Features

Create & Organize

Create notes with titles and content directly from your terminal.

Search & Find

Quickly search for notes by title or content.

Local Storage

All data stored locally in JSON format - no cloud, no accounts.

Import/Export

Easily import and export your notes to JSON files.

Multiline Support

Create complex notes with multiline support.

Minimal & Fast

Lightweight design makes it perfect for quick notes.

How to Use

// Create a note tn add -t "Title" -c "Content" // Create a multiline note tn add -m // List all notes tn list // View a specific note tn view -id 1 // Search for notes tn search -q "keyword" // Export your notes tn export

Future Plans

> Categories & Books system

> Reminder system

> Tags for notes

> Encryption & password protection

> Markdown support