Command-line note taking application
Project description
doggy-notes CLI
Fast note-taking in the terminal using JSON storage.
Create and manage notes quickly without leaving the command line.
Features
- Create notes
- Delete single or multiple notes
- JSON storage
- Tag support
- Creation timestamps
Installation
Clone the repository:
git clone https://github.com/Dev-ev-v/doggy-notes.git
cd doggy-notes
Install:
pip install .
Or:
pip install doggy-notes
Quick Start
Create a note:
doggy add
List notes
doggy list
Delete a note:
doggy delete 3
Command Reference
| Command | Description |
|---|---|
| add | Create note |
| delete | Delete note |
| list | Show notes |
Storage
Notes are stored locally in JSON.
Example structure:
{
"content":"Review argparse",
"title":"Note",
"description":"How to use argparse + examples"
"tags":["python","cli"],
"data":"2026-04-25"
}
Roadmap
Planned:
- SQLite backend
- Search notes
- Edit notes
- Export notes
- Encryption
- Backup support
Built as a lightweight, fast and privacy-friendly terminal note manager.
Contributing
Issues and suggestions welcome.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file doggy_notes-1.1.1.post5.tar.gz.
File metadata
- Download URL: doggy_notes-1.1.1.post5.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e99c8ce1c6d993a5f24fbfbb57fe7f8c5de30c80b1d45492abf7f914fb62d638
|
|
| MD5 |
6c8f7dfb77a076fcaae554e808fc21b0
|
|
| BLAKE2b-256 |
2799fd237da6c9f5dab137dcf30a71160d9163e885c2ee5ca36ced966e76041d
|
File details
Details for the file doggy_notes-1.1.1.post5-py3-none-any.whl.
File metadata
- Download URL: doggy_notes-1.1.1.post5-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df24ff6bebb22c31a0b5594ac79d0d5dd0b778c4258b2361ca2ab4f0ec39c041
|
|
| MD5 |
1327241a79b964f8781eaf7c36c4de00
|
|
| BLAKE2b-256 |
339875ea2efa9d05fb6e307c42dff51dc18a47f232acfb13795801c5c75eb227
|