Quickly navigate to websites based on shorthands you provide
Project description
Quicklinks
Quicklinks is a short command-line script that allows you to quickly switch to a a pre-configured link.
On OSx, this would be the same thing as doing the following:
ql google
-> open https://google.com
Requirements
- The only requirement for this application is Python 3
Usage and Installation
-
Run the following script:
pip install quicklinks
-
Create a
.quicklinks
file in your user root:touch ~/.quicklinks
-
Populate the
.quicklinks
file like the following:{your-link-key}:{your-link-value}
Example:
google:https://google.com wiki:https://wikipedia.com
-
Run the program
ql wiki
And you will be redirected to your browser of choice, opening your link
Experimental new features!
Try out the browser extensions with Quicklinks server - Documentation
Contributing
Fork this code and open a PR, all code is welcome as long as it follows the code of conduct!
To run the application locally, navigate to cli/
and run the command python ./quicklinks.py
Credits
Quicklinks was inspired by my use of alias ql="open"
as well as the very cool GoLinks, check them out if you want the same thing as quicklinks but in your browser itself!
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
Built Distribution
Hashes for quicklinks-0.1.4.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | acea8147350727fe541ffa6a147e8cf90fa5f99d7c5be5eab9ada98acb6858e3 |
|
MD5 | c63d5df7131aab19ea046d34b684b596 |
|
BLAKE2b-256 | 2caec1902fa065fc253e5f3e5832ab2264eef7de1868abf45af2e422356c0f16 |