readme badge tweaks, removed mention of nonexistent manpage
This commit is contained in:
parent
4d553587aa
commit
bbe1d25681
1 changed files with 9 additions and 7 deletions
16
README.md
16
README.md
|
@ -1,10 +1,14 @@
|
|||
fif
|
||||
===
|
||||
[](https://crates.io/crates/fif)
|
||||
[](https://git.bune.city/lynnesbian/fif/src/branch/master/LICENSE)
|
||||

|
||||
[](https://drone.bune.city/lynnesbian/fif)
|
||||
[](https://github.com/rust-secure-code/safety-dance/)
|
||||
[
|
||||
](https://crates.io/crates/fif)
|
||||

|
||||
[
|
||||
](https://git.bune.city/lynnesbian/fif/src/branch/master/LICENSE)
|
||||
[
|
||||
](https://drone.bune.city/lynnesbian/fif)
|
||||
[
|
||||
](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.
|
||||
|
|
Loading…
editor.table_modal.header
Reference in a new issue