Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sun-jiao/renamer
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Mar 8, 2024
2 parents 17d92a4 + a58ea19 commit 7a3243e
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flut Renamer

<img alt="flut-renamer app icon" src="https://raw.githubusercontent.com/sun-jiao/renamer/main/assets/desktop.png" height=100px /> <a href="https://play.google.com/store/apps/details?id=net.sunjiao.renamer"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" height=60px /></a>
<img alt="renamer app icon" src="https://raw.githubusercontent.com/sun-jiao/renamer/main/assets/desktop.png" height=100px />

Flut Renamer is a powerful yet easy-to-use tool designed to help users manage and rename files and directories. No more manually renaming one by one – our app offers various features including inserting text, inserting file metadata and Exif data, replacing text, deleting text, rearranging, and more, allowing you to quickly batch rename files according to your needs.

Expand All @@ -11,6 +11,29 @@ Flut Renamer is a powerful yet easy-to-use tool designed to help users manage an
* Completely open-source and free: Our app is entirely open-source and contains no advertisements or in-app purchases, allowing you to use it freely at any time.
* Cross-platform compatibility: Built on the Flutter framework, our app can run on multiple operating systems, enabling you to use it anytime, anywhere.

## Install
### Android
<a href="https://play.google.com/store/apps/details?id=net.sunjiao.renamer"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" height=60px /></a>

Install from Google Play Store or download *.apk from [releases](https://github.com/sun-jiao/renamer/releases).

### Linux
Download *.AppImage or *.tar.gz from [releases](https://github.com/sun-jiao/renamer/releases).

For Arch Linux users, just run:
```shell
yay/yarn -S renamer
```

### Windows
Download *.exe from [releases](https://github.com/sun-jiao/renamer/releases).

### macOS
Download *.dmg from [releases](https://github.com/sun-jiao/renamer/releases).

### iOS
Download *.ipa from [releases](https://github.com/sun-jiao/renamer/releases) and install by AltStore or other tools.

## todo:
- ~~Duplicate name check~~.(Done.)
- ~~Convert, including case convert, Chinese simp/trad/pinyin convert, Latin/Cyrillic script transliteration~~.(Done.)
Expand Down Expand Up @@ -39,4 +62,4 @@ Flut Renamer is a powerful yet easy-to-use tool designed to help users manage an
| ![Ten-inch_Tablet-2](/screenshots/Ten-inch_Tablet-2.png?raw=true) | ![Ten-inch_Tablet-3](/screenshots/Ten-inch_Tablet-3.png?raw=true) |

# Credit
Thanks to [m040601](https://aur.archlinux.org/account/m040601) for suggesting a new name for this application. "flut renamer" is based on their suggestion "renamer-flutter"
Thanks to [m040601](https://aur.archlinux.org/account/m040601) for suggesting a new name for this application. "flut renamer" is inspired by their suggestion "renamer-flutter"

0 comments on commit 7a3243e

Please sign in to comment.