- copy, build and use. it will get u through initialization.
- leave me your star
export LOCKER_PATH=path/to/lockerDir
export PATH=$PATH:$LOCKER_PATH
export LOCKER_PATH=/home/<username>/.locker
export PATH=$PATH:$LOCKER_PATH
.locker is the folder where i have the binary and the locker.txt (file where u data will be saved encrypted)
Locker do:
get itemname
can gen a json report of your data with get -f, it will create a json in the directory where u call the app
the third param will be the name (without ext), this is optional due that default name is the long date name
get -f <filename>
set anyname anykey anyvalue
set anyname anyvalue
set wallet1 a b c d -
set gmail - mysuperpassword
set -f mydata.json
{
"gmail": { "key": "anykey", "value": "value" },
"github": { "key": "keyany", "value": "value" },
"linkedin": { "key": "anykey", "value": "value" }
}
rm itemname
rm *
[ linkedin -> key : value ]
[ github -> key : value ]
[ gmail -> key : value ]
ls names
gmail
github
linkedin
ls find gmail
[ gmail3 -> key : value ]
[ gmail4 -> key : value ]
[ gmail2 -> key : value ]
[ gmail -> key : value ]
- clear
- exit
- save
- ls
- rm < name | * >
- get < value >
- set < params >