Skip to content

improved versions of the Unix cd command, up and go

Notifications You must be signed in to change notification settings

KeAiMianYang/improved_cd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A collection of tools to ease movement in the console

Up

allows to quickly go up in the hierarchy, instead of doing ../../.. do up 3

go and goadd

allows to bookmark directories to then quickly access them

fcd

A cd with the completion giving the full path to the current directory instead of just .

install

Zsh

# Bash completion
autoload bashcompinit
bashcompinit

# Scripts
source /home/damianyang/Script/go.sh
source /home/damianyang/Script/up.sh
source /home/damianyang/Script/fcd.sh

About

improved versions of the Unix cd command, up and go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages