summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-11-08 16:24:45 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-11-09 21:48:26 +0100
commited08e2ccf98999b106305bd3ac8013d4ef78e17b (patch)
tree15401404ff5902c7118eaa1cd0a0f071760b09d0 /README.md
parent093363f7e1457e9d0e55b23e645b4288437be27b (diff)
Update examples
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 082add42..bf5646e5 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ imag diary -p private create
# Uh, I forgot something in a diary entry, select one (or multiple) and edit it
# use the `fzf` tool here (not a part of imag) to select from the IDs
-imag diary -p private list | fzf -m | imag edit -I
+imag diary -p private list | fzf -m | imag edit
# Link a contact to the diary entry
imag link diary/private/2018/01/01/00:00:00 contact/bc222298-casf-40a4-bda1-50aa980a68c9
@@ -97,8 +97,9 @@ imag notes create "pineapple"
# Where was that contact again?
imag grep Eva # also possible with `imag contact find Eva`
+
# Okay, we need to add some imag-internal notes to that contact
-imag grep Eva -l | imag edit -I
+imag grep Eva -l | imag edit
# Now save our work
imag git add . # "imag-git" simply calls git in the imag store