Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helpermethod/up
Climbing the directory tree at the speed of light.
https://github.com/helpermethod/up
bash bash-completion directory-traversal zsh
Last synced: 25 days ago
JSON representation
Climbing the directory tree at the speed of light.
- Host: GitHub
- URL: https://github.com/helpermethod/up
- Owner: helpermethod
- License: mit
- Created: 2012-05-02T11:35:44.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T04:16:04.000Z (about 2 months ago)
- Last Synced: 2024-09-16T05:33:39.661Z (about 2 months ago)
- Topics: bash, bash-completion, directory-traversal, zsh
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :climbing: up
[![ci](https://github.com/helpermethod/up/actions/workflows/ci.yml/badge.svg)](https://github.com/helpermethod/up/actions/workflows/ci.yml)
[![license](https://badgen.net/badge/license/MIT/blue)](https://github.com/helpermethod/up/blob/main/LICENSE)> Tired of repeatedly typing `cd ..` to walk up the directory tree? Fed up with defining aliases to jump to the first, second or nth parent directory? `up` to the rescue!
up is a tiny shell function which lets you to jump to a parent directory by its name.
## :sparkles: Features
* :zap: Lightning fast
* :keyboard: Bash completion for parent directory names
* :shell: Works with Bash and zsh## :gear: Installation