About 38 results
https://til.iainsimmons.com/posts/remap-the-capslock-key-in-linux · 17 Dec 2025
today iain learned: How to remap the CapsLock key with a tap-hold keybind in Linux
https://marko.tech/journal/keyboard-shortcuts-supercut · 4 Dec 2025
A list of the most useful keyboard shortcuts for the terminal
https://til.iainsimmons.com/posts/use-terminal-commands-for-displaying-a-neovim-dashboard-logo · 23 Nov 2025
today iain learned: How to use terminal commands for displaying a custom Neovim dashboard logo on startup
https://marko.tech/journal/brew · 2 Oct 2025
A simple alias to update, upgrade, and cleanup your brew installation on macOS.
https://blog.nove-b.dev/posts/write-terminal-by-go · 5 Jul 2025
個人開発するものがないと【2025年6月】今年も半分終わったらしいで書いたけど、さっそく作りたいものができたので着手することにした。 作りたいのはCLIツールでnpx xxxxというコマンドで...
https://rednafi.com/go/test-config-with-flags/ · 28 Jun 2025
Control Go test behavior with custom flags instead of build tags or env vars. Enable integration and snapshot tests with discoverable CLI options.
https://marko.tech/journal/fzf-ftw · 8 Jun 2025
fzf-tools is a zsh plugin that enhances command line efficiency with interactive selection for files, history, scripts, and git commits.
https://rednafi.com/misc/dynamic-shell-variables/ · 11 Jan 2025
Learn variable indirection in Bash with ${!var} syntax. Build context-aware configs, function dispatch, and dynamic variable name resolution.
https://marko.tech/journal/python-rss · 14 Nov 2024
A quick and simple Python based shell script to find RSS links from any given URL.
https://rednafi.com/misc/direnv/ · 2 Oct 2024
Automate environment variables per directory with direnv. Load .envrc files on entry, unload on exit. Integrate with Python venv and uv workflow.