Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ooopsnake/u8pls

convert file from any encoding to utf8
https://github.com/ooopsnake/u8pls

Last synced: about 2 months ago
JSON representation

convert file from any encoding to utf8

Awesome Lists containing this project

README

        

# u8pls 🚀🚀🚀

> convert file from any encoding to utf8

***⚠️⚠️⚠️ ALWAYS BACKUP YOUR FILE BEFORE CONVERT !!!***

***⚠️⚠️⚠️ THIS TOOL USE AS YOUR OWN RISK !!!***

## Usage

```bash
> u8pls help

Usage: u8pls [OPTIONS]

Commands:
suffix match file suffix like: ".txt"
prefix match file prefix eg: "data_" will match: data_1.docx,data_2.bin
regexp advance match pattern eg: `202\d_[a-z]{3}\.txt` match `2023_abc.txt`
help Print this message or the help of the given subcommand(s)

Arguments:
target dir

Options:
-r recursive on sub dir
-d max sub dir depth
-j max concurrency, increase if you change system `max_open_file` property [default: 32]
-h, --help Print help
-V, --version Print version

```