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
|
fif
|
||||||
===
|
===
|
||||||
[](https://crates.io/crates/fif)
|
[
|
||||||
[](https://git.bune.city/lynnesbian/fif/src/branch/master/LICENSE)
|
](https://crates.io/crates/fif)
|
||||||

|

|
||||||
[](https://drone.bune.city/lynnesbian/fif)
|
[
|
||||||
[](https://github.com/rust-secure-code/safety-dance/)
|
](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.
|
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
|
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
|
### Output
|
||||||
By default, fif will output a bash script (or PowerShell script on Windows) that can be used to fix all the files it
|
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.
|
found with incorrect file extensions.
|
||||||
|
|
Loading…
editor.table_modal.header
Reference in a new issue