Skip to content

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.

Notifications You must be signed in to change notification settings

TheDesiignerr/NoteMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—’οΈ NoteMan

A clean, retro-styled command-line notes manager β€” made for fun, built in Python.

NoteMan Screenshot


πŸ“Œ What is NoteMan?

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.


πŸ”§ Features

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

πŸ“Έ Screenshots

Home Page Write Mode List Mode
Home Write List

πŸš€ Installation & Usage

πŸ“Œ You only need Python 3 and Git installed initially.

1. Clone the repository

git clone https://github.com/TheDesiignerr/NoteMan
cd NoteMan

2. Run NoteMan

python3 main.py

3. Inside NoteMan, type:

setup
  • It will auto-install or update Git (asks for sudo if needed).
  • Prepares everything so you're ready to go.
  • Then start writing notes with note write, list them with note list, etc.

πŸ“ Local Note Storage

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.


🀷 Why?

Honestly? No deep reason.
Just built for fun, for people who enjoy working in the terminal.


πŸ§‘β€πŸ’» Author

Made by TheDesiignerr
Powered by Python 3, colorama, and terminal energy ⚑


πŸͺͺ License

MIT License β€” free to use, fork, modify, or obliterate.

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages