Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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