diff options
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 |