Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hogelog/tcdd
tiny cdd
https://github.com/hogelog/tcdd
Last synced: 24 days ago
JSON representation
tiny cdd
- Host: GitHub
- URL: https://github.com/hogelog/tcdd
- Owner: hogelog
- License: mit
- Created: 2012-05-01T07:54:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T14:53:13.000Z (about 3 years ago)
- Last Synced: 2023-04-13T16:16:53.774Z (almost 2 years ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- 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)