Skip to content

lrrfantasy/Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Go

##Install

Run ./init.sh in the directory where you put Go.

##Usage

###Help go help: display help for Go.

go help {command}: display help for command.

###List go or go list: display Go list.

###Add go add {alias} {path}: add new Go. Example: go add home /Users/alice/homepage.

###Remove go rm {alias}: remove a Go. Example: go rm home.

###Edit go edit {alias} {path}: edit a Go. Example: go edit home /Users/alice/home.

###Rename go mv {old_alias} {new_alias}: rename a Go. Example: go mv home homepage.

###Search go grep {alias}: search for a Go. Example: go grep home.

About

A bash command to go to directory with shortcut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages