Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

notes

A (very) minimal notes taking tool built on top of git.

Usage

Add a note

notes add I need a cat.

And then a couple of days later …

notes add Maybe I need two cats.

View notes

notes view

2015-01-22  Maybe I need two cats.
2015-01-21  I need a cat.

See notes since yesterday

notes view yesterday

2015-01-21  I need a cat.

And this works too:

notes view 2 weeks ago

Or this:

notes view 2015-01-01

Search notes

notes search cat

2015-01-22  Maybe I need two cats.
2015-01-21  I need a cat.

Sync notes

notes sync

This will git pull --rebase and then git push your notes.

Enjoy!

About

A (very) minimal notes taking tool built on top of git.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages