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: 11 months 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-09-06T17:05:25.000Z (almost 14 years ago)
- Last Synced: 2025-01-20T00:48:18.065Z (over 1 year 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