Standard Reader
marko.tech
cheatsheet

marko.tech

Articles I've written over the years and lessons learned along the way.

@marko.tech1readers82posts1mo ago
LatestRecent writing
Terminal Tooling
May 1, 2026
A curated collection of command-line tools that fundamentally changed how I work. With installation guides using Homebrew and practical usage examples for each tool.
SoftwareCLI
Coding with Claude & Plugins
Jan 5, 2026
A short guide to using Claude Code with some essential plugins for a better, pair programming experience
SoftwareAI
Hyper Key
Dec 28, 2025
A list of the most useful keyboard shortcuts for the terminal
KeyboardSoftware
Keyboard Shortcuts Supercut
Dec 4, 2025
A list of the most useful keyboard shortcuts for the terminal
CLISoftware
Using brewski, a custom alias for maintaining Homebrew packages
Oct 2, 2025
A simple alias to update, upgrade, and cleanup your brew installation on macOS.
CLISoftware
fzf ftw
Jun 8, 2025
fzf-tools is a zsh plugin that enhances command line efficiency with interactive selection for files, history, scripts, and git commits.
CLISoftware
WTF is Startyparty?
May 13, 2025
I get asked a lot what this project is. It's a labor of love developed over many years that aggregates top-tier articles, news, social media, podcasts, videos, games, resources, livesteams and more into a unified launcher-style application.
AppSoftware
My favorite Raycast extensions
May 11, 2025
Use Raycast? Here's a guide to my most used and recommended extensions that will power up your workflow.
ProgrammingSoftware
Zed Editor Settings in 2025
May 1, 2025
I share my latest Zed IDE settings, which include theme, extensions, linting configurations, overrides, and formatting options.
ProgrammingSoftware
Using Localized, Offline LLMs with LM Studio
Apr 19, 2025
LM Studio is a desktop app for local LLM development, offering a chat interface, Hugging Face integration, and a local server that simulates OpenAI endpoints.
ProgrammingAI
Python Script to Find RSS
Nov 14, 2024
A quick and simple Python based shell script to find RSS links from any given URL.
ProgrammingRSS
Visualize the DOM in 3D with Mouse Movement
Oct 29, 2024
See the DOM in a whole new way.
ProgrammingSoftware