From 6762374f5dfd30d0d2d5ea960d0ff6736f1c9d97 Mon Sep 17 00:00:00 2001 From: Sina Siadat Date: Thu, 7 May 2015 03:53:26 +0430 Subject: [PATCH] added bare "edit" to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f8d7fc8..f56fd01 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ eton is a note-taking cli tool. # quick add eton new '[ ] do something' + # edit the last item + eton edit + # add text from STDIN ps aux | eton new - @@ -45,7 +48,7 @@ eton is a note-taking cli tool. eton show processes # edit items - eton edit {1..3} + eton edit {1..3} 4 prcs # alias matching is fuzzy eton cat prcs