You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Password manager for the command line for Unix like operating
81
+
systems
82
+
83
+
Options:
84
+
85
+
-h --help Print help information
86
+
-I --init <path> Initialize a new database
87
+
-d --decrypt <path> Decrypt password database
88
+
-C --clone <id> Clone an entry with <id>
89
+
-R --remove <id> Remove an entry with <id>
90
+
-U --use-db <path> Set <path> as active database
91
+
-f --find <term> Search entries with <term>
92
+
-E --edit <id> Edit entry by <id>
93
+
-l --list-entry <id> List entry by <id>
94
+
-x --export <filename> Export all entries to <filename>
95
+
-g --genpass <length> Generate password of given <length>
96
+
-e --encrypt Encrypt the current database
97
+
-A --add Add a new entry
98
+
-p --path Show current database path
99
+
-a --list-all List all entries in current database
100
+
-s --show Show passwords when listing entries
101
+
-c --copy Copy password to clipboard
102
+
-v --version Show version information and exit
110
103
111
104
112
105
AUTHORS
113
106
Copyright (C) 2021 Anand B Pillai <abpillai@gmail.com>
114
107
115
108
116
-
The command line flags are grouped into `Edit/Create`, `Find/List`, `Misc` and `Help` actions. The first group of actions allows you to work with password databases and perform create/edit as well as encrypt/decrypt actions. The second set of actions allows you to work with an active decrypted database and view/search/list entries.
0 commit comments