Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giginet/alfred-autojump-workflow
Alfred 2 workflow to provide you a faster way to navigate your filesystem via autojump
https://github.com/giginet/alfred-autojump-workflow
Last synced: 3 months ago
JSON representation
Alfred 2 workflow to provide you a faster way to navigate your filesystem via autojump
- Host: GitHub
- URL: https://github.com/giginet/alfred-autojump-workflow
- Owner: giginet
- Created: 2014-06-26T01:19:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-29T05:35:14.000Z (over 9 years ago)
- Last Synced: 2023-03-11T18:04:06.071Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 368 KB
- Stars: 13
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# autojump.alfredworkflow
This is an Alfred 2 workflow to provide you a faster way to navigate your filesystem via [autojump](https://github.com/joelthelion/autojump)
## Usage
Type `j` and a part of directory names. Then it will display directories which you use most.
![](http://i.gyazo.com/1f9854780e6c41e9ec75bf71970b7d2c.gif)
If matched directories are not found. Then it will display list of your commonly used directories by `autojump -s`.
![](http://i.gyazo.com/49bba98d31e986bd4f3623cdcb0ca20a.gif)
## Requirements
1. [Alfred App v2](http://www.alfredapp.com/#download)
2. [Alfred Powerpack](https://buy.alfredapp.com/)## Installing
1. Download [autojump.alfredworkflow](autojump.alfredworkflow?raw=)
2. Double-click to import into Alfred 2## Detail
http://giginet.hateblo.jp/entry/2014/06/26/113624
## Acknowledge
I use this library to output compatible XML with Alfred.
[peteokma/alfred-workflows](https://github.com/peteokma/alfred-workflows)