Skip to content

Commit

Permalink
[#28] feat: add a screenshot and badges to the README (#29)
Browse files Browse the repository at this point in the history
* [#28] feat: add a screenshot and badges to the README

* [#28] chore: reduce image size in the README
  • Loading branch information
Angelmmiguel committed Mar 2, 2022
1 parent a6d27cb commit 511d541
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<p align="center">
<img width="400" alt="Fu example screenshot showing the size of files in the project" src="https://user-images.githubusercontent.com/4056725/156439322-8e8f56b7-a4ae-4489-8429-323489f6a8a2.png">
<br>
<a href="https://github.com/Angelmmiguel/fu/actions?query=workflow%3ARust">
<img src="https://github.com/Angelmmiguel/fu/workflows/Rust/badge.svg" alt="Build Status">
</a>
<img src="https://img.shields.io/badge/License-Apache--2.0-blue" alt="license">
</p>

# fu

`fu` is a `du` alike CLI. It comes with a set a new features and a better output. For example, it allows you to sort and limit the number of entries and provides a colorized output to highlight heaviest entries.
Expand Down

0 comments on commit 511d541

Please sign in to comment.