Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Aug 4, 2021
1 parent 683b4f4 commit 1967f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This release brings the following improvements:
- Improved no color options. You can now set the `F2_NO_COLOR` environmental variable or use the brand new `--no-color` flag to disable coloured output.
- Validation error messages are now much clearer (no longer mixing emoji and text).
- Console output has been improved by using [pterm](https://github.com/pterm/pterm). The green, red, and yellow colours are slightly different now due to this change.
- You can now specify a set of files or directory as argument to F2 Ithanks to [nightson](https://github.com/nightson) for suggesting this enhancement).
- You can now specify a set of files or directory as argument to F2 (thanks to [nightson](https://github.com/nightson) for suggesting this enhancement).
- The backup directory has changed to `~/.local/share/f2/backups` on Linux, `~/Library/Application Support/f2/backups` on macOS, and `%LOCALAPPDATA%\f2\backups` on Windows. The previous backup directory (`~/.f2/backups`) is still supported (in case you have existing backups there), but new backup files will not be created there anymore. This change was made to conform to the [XDG specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) and conventions for storing application files on each operating system, and to avoid cluttering up the home directory.
- A `--verbose` option was added for outputting each renaming operation in `--exec` mode.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
</p>

<p align="center">
<a href="https://www.codacy.com/manual/ayoisaiah/f2?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=ayoisaiah/f2&amp;utm_campaign=Badge_Grade"><img src="https://api.codacy.com/project/badge/Grade/7136493cf477467387381890cb25dc9e" alt="Codacy Badge"></a>
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt=""></a>
<a href="https://github.com/ayoisaiah/F2/actions"><img src="https://github.com/ayoisaiah/F2/actions/workflows/test.yml/badge.svg" alt="Github Actions"></a>
<a href="https://golang.org"><img src="https://img.shields.io/badge/Made%20with-Go-1f425f.svg" alt="made-with-Go"></a>
Expand Down Expand Up @@ -66,6 +65,7 @@ Other installation methods are [available here](https://github.com/ayoisaiah/f2/
- Supports renaming only files, or only directories, or both.
- Supports using an ascending integer for renaming (e.g 001, 002, 003, e.t.c.), and it can be formatted in several ways.
- Supports [undoing](https://github.com/ayoisaiah/f2/wiki/Undoing-a-renaming-operation) the last renaming operation in case of mistakes or errors.
- Supports renaming from a [CSV file](https://github.com/ayoisaiah/f2/wiki/Renaming-from-a-CSV-file).
- Extensive [documentation](https://github.com/ayoisaiah/f2/wiki) and examples for each option that is provided.

## Screenshots
Expand Down

0 comments on commit 1967f15

Please sign in to comment.