A handy tool to manage your credentials or frequent used commands.
Project description
rqs
A handy tool to manage your credentials or frequent used commands.
Usage
$ rqs --help
Usage: rqs [OPTIONS] COMMAND [ARGS]...
A handy tool to manage your credentials or frequent used commands.
COMMAND:
add ENTRT_NAME other_command # add an entry
list # list all entries
delete ENTRY_NAME # delete entry by name
delete_all # delete all entries
RUN ENTRY:
rqs ENTRY_NAME
EXAMPLES:
$ rqs add mongo_login mongo localhost -u xxx -p xxx
rqs added an command type entry.
$ rqs mongo_local
> (local) show dbs
$ rqs add APIKEY xxxxxx
rqs added an variable type entry.
$ rqs APIKEY # just print APIKEY to stdout
xxxxxx
Options:
--version Show the version and exit.
--help Show this message and exit.
Install
$ pip install rqs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rqs-0.1.6.tar.gz
(3.6 kB
view hashes)
Built Distribution
rqs-0.1.6-py3-none-any.whl
(3.2 kB
view hashes)