2.1.2 • Published 2 years ago

unimportant-key-box-cli v2.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

unimporant-key-box-cli

A command line application is used to record passwords that are not important.
一个命令行应用用于记录保存不重要的密码。
  • requires

    • nodeJS
    • npm
  • install

    npm install -g unimportant-key-box-cli
  • db

    default -> [] # this a default index
    index1 -> [key1, key2, key3, ...]
    index2 -> [key4, key5, key6, ...]
    ...
  • example

    # add a index
    keybox add index index1 description # index1 -> []
    # add a key
    keybox add key key1 pwd index1 # index1 -> [key1]
    # get a index
    keybox get index index1
    # get a key
    keybox get key key1 index1
    # update index's description
    keybox update desc index1 description2
    # update key's password
    keybox update pwd key1 password2 index1
    # delete a index
    keybox del index index1
    # delete a key
    keybox del key key1 index1
    # show indexes
    keybox list
2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago