Skip to content

suhailhijry/listd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

listd

A fast directory listing utility written in rust

Compilation

  • Just clone the repository and run cargo build
  • If you want to install the utility use cargo install --path .

Usage

For usage, see listd -h

Example usage

cd $(listd -i | fzf)

Notes

  • I mainly use it with with fzf to create a directory fuzzy finders, since find and ls are limited and can be slow sometimes.

Releases

No releases published

Packages

No packages published

Languages