RSS

(root)/users/lolando/sgeps/trunk : /zsh-completion (revision 15)

To get this branch, use:
bzr branch /loggerhead/users/lolando/sgeps/trunk
Line Revision Contents
1 15
#compdef sgeps
2
3
_arguments \
4
  - set1 '--create[create the store]' \
5
  - set2 '--add[add a key/value to the store]:add option:((--batch\:"add a key/value to the store with no interactive terminal" --overwrite\:"replace a key/value" \:key))' \
6
  - set3 '--read[read all data of a key from the store]:key:( )' \
7
  - set4 '--copy[copy the login and password of a key to the X clipboard]:message:((--login\:"opy the login of a key to the X clipboard" --password\:"copy the password of a key to the X clipboard" \:key))' \
8
  - set5 '--delete[delete a key from the store]:key:( )' \
9
  - set6 '--list[list existing keys]' \
10
  - set6 '--search[list existing keys matching the pattern]:pattern:( )' \
11
  - set7 '--edit[edit the data for a key]:key:( )'
12
13
14

Loggerhead 1.17 is a web-based interface for Bazaar branches