Skip to content

Command line notes utility written in Crystal programming language.

License

Notifications You must be signed in to change notification settings

hjleochen/cnotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cnotes

Command line notes utility written in Crystal programming language.

Installation

copy notes to $PATH

Usage

  notes - notes utility save data in local sqlite3 database.

  Usage:
    notes [command] [arguments]

  Commands:
    a               # add note.
    d               # delete note by id.
    help [command]  # Help about any command.
    init            # init sqlite3 db.
    l               # list all notes.
    s               # search notes by keywords.

Data file path : ~/.note.sqlite3

Build

git clone https://github.com/hjleochen/cnotes.git
shards
crystal build notes.cr --release

About

Command line notes utility written in Crystal programming language.

Resources

License

Stars

Watchers

Forks

Packages

No packages published