dp646576 42b644a27b Update 'README.md' | 5 年 前 | |
---|---|---|
src | 5 年 前 | |
README.md | 5 年 前 |
Run the following code in a terminal:
curl https://notabug.org/dp646576/spad/raw/master/src/spad -O ; chmod +x ./spad
Edit an entry:
spad edit /login/social/facebook
Export the current database:
spad export
Insert an entry:
spad insert /login/finance/bank
List all entries:
spad show
or
spad list
List specific entries:
spad show /login/social/
or
spad list /login/social
Remove an entry:
spad remove /login/social/facebook
or
spad rm /login/social/facebook
Remove multiple entries:
spad remove /login/
or
spad rm /login/