Loading repository data…
Loading repository data…
Geovanni-dev / repository
Criei o CLInote porque precisava de um editor de notas mais eficiente para armazenar meus documentos, esqueletos de scripts e códigos, já que o Notepad não atendia às minhas necessidades. Resolvi compartilhar o projeto via PyPI (instalável) com outras pessoas que talvez enfrentem o mesmo desafio e buscam um fluxo de trabalho mais ágil no terminal.
📋 About
CLInote is a minimalist note manager focused on high productivity for terminal users. Built to be fast, portable, and distraction-free, it lets you create, list, and edit your notes directly from your favorite editor.
🚀 Features
📦 Installation
pip install CLInote
🛠️ Usage
After installation, the gr command will be available globally:
| Action | Command | Description |
|---|---|---|
| Create note | gr add <name> | Creates a new note and opens the editor. |
| List all | gr list | Displays all your saved notes. |
| Open note | gr <name> | Opens an existing note for editing. |
| Delete note | gr delete <id> | Permanently removes a note. |
💻 Setting up CLI editors (Recommended)
For the full terminal experience, install Vim or Nano:
sudo apt update && sudo apt install vim nanosudo dnf install vim nanobrew install vim nanowinget install vim.vim nano.nano💡 Project Philosophy
CLInote believes that productivity comes from simplicity. The system automatically looks for the most efficient editor in your environment. If no CLI editor is found, the system falls back to your operating system's default editor (Notepad).
💡 Editing Tips
CLInote uses your system editor. Here are the essential commands:
Vim:
Enter insert/edit mode: Press i.
Save and quit: ESC, type :x and press Enter.
Copy text: Hold SHIFT while selecting with the mouse, then use Ctrl + C.
Nano:
Save: Ctrl + O and Enter.
Quit: Ctrl + X.
Copy: Select with the mouse and use Ctrl + Shift + C (or just Enter on some terminals).
🗂️ Data Architecture
Data is stored locally and persistently:
%APPDATA%\CLInote\~/.config/CLInote/🛠 Technologies
📄 License
MIT © Geovani Rodrigues 2026