Monday, 16 December 2024
Interesting Snippets from 2024-12-16
-
GitHub - triyanox/lla: blazing fast `ls` replacement with superpowers
lla is a high-performance file explorer written in Rust that enhances the traditional ls command with modern features, rich formatting options, and a powerful plugin system.
-
GitHub - efugier/smartcat
Puts a brain behind cat! CLI interface to bring language models into the Unix ecosystem and allow terminal power users to make the most out of LLMs while maintaining full control.
-
GitHub - Racum/uuinfo: A tool to debug unique identifiers (UUID, ULID, Snowflake, etc).
A tool to debug unique identifiers (UUID, ULID, Snowflake, etc). This is a simple CLI program to parse and debug compound unique identifiers, that means, ID’s with built-in structure to achieve uniqueness, like randomness, hashed data, timestamp, node or sequence. It understands most 128 and 64-bit IDs, and some other obscure lengths, including text-only representations.