decoll

Crates.iodecoll
lib.rsdecoll
version0.0.1
created_at2025-08-23 20:28:23.969187+00
updated_at2025-08-23 20:28:23.969187+00
descriptionCommand-line interface for blazing-fast locale-aware sorting using decollate
homepage
repositoryhttps://github.com/decollation/decoll
max_upload_size
id1807854
size16,343
Bojan Đuričković (deyanovich)

documentation

README

decoll

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.

Status

⚠️ This project is in early development. The functionality is limited.

Installation

cargo install decoll

Usage

# 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

Goals

  • 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

License

MIT

Commit count: 0

cargo fmt