Skip to content

Commit

Permalink
Merge pull request #5 from chrissimpkins/badges
Browse files Browse the repository at this point in the history
Add crates.io package version badge to README
  • Loading branch information
chrissimpkins authored Dec 17, 2023
2 parents d955dfd + 333ede6 commit 96a9a37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# siz

[![Unit Tests, Stable Toolchain](https://github.com/chrissimpkins/siz/actions/workflows/stable-unittests.yml/badge.svg)](https://github.com/chrissimpkins/siz/actions/workflows/stable-unittests.yml)
![Crates.io](https://img.shields.io/crates/v/siz)

`siz` is a customizable Rust **command line file size reporting executable** with support for recursive traversal of file systems. It supports a number of optional filters and sorting features, default smallest-to-largest file size sorting, command line- or .gitignore file-defined glob pattern includes/excludes, human-readable SI metric or binary block size output, and an opinionated set of default (but toggleable) path filters.

Project tests run in the latest macOS, Windows, and Ubuntu Linux GitHub Actions runner environments. Broad platform support is a project goal.
Expand Down

0 comments on commit 96a9a37

Please sign in to comment.