Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ooopsnake/u8pls
- Owner: ooopSnake
- License: mit
- Created: 2023-03-15T17:48:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-04T04:49:32.000Z (about 1 year ago)
- Last Synced: 2024-01-04T05:37:48.070Z (about 1 year ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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 helpUsage: 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 dirOptions:
-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```