From bbe1d256810473a6481ee263cd9cbcaf8bcf5f89 Mon Sep 17 00:00:00 2001 From: Lynne Date: Wed, 21 Apr 2021 16:09:55 +1000 Subject: [PATCH] readme badge tweaks, removed mention of nonexistent manpage --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6c1bbcf..1a05240 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ fif === -[![Version](https://img.shields.io/crates/v/fif.svg?style=flat-square)](https://crates.io/crates/fif) -[![License](https://img.shields.io/crates/l/fif.svg?style=flat-square)](https://git.bune.city/lynnesbian/fif/src/branch/master/LICENSE) -![Minimum Supported Rust Version](https://img.shields.io/badge/msrv-1.43.0-orange?style=flat-square) -[![CI Status](https://drone.bune.city/api/badges/lynnesbian/fif/status.svg?style=flat-square)](https://drone.bune.city/lynnesbian/fif) -[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) +[![Version](https://img.shields.io/crates/v/fif.svg?logo=rust&style=flat-square) +](https://crates.io/crates/fif) +![Minimum Supported Rust Version](https://img.shields.io/badge/msrv-1.43.0-orange?logo=rust&style=flat-square) +[![License](https://img.shields.io/crates/l/fif.svg?style=flat-square) +](https://git.bune.city/lynnesbian/fif/src/branch/master/LICENSE) +[![Build status](https://img.shields.io/drone/build/lynnesbian/fif?logo=drone&server=https%3A%2F%2Fdrone.bune.city&style=flat-square) +](https://drone.bune.city/lynnesbian/fif) +[![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square) +](https://github.com/rust-secure-code/safety-dance/) A command-line tool for detecting and optionally correcting files with incorrect extensions. @@ -86,8 +90,6 @@ Or a set of extensions - for example, to scan files with image extensions (jpg, fif -E images ~/Pictures ``` -For more information, see [the man page](https://git.bune.city/lynnesbian/fif/src/branch/master/doc/fif.1.txt) - ### Output By default, fif will output a bash script (or PowerShell script on Windows) that can be used to fix all the files it found with incorrect file extensions.