WebOpen is a python command to open urls through command line.
Use the package manager pip to install webopen.
pip install webopen
webopen -link link_name
<link_name>:The name or identifier of the link you want to open.
webopen add
This command prompts user for website name,username in that website, and password used in that website and store it in local sqllite database.
webopen search
This command prompts user for a website, if the website is in database, it prints out the credentials used in the website.
webopen delete
This command prompts user for a website, if the website is in database, it delete's the credentials used in the website.
webopen -link github.com
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.