added bare "edit" to README

master
Sina Siadat 9 years ago
parent bcaf214eda
commit 6762374f5d

@ -14,6 +14,9 @@ eton is a note-taking cli tool.
# quick add # quick add
eton new '[ ] do something' eton new '[ ] do something'
# edit the last item
eton edit
# add text from STDIN # add text from STDIN
ps aux | eton new - ps aux | eton new -
@ -45,7 +48,7 @@ eton is a note-taking cli tool.
eton show processes eton show processes
# edit items # edit items
eton edit {1..3} eton edit {1..3} 4 prcs
# alias matching is fuzzy # alias matching is fuzzy
eton cat prcs eton cat prcs

Loading…
Cancel
Save