Linklog
A curated collection of links and resources I have found over time.
February 2025
- efugier/smartcat (github.com)
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.
December 2024
- Data Science at the Command Line (jeroenjanssens.com)
Online book on how to use command-line tools for quick data science results. This is for when your boss asks you about some statistics of your recent data output and you don't want to write a whole script for it.
November 2024
- shshemi/tabiew (github.com)
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.
August 2024
- sharkdp/hyperfine (github.com)
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.