From f4c4ede87fb1e23adf53c9112c59a02060475919 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 2 Mar 2020 22:11:34 -0500 Subject: README: Replace the screenshot with an animation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d4c0cd5..9938a12 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ `bfs` ===== -Screenshot - [![License](http://img.shields.io/badge/license-0BSD-blue.svg)](https://github.com/tavianator/bfs/blob/master/COPYING) [![Version](https://img.shields.io/github/v/tag/tavianator/bfs?label=version)](https://github.com/tavianator/bfs/releases) [![Build Status](https://api.travis-ci.org/tavianator/bfs.svg?branch=master)](https://travis-ci.org/tavianator/bfs) Breadth-first search for your files. +Screenshot + `bfs` is a variant of the UNIX `find` command that operates [breadth-first](https://en.wikipedia.org/wiki/Breadth-first_search) rather than [depth-first](https://en.wikipedia.org/wiki/Depth-first_search). -It is otherwise intended to be compatible with many versions of `find`, including +It is otherwise compatible with many versions of `find`, including - [POSIX `find`](http://pubs.opengroup.org/onlinepubs/9699919799/utilities/find.html) - [GNU `find`](https://www.gnu.org/software/findutils/) -- cgit v1.2.3