Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

🗒️ MyNote CLI

MyNote is an ultra-lightweight utility for managing notes right from your Linux terminal. Designed for those who value speed and don’t want to leave the command line to jot down an important thought or reminder.

Features

Instant creation: Just type your text after the command.

Convenient list: View all notes with automatic numbering.

Easy deletion: Delete outdated entries by their number.

Search and tags: Find what you need by keywords (if you’ve already implemented this feature).

Snap package: Works on any Linux distribution.

Installation

Install the official version via Snap:

sudo snap install mynote

Usage

After installation, the program is available via the mynote command.

Add a note

Just type any text:

mynote Doctor's appointment at 12:30

View all notes

mynote -l

Delete a note

Use the -d flag and the line number from the list:

mynote -d 1

Check version

mynote -v

Technical details

Language: Bash

Storage: Notes are stored in your home directory in the file ~/.my_notes.txt (or inside the Snap isolation).

License: MIT

Contact and Contribution

If you have ideas on how to improve MyNote, create an Issue or submit a Pull Request in this repository!

Author: Nazar Adamenko/Atoryx1s

Buy Me A Coffee

About

A simple bash script to manage quick notes via terminal.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages