A clean, retro-styled command-line notes manager β made for fun, built in Python.
NoteMan is a simple terminal-based note tool. It lets you:
- βοΈ Write notes
- π View your saved notes
- π List all notes
- π§½ Edit or delete specific notes
- π¨ Use panic mode to clear everything in one go
Your notes are stored locally inside a storage/ directory.
No internet. No cloud. No nonsense.
| Command | Description |
|---|---|
note write |
Create a new note |
note view |
View a specific note |
note list |
See all saved notes |
note delete |
Delete a note by its name |
note edit |
Edit an existing note |
panic |
π£ Wipe all your notes immediately |
setup |
First-time setup β installs dependencies |
| Home Page | Write Mode | List Mode |
|---|---|---|
![]() |
![]() |
![]() |
π You only need Python 3 and Git installed initially.
git clone https://github.com/TheDesiignerr/NoteMan
cd NoteManpython3 main.pysetup- It will auto-install or update Git (asks for
sudoif needed). - Prepares everything so you're ready to go.
- Then start writing notes with
note write, list them withnote list, etc.
All notes are saved as .txt files inside a local storage/ directory.
You can back it up, or wipe it with panic mode if needed.
Honestly? No deep reason.
Just built for fun, for people who enjoy working in the terminal.
Made by TheDesiignerr
Powered by Python 3, colorama, and terminal energy β‘
MIT License β free to use, fork, modify, or obliterate.


