Manage file tags from the command line on systems that support xdg-desktop tags, like Linux.
Updated 2025-08-08 13:30:05 +02:00
Return a random line from a text file. Elegant algorithm which never remembers more than one line at a time.
Updated 2025-07-18 16:16:40 +02:00
UNIX filter which returns success if text data is valid utf-8, or failure otherwise. Handy for shell scripts or as `-exec` primary for `find`.
Updated 2025-07-15 17:08:28 +02:00
C++ tool which shows the latest version number(s) for GitLab.
Updated 2025-07-04 13:33:32 +02:00
Password generator. Highly configurable.
Updated 2025-01-08 13:21:31 +01:00
Set one-shot or repeating alarms, and handle with a function in another thread. C++ wrapper around POSIX timers.
Updated 2025-01-04 12:48:28 +01:00
General C++ numerics utilties. Convenient random number generation.
Updated 2025-01-04 11:58:21 +01:00
Lightweight C++ wrapper around cURL for http GET and POST requests.
Updated 2025-01-04 11:57:56 +01:00
C++ Config file management, enabling easy settings management: factory defaults in tools can be overridden by config file settings, which can be overridden by command line options.
Updated 2025-01-04 11:55:57 +01:00
Color representations and color space conversions
Updated 2025-01-03 11:08:02 +01:00