March2026
May2025
- astral-sh/ty: An extremely fast Python type checker and language server, written in Rust.(github.com) #python#tools
I've been waiting for the astral type checker for a while: mypy is just excruciatingly slow, and every astral product tends to be a superperformer. And finally, it looks like it's coming together, with a preview release!
March2025
February2025
- SolracHQ/bmath(github.com) #tools
An interesting CLI math tool, with its own language and sane defaults.
- efugier/smartcat(github.com) #cli#LLM#tools
An interesting CLI tool designed to call on to LLMs from the CLI with isolated short prompts. Seems to adhere to core Unix philosophy unlike most AI tools out there. Handles both local and hosted LLMs.
A rust-based alternative to neovim with opinionated defaults. After setting up an LSP for Python, it immediately became my daily driver.
November2024
- shshemi/tabiew(github.com) #cli#rust#tools
A handy rust-based TUI application to view and manipulate data from CSV and databases. Supports SQL syntax to query the data regardless of its sources.
August2024
- sharkdp/hyperfine(github.com) #cli#tools
A very useful CLI tool to perform benchmarking tests. Very useful to test a bash script of a simple script file without any complicated profiling.