summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/cli.yml25
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/cli.yml b/etc/cli.yml
index 33bd260b..21b38e0f 100644
--- a/etc/cli.yml
+++ b/etc/cli.yml
@@ -105,6 +105,31 @@ subcommands:
required: false
takes_value: true
+ - open:
+ about: Open bookmarks
+ version: 0.1
+ author: Matthias Beyer <mail@beyermatthias.de>
+ args:
+ - id:
+ long: id
+ help: Open Bookmark with ID
+ required: false
+ takes_value: true
+
+ - match:
+ short: m
+ long: match
+ help: Open links matching regex
+ required: false
+ takes_value: true
+
+ - tags:
+ short: t
+ long: tags
+ help: Open links with these tags
+ required: false
+ takes_value: true
+
- remove:
about: Remove bookmark(s)
version: 0.1