Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junegunn/blsd
List directories in breadth-first order
https://github.com/junegunn/blsd
Last synced: 12 days ago
JSON representation
List directories in breadth-first order
- Host: GitHub
- URL: https://github.com/junegunn/blsd
- Owner: junegunn
- Created: 2016-07-01T08:30:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T01:14:59.000Z (over 2 years ago)
- Last Synced: 2024-10-12T22:48:31.069Z (27 days ago)
- Language: Go
- Size: 8.79 KB
- Stars: 33
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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