Skip to content

niljimeno/Noxide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Noxide

Simplified Zoxide written entirely in C.

Noxide is an alternative CD command that allows you to warp between directories.

Example:

# With cd:
cd /var/lib/mpd

# With Noxide:
z mpd

Unlike Zoxide, Noxide is retarded. If multiple matches exist, it chooses the oldest one, always. To remove old entries run noxide clean.

Commands

z # go home
z <path> # find path in the system
zi # open interactive path picker

noxide clean # remove history

Installation

make install # will install at /usr/local/bin/noxide
echo 'eval "$(noxide init)"' >> ~/.bashrc # add initial script to your shell's rc

About

De-rustified Zoxide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors