Skip to content

An open source cli app to access website through cli.

License

Notifications You must be signed in to change notification settings

BhuvaneshwarMarri/webopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebOpen

WebOpen is a python command to open urls through command line.

Installation

Use the package manager pip to install webopen.

pip install webopen

Usage

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.

Example

webopen -link github.com

Contributing

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.

License

MIT

About

An open source cli app to access website through cli.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages