runo280 / apk-renamer

Simple bash script that rename apk files in order to beautify ๐ŸŒน their names.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apk-renamer

Simple bash script that rename apk files in order to beautify ๐ŸŒน their names.


The format of renamed APKs:

[app_name] - [version_name] - [version_code] - [package_name].apk

How to use

  1. Download or clone the project:

    git clone --depth 1 https://github.com/runo280/apk-renamer.git

  2. Then put APKs in folder named input,

  3. Run script ./apk_rename.sh

  4. Look at renamed folder ๐Ÿ˜‹

About

Simple bash script that rename apk files in order to beautify ๐ŸŒน their names.

License:MIT License


Languages

Language:Shell 100.0%