Skip to main content

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

  1. Run the following script:

    pip install quicklinks
    
  2. Create a .quicklinks file in your user root:

    touch ~/.quicklinks
    
  3. Populate the .quicklinks file like the following:

    {your-link-key}:{your-link-value}
    

    Example:

    google:https://google.com
    wiki:https://wikipedia.com
    
  4. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quicklinks-0.1.5.post1.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

quicklinks-0.1.5.post1-py3-none-any.whl (9.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page