Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnynek/go-router
A command line directory aliasing tool that integrates with https://github.com/maccman/go
https://github.com/johnynek/go-router
Last synced: about 1 month ago
JSON representation
A command line directory aliasing tool that integrates with https://github.com/maccman/go
- Host: GitHub
- URL: https://github.com/johnynek/go-router
- Owner: johnynek
- License: mit
- Created: 2012-09-05T18:11:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-06T17:05:25.000Z (over 12 years ago)
- Last Synced: 2024-10-13T13:28:21.926Z (2 months ago)
- Language: Haskell
- Size: 109 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
To build:
cabal build
To install in your ~/bin directory:
cabal install --prefix=$HOME --user
Add to your .bash_profile:
function go {
`go_router $@`
}and then make a file called "~/.go-routes"
which has lines like:
proj cd /Users/oscarb/my/proj