Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/junegunn/blsd

List directories in breadth-first order
https://github.com/junegunn/blsd

Last synced: about 2 months ago
JSON representation

List directories in breadth-first order

Awesome Lists containing this project

README

        

blsd
====

List directories in breadth-first order.

Usage
-----

```sh
blsd [DIRS...]
```

Install
-------

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

Or, you can use Homebrew to build blsd:

```sh
brew install --HEAD junegunn/tap/blsd
```

Build
-----

```sh
make
```

Using it with fzf
-----------------

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

License
-------

MIT