Skip to content

marcschumacher/alfred-url-mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#alfred-url-mapper

This little Python script for Alfred can be used to create shortcuts for urls easily.

Installation

  1. Clone the repo to a folder of your choice.
  2. Install pyyaml e.g. with pip: pip install pyyaml.
  3. Clone alp and put the library folder inside the installation path.

Setup in Alfred:

Create a new shortcut with following configuration:

  1. Keyword: "-", with space: (deselected), Argument Optional
  2. Placeholder title: Shortcuts
  3. Placeholder Subtext: empty
  4. "Please wait" subtext: Loading shortcuts...
  5. Language: /bin/bash
  6. Escaping (activate the following): Backquotes, Double Quotes
  7. Script: <path to script>/alfred-url-mapper.py "{query}" (don't forget the quotes around {query})

Configuration

Location

Make sure that you create a configuration file inside your home folder: ~/alfred-url-mapper.yaml. Use the sample file provided from this repository (alfred-url-mapper.yaml) as starting point.

Configuration structure

TBD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages