|
2 years ago | |
---|---|---|
spec | 3 years ago | |
src | 2 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
shard.lock | 2 years ago | |
shard.yml | 2 years ago |
Take notes in your terminal
make
./note a note to be written in .local/notes ~~ and a second line to write after the ~~ third line
Usage: notes [arguments]
-c=TAG, --category=TAG Choose a title prefix (change the directory)
-t=TITLE, --title=TITLE Change de title (default = HOUR:MINUTE)
-s=SUBTITLE, --subtitle=TITLE Change de subtitle (default none)
-I, --no-increment Do not increment the last note (new title)
-P, --show-path Show this current file's path
-p=PATH, --path=PATH Choose the file's path
-D, --show-directory Show this current file's directory
-d=PATH, --directory=PATH Choose the file's directory
-N, --show-name Show this current file's name
-n=NAME, --name=NAME Choose the file's name
-w, --week Show the last week of notes
--last-days=N Show the last days of notes
--stdin Read on stdin
-h, --help Show this help
TODO: Write development instructions here