Skip to content

cjayross/up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Up

an easier way to navigate up directories

Usage

There are three ways to invoke up: without arguments, with an integer argument, with a name of a path beginning with a directory in the current path.

Without arguments

~/one/two
$ up
~/one

With an integer argument

~/one/two/three
$ up 2
~/one

With a path argument

~/one/left/two/three
$ up one/right
~/one/right

Installation

Using zplug

Add to your .zshrc:

zplug "cjayross/up"

Using zgen

Add to your .zshrc:

zgen load cjayross/up
zgen save

Using Antigen

Add to your .zshrc:

antigen bundle cjayross/up
antigen apply

About

zsh plugin that offers a simple way to navigate up through directories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages