Skip to content

A simple tool to navigate your repositories

License

Notifications You must be signed in to change notification settings

itdragons/workon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

workon

A simple tool to navigate your repositories

How to install

  1. export workspace, where your codes located
 eport WORKSPACE=$"path to code directory"
  1. pull this repo to your workspace directory
 cd $WORKSPACE && git clone https://github.com/DewMaple/workon
  1. add the following lines to your bash_profile or zshrc if you want to use another command alias, just replace workon, workadd, workalias to what you like
  alias workon='. $WORKSPACE/workon/workon.sh'
  alias workadd='python $WORKSPACE/workon/workon/workon.py assemble'
  alias workalias='python $WORKSPACE/workon/workon/workon.py alias'

How to use

  • Go to your repository directory
 workon $repo

if no argument, will goto $WORKSPACE directory

  • Add a new repository to your command
 workadd $repo
  • Add a shortname to a long name repository
 workalias $repo $shortname

About

A simple tool to navigate your repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.8%
  • Shell 33.2%