Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jianlizh429/workon
A simple tool to navigate your repositories
https://github.com/jianlizh429/workon
developer-tools python3 shell workon
Last synced: about 2 months ago
JSON representation
A simple tool to navigate your repositories
- Host: GitHub
- URL: https://github.com/jianlizh429/workon
- Owner: JianliZh429
- License: bsd-2-clause
- Created: 2021-06-29T16:02:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T09:26:10.000Z (over 2 years ago)
- Last Synced: 2024-04-14T03:50:28.748Z (9 months ago)
- Topics: developer-tools, python3, shell, workon
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# workon
A simple tool to navigate your repositories## How to install
1. Clone the latest project to your local
```
git clone https://github.com/J0hnnyZhang/workon.git
```2. Export workspace, where you want workon to work with. you can skip this step if you want it uses the default
workspace, which is the home directory of current user.
```shell
eport WORKON_WORKSPACE=$"your workspace path"
```3. Setup workon, goto the workon code base root dir and `run setup.sh`
```shell
cd ${workon project root directory} && sh setup.sh
```
## How to use- Go to your directory
```shell
workon $dir
```
if no argument, will goto $WORKON_WORKSPACE directory
- Add a new repository to your command
```shell
workadd $dir
```- Add a shortname to a long name repository
```shell
workalias $repo $shortname
```