diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-03-02 22:11:34 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-03-02 22:11:34 -0500 |
commit | f4c4ede87fb1e23adf53c9112c59a02060475919 (patch) | |
tree | 202513afe6d88ff3135edae2789e31897673ed6f | |
parent | 378607cc3e9d2d90c0158d40fcecd6834351dd80 (diff) | |
download | bfs-f4c4ede87fb1e23adf53c9112c59a02060475919.tar.xz |
README: Replace the screenshot with an animation
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,16 +1,16 @@ `bfs` ===== -<img src="https://tavianator.github.io/bfs/screenshot.svg" alt="Screenshot" align="right" /> - [![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. +<img src="https://tavianator.github.io/bfs/animation.svg" alt="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/) |