| Crates.io | decoll |
| lib.rs | decoll |
| version | 0.0.1 |
| created_at | 2025-08-23 20:28:23.969187+00 |
| updated_at | 2025-08-23 20:28:23.969187+00 |
| description | Command-line interface for blazing-fast locale-aware sorting using decollate |
| homepage | |
| repository | https://github.com/decollation/decoll |
| max_upload_size | |
| id | 1807854 |
| size | 16,343 |
Command-line interface for blazing-fast locale-aware sorting.
decoll is a CLI tool that provides extremely fast locale-aware sorting using the decollate library.
⚠️ This project is in early development. The functionality is limited.
cargo install decoll
# Sort a file using English collation
decoll input.txt
# Sort using French collation
decoll --locale=fr input.txt
# Sort stdin and remove duplicates
cat input.txt | decoll --unique
# Sort in reverse order
decoll --reverse input.txt
# Sort multiple files
decoll file1.txt file2.txt
Provide sorting that is orders of magnitude faster than sort with locale support
Support all locales available in the decollate library
Maintain compatibility with standard sort command options
MIT