Giter VIP home page Giter VIP logo

alfred-path-picker's Introduction

Alfred Path Picker

Search through paths defined in path files (see below) using Alfred, when selected, they open on the hostname that Chrome is currently on. So, if I'm looking at http://staging.site.com/admin/modules and I type into Alfred path menus then Chrome will open http://staging.site.com/admin/structure/menu. Later if I'm on http://local.site.com/admin/modules and I type that same thing in Alfred, I'll go to http://local.site.com/admin/structure/menu. This really helps as a web developer needing to bookmark the path of a page, but having the host change often.

Just to keep our terminology straight, given a URL of http://staging.site.com/admin/structure/menu, we have these terms:

  • "hostname": http://staging.site.com
  • "path": /admin/structure/menu

This tool helps you by letting you creating collections of paths that can be opened on any hostname by looking at the URL of the active tab in Google Chrome.

Installation

Requires node.js and Alfred for Mac.

npm install alfred-path-picker --global

The Alfred Workflow should just open after installation.

Configuration

Edit the file at ~/.alfred-path-picker.yml for configuration. You can turn on or off any of the example path files there, or add more of yours.

Path Files

These files (see some in example/) are read and are all the results returned by Alfred. They basically look like this:

- name: Name of Result
  path: /path/to/page
- name: Name of Result
  path: /path/to/page

Extra Options

  • Hold 'cmd' when selecting to open in a new tab instead

Hostname Switching

By pointing to files that contain the hostname in hostFiles in the config, you can do this same functionality with the first part of the url, the host, and switch between the same page on different domains.

alfred-path-picker's People

Contributors

evanlovely avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.