summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-03-02 22:11:34 -0500
committerTavian Barnes <tavianator@tavianator.com>2020-03-02 22:11:34 -0500
commitf4c4ede87fb1e23adf53c9112c59a02060475919 (patch)
tree202513afe6d88ff3135edae2789e31897673ed6f
parent378607cc3e9d2d90c0158d40fcecd6834351dd80 (diff)
downloadbfs-f4c4ede87fb1e23adf53c9112c59a02060475919.tar.xz
README: Replace the screenshot with an animation
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d4c0cd5..9938a12 100644
--- a/README.md
+++ b/README.md
@@ -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/)