/blsd

List directories in breadth-first order

Primary LanguageGo

blsd

List directories in breadth-first order.

Usage

blsd [DIRS...]

Install

bash <(curl -fL https://raw.githubusercontent.com/junegunn/blsd/master/install)

Or, you can use Homebrew to build blsd:

brew install --HEAD junegunn/tap/blsd

Build

make

Using it with fzf

command -v blsd > /dev/null && export FZF_ALT_C_COMMAND='blsd'

License

MIT