Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cweagans/c
Quick jump to a project dir from anywhere.
https://github.com/cweagans/c
Last synced: 30 days ago
JSON representation
Quick jump to a project dir from anywhere.
- Host: GitHub
- URL: https://github.com/cweagans/c
- Owner: cweagans
- Created: 2017-06-16T21:54:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T01:18:32.000Z (over 3 years ago)
- Last Synced: 2024-10-25T22:29:36.934Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# c
`c` is a quick way to jump to a project's directory from anywhere. This code
was taken almost verbatim from @holman's dotfiles (https://github.com/holman/dotfiles/blob/master/functions/c).## Usage
If you're using zgen:
```
zgen load cweagans/c
```If you're using something else that's not documented here, please open a pull
request to add the appropriate line to the readme.Optionally, you can set the `$PROJECTS` environment variable to whereever you
prefer to keep your code. The default is `~/Code`.Pull requests welcome, especially for new jump destinations (i.e. more than just
~/Code/* and $GOPATH/src/github.com/*.