Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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