An efficient way to filter duplicate lines from input, à la uniq.
☆224Dec 13, 2025Updated 4 months ago
Alternatives and similar repositories for runiq
Users that are interested in runiq are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Read input lines as byte slices for high efficiency☆70Jan 5, 2024Updated 2 years ago
- Filter out duplicates on the command line. Replacement for `sort | uniq` optimized for speed (10x faster) when sorting is not needed.☆265Jan 26, 2024Updated 2 years ago
- A fast duplicate file finder☆486Aug 27, 2025Updated 7 months ago
- Find and replace text in source files☆488Feb 20, 2026Updated last month
- A sharp cut(1) clone.☆737Dec 1, 2025Updated 4 months ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- A lightweight blazingly fast file watcher.☆290Mar 6, 2026Updated last month
- 🔮 Futuristic take on hexdump, made in Rust.☆562Dec 1, 2025Updated 4 months ago
- xargs + awk with pattern matching support. `ls *.bak | rargs -p '(.*)\.bak' mv {0} {1}`☆567Jul 30, 2023Updated 2 years ago
- Array helpers for Rust's Vector and String types☆78Feb 6, 2023Updated 3 years ago
- Find all your TODO notes with one command!☆36May 13, 2022Updated 3 years ago
- Batch rename utility for developers☆708Aug 7, 2025Updated 8 months ago
- Find files (ff) by name, fast!☆345Jan 27, 2022Updated 4 years ago
- 👩❤️💋👩 Synchronize installed packages on multiple machines☆282Mar 5, 2026Updated last month
- Sort selections based on their content☆12Apr 20, 2023Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Fuzzy Finder in rust!☆6,741Apr 7, 2026Updated last week
- One macro to rule them all☆21Mar 11, 2023Updated 3 years ago
- An immutable singly-linked list, as seen in basically every functional language