Skip to content

ak-seyam/ezb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ezb. easy back in your terminal

back directories menu maker for dmenu like software, the following example uses pmenu but any dmenu-like alternative should work

Demo

ezb_demo

Setup

Assuming that enviromnet variable called $SCRIPTS_DIR points to a directory with ezb script in it. You can for sure save it to any directory you want.

1- create a file to be sourced for example

cd /any/path/you/want
echo "cd $($SCRIPTS_DIR/ezb $1)" > ezb_ # this is the ezb_ example file

2- add the following to your bash/zsh.rc

alias ezb="source /any/path/you/want/ezb_ $MENU" # on my system $MENU is pmenu but it can be any alternative

About

A simple python script to go back in your nested dir for dmenu like software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages