https://github.com/hogelog/tcdd
tiny cdd
https://github.com/hogelog/tcdd
Last synced: 5 months ago
JSON representation
tiny cdd
- Host: GitHub
- URL: https://github.com/hogelog/tcdd
- Owner: hogelog
- License: mit
- Created: 2012-05-01T07:54:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T14:53:13.000Z (over 3 years ago)
- Last Synced: 2024-12-29T08:19:16.728Z (7 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tcdd
tcdd is useful cd command under tmux environment. This shell script inspired by [cdd (useful zsh script)](https://secon.dev/entry/20080218/1203303528/).
## Require
- bash or zsh
- sed, grep, sort## Installation
### Manually
```console
$ git clone git://github.com/hogelog/tcdd.git
$ cp tcdd/tcdd some/bin/
$ echo 'eval $(tcdd init)' >> ~/.bash_profile
```### Homebrew
```console
$ brew install hogelog/tap/tcdd
$ echo 'eval $(tcdd init)' >> ~/.bash_profile
```## Usage
- `cdd` or `cdd list`: Show list
- `cdd `: Change to named directory
- `cdd add `: Add name# Known issues
- tcdd override **cd** command, so it cannot install with any other tools that overrides cd (like a RVM)