From afbd26dc1d08e5786987018154ee10a3a447ae9b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 8 Mar 2019 12:38:27 -0800 Subject: README: Reorganize it a bit --- README.md | 42 +++++++++++++++++++++++++++--------------- 1 file changed, 27 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f8af7c2..6e16e10 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ `bfs` ===== +Screenshot + [![License](http://img.shields.io/badge/license-0BSD-blue.svg)](https://github.com/tavianator/bfs/blob/master/COPYING) [![LOC](https://tokei.rs/b1/github/tavianator/bfs?category=code)](https://github.com/Aaronepower/tokei) [![Build Status](https://api.travis-ci.org/tavianator/bfs.svg?branch=master)](https://travis-ci.org/tavianator/bfs) @@ -96,18 +98,11 @@ Compare `bfs -nohidden` to find -name '.?*' -prune -o -print -Pretty ------- - -When `bfs` detects that its output is a terminal, it automatically colors its output with the same colors `ls` uses. -This makes it easier to identify relevant files at a glance. - -Screenshot - - Try it! ------- +Packaging status + To get `bfs`, download one of the [releases](https://github.com/tavianator/bfs/releases) or clone the [git repo](https://github.com/tavianator/bfs). Then run @@ -127,12 +122,29 @@ Finally, if you want to install it globally, run $ sudo make install -Alternatively, `bfs` may already be packaged for your distribution of choice: +Alternatively, `bfs` may already be packaged for your distribution of choice. +For example: + +### Alpine Linux -[![Packaging status](https://repology.org/badge/vertical-allrepos/bfs.svg)](https://repology.org/metapackage/bfs) + # apk add bfs -For example: +### Debian/Ubuntu + + # apt install bfs + +### NixOS + + # nix-env -i bfs + +### Void Linux + + # xbps-install -S bfs + +### MacPorts + + # port install bfs + +### Homebrew - # apt install bfs # Debian/Ubuntu - $ sudo port install bfs # MacPorts - $ brew install tavianator/tap/bfs # macOS Homebrew + $ brew install tavianator/tap/bfs -- cgit v1.2.3