From e21f0833d8707e322d85325d7c9e5e78706e2c1c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 17 Jan 2016 19:36:21 +0100 Subject: [PATCH] Remove old etc/cli.yml --- etc/cli.yml | 508 ---------------------------------------------------- 1 file changed, 508 deletions(-) delete mode 100644 etc/cli.yml diff --git a/etc/cli.yml b/etc/cli.yml deleted file mode 100644 index 1ed39342..00000000 --- a/etc/cli.yml +++ /dev/null @@ -1,508 +0,0 @@ -name: imag -version: 0.1 -author: Matthias Beyer -about: PIM-Suite for the console -args: - - verbose: - short: v - long: verbose - help: Enable verbosity - required: false - - - debug: - short: d - long: debug - help: Sets the level of debugging information - required: false - - - report: - long: report - help: Print "Ok" on success, "Error" on failure (except hard errors) before exiting, regardless of verbosity - required: false - - - rtp: - short: r - long: runtimepath - help: Set the runtime path - required: false - takes_value: true - - - editor: - short: e - long: editor - help: Set editor, if not set $EDITOR of the system will be asked, else vim - required: false - takes_value: true - - - editor_opts: - long: editor-opts - help: Set editor options - required: false - takes_value: true - - - storename: - short: s - long: storename - help: Name of the store in the runtimepath. Defaults to "store" - required: false - -subcommands: - - cal: - about: Calendar module - version: 0.1 - author: Matthias Beyer - - - cont: - about: Contact module - version: 0.1 - author: Matthias Beyer - - - mail: - about: Mail module - version: 0.1 - author: Matthias Beyer - - - wiki: - about: Wiki module - version: 0.1 - author: Matthias Beyer - - - bm: - about: Bookmark module - version: 0.1 - author: Matthias Beyer - subcommands: - - add: - about: Add bookmark - version: 0.1 - author: Matthias Beyer - args: - - url: - short: u - long: url - help: Add a new URL as bookmark - required: true - takes_value: true - - - tags: - short: t - long: tags - help: Add these tags to the URL - required: false - takes_value: true - - - list: - about: List bookmarks - version: 0.1 - author: Matthias Beyer - args: - - pretty: - long: pretty - help: Print table with ASCII-border - required: false - takes_value: false - - - match: - short: m - long: match - help: Match for regex - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Filter for these tags - required: false - takes_value: true - - - open: - about: Open bookmarks - version: 0.1 - author: Matthias Beyer - 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 - author: Matthias Beyer - args: - - id: - long: id - help: Delete Bookmark with ID - required: false - takes_value: true - - - match: - short: m - long: match - help: Match for regex - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Filter for these tags - required: false - takes_value: true - - - add_tags: - about: Add tags to bookmark(s) - version: 0.1 - author: Matthias Beyer - args: - - with_id: - long: with-id - help: Add tags to bookmark with ID - required: false - takes_value: true - - - with_match: - short: m - long: with-match - help: Add tags to bookmark(s) which match this regex - required: false - takes_value: true - - - with_tags: - long: with-tags - help: Add tags to bookmark(s) which have these tag(s) - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Add these tags - required: true - takes_value: true - - - rm_tags: - about: Remove tags from bookmark(s) - version: 0.1 - author: Matthias Beyer - args: - - with_id: - long: with-id - help: Remove tags from bookmark with ID - required: false - takes_value: true - - - with_match: - short: m - long: with-match - help: Remove tags from bookmark(s) which match this regex - required: false - takes_value: true - - - with_tags: - long: with-tags - help: Remove tags from bookmark(s) which have these tag(s) - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Remove these tags - required: true - takes_value: true - - - set_tags: - about: Set tags in bookmark(s) - version: 0.1 - author: Matthias Beyer - args: - - to_id: - long: to-id - help: Set tags in bookmark with this id - required: false - takes_value: true - - - to_match: - short: m - long: to-match - help: Set tags in bookmark(s) which match this regex - required: false - takes_value: true - - - to_tags: - long: to-tags - help: Set tags in bookmark(s) which have these tag(s) - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Set these tags - required: true - takes_value: true - - - todo: - about: Todo module - version: 0.1 - author: Matthias Beyer - - - news: - about: News module - version: 0.1 - author: Matthias Beyer - - - notes: - about: Notes module - version: 0.1 - author: Matthias Beyer - subcommands: - - add: - about: Add Note - version: 0.1 - author: Matthias Beyer - args: - - name: - short: n - long: name - help: Add a name to the note - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Add these tags to the note - required: false - takes_value: true - - - edit: - about: Edit Note - version: 0.1 - author: Matthias Beyer - args: - - id: - long: id - help: Edit Note with this ID - required: false - takes_value: true - - - namegrep: - short: n - long: name - help: Edit notes where the name matches this regex - required: false - takes_value: true - - - grep: - short: g - long: grep - help: Edit notes where the content matches this regex - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Edit notes with these tags - required: false - takes_value: true - - - show: - about: Show note(s) - version: 0.1 - author: Matthias Beyer - args: - - plain: - long: plain - short: p - help: Show notes plain (like with 'cat') - required: false - takes_value: false - - - id: - long: id - help: Open note with this ID - required: false - takes_value: true - - - namegrep: - short: n - long: name - help: Open where name matches this regex - required: false - takes_value: true - - - grep: - short: g - long: grep - help: Open where grep with regex finds something - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Open all notes with these tags - required: false - takes_value: true - - - open: - about: Open notes as HTML page in browser (via XDG-open) - version: 0.1 - author: Matthias Beyer - args: - - onepage: - long: onepage - short: o - help: Open notes as one page - required: false - takes_value: false - - - id: - long: id - help: Open note with this ID - required: false - takes_value: true - - - namegrep: - short: n - long: name - help: Open where name matches this regex - required: false - takes_value: true - - - grep: - short: g - long: grep - help: Open where grep with regex finds something - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Open all notes with these tags - required: false - takes_value: true - - - list: - about: List notes - version: 0.1 - author: Matthias Beyer - args: - - pretty: - long: pretty - help: Print table with ASCII-border - required: false - takes_value: false - - - namegrep: - short: n - long: name - help: Filter for name which matches this regex - required: false - takes_value: true - - - grep: - short: g - long: grep - help: grep with regex - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Filter for these tags - required: false - takes_value: true - - - links: - about: List links in notes - version: 0.1 - author: Matthias Beyer - args: - - internal: - short: i - long: intern - help: List only links to imag content - required: false - takes_value: false - - - external: - short: e - long: extern - help: List only links to outside of imag - required: false - takes_value: false - - - id: - long: id - help: Delete Note by ID - required: false - takes_value: true - - - namegrep: - short: n - long: name - help: Filter for name which matches this regex - required: false - takes_value: true - - - grep: - short: g - long: grep - help: grep with regex - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Filter for these tags - required: false - takes_value: true - - - remove: - about: Remove note(s) - version: 0.1 - author: Matthias Beyer - args: - - id: - long: id - help: Delete Note by ID - required: false - takes_value: true - - - match: - short: m - long: match - help: Match for regex - required: false - takes_value: true - - - tags: - short: t - long: tags - help: Filter for these tags - required: false - takes_value: true -