diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-20 01:08:44 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-20 01:08:44 +0000 |
commit | a768fe79588068444003148eb92165084968fa8c (patch) | |
tree | dd6ff7c1c4bf3d5925abb661a6bf1786eb67e098 | |
parent | 891f946e86f8a0911f67983d52fccacc9f8ebbad (diff) | |
download | recit-a768fe79588068444003148eb92165084968fa8c.tar.gz |
test
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,6 +31,7 @@ pass it as a 3rd argument, like `recit add-entry now "this is the entry"` You can also add entries in the future by running `recit add-entry tomorrow` or any date like `recit add-entry 2022-07-22`. + ## view entries `recit today` or `recit tomorrow` (also `recit yesterday`) @@ -38,4 +39,4 @@ You can also add entries in the future by running `recit add-entry tomorrow` or ## edit entries you'll notice that `recit add-entry` returns a UUID, you can pass this UUID to `recit edit-entry` -to edit the entry
\ No newline at end of file +to edit the entry |