Jump cd
Introduce a tool
jcd
to quickly jump to a specific directory in the Linux shell.
This tool is designed to quickly jump to a specific directory in the Linux shell. you can find the source code and the manual at https://github.com/execonic/linux-jcd.
Commits
- Make some adjustments (2023/06/25)
- Support `jcd` to list all aliases (2023/06/24)
- Support command auto-completion (2023/06/22)
- Update README.md (2023/06/19)
- Add rendering effects (2023/06/19)
- Initial commit (2023/06/18)