Skip to content

johnynek/go-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A command line directory aliasing tool that integrates with https://github.com/maccman/go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published