soheilpro / Sherlock-CLI

Cross-platform password and personal information manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sherlock

Sherlock is a cross-platform CLI application for managing passwords and other personal information.

Download

Other Versions

Usage

  1. Create or open a database:
$ sherlock MyDatabase.sdb
  1. Set a password:
/> chpwd A_LONG_STRONG_PASSWORD
  1. Add your data:
/> mkdir github.com
/> cd github.com
/github.com> add email soheil@example.com
/github.com> add password p@ssw0rd --secret
/github.com> show email     # Prints soheil@example.com
/github.com> clip password  # Copies password to the clipboard

Type help to see all the available commands.

  1. Save changes and quit:
/> save
/> exit

Version History

  • 1.0
    • Initial release.

Contributing

Please report issues or better yet, fork, fix and send a pull request.

Author

Soheil Rashidi

Copyright and License

Copyright 2018 Soheil Rashidi.

Licensed under the The MIT License (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.opensource.org/licenses/mit-license.php

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Cross-platform password and personal information manager.

License:MIT License


Languages

Language:C# 98.4%Language:Shell 1.6%