Everyday Workflow Boosts

Small, repeatable efficiency gains are often the ones that matter most. A few extra seconds saved on a common action, a quicker way to find the right command, or a tool that consolidates routine tasks can meaningfully change how smoothly your day runs. Below is a selection of practical shortcuts, utilities, and reference aids worth folding into your routine.

Command Bar Control for Cloud Apps

Jumping between GitHub, Slack, calendar, and video calls usually means clicking through multiple windows and menus. The Slapdash command bar aims to collapse that overhead into a single entry point, similar to Spotlight on macOS but extended to cloud services.

Slapdash
Slapdash brings a powerful command bar interface to Mac, Windows, Linux, and Chrome.

Launch it with Command + J on Mac or Ctrl + J on Windows and Linux, and you can begin typing a Notion document name, or enter “create” to file a new GitHub issue without leaving the bar. Teams can also script custom commands for common operations like customer lookups or database entries.

Smarter Browser Tab Behavior

Opening a link in a new tab with Cmd/Ctrl + Click is well known. The less obvious follow-up is that adding the Shift key — Cmd/Ctrl + Shift + Click — makes the browser focus the newly opened tab immediately. A minor tweak that removes an extra click or keyboard hop.

OneTab
OneTab helps you reduce tab clutter.

For tab overload, the OneTab extensions for Chrome and Firefox compress an entire window of open tabs into a single list. Tabs can then be restored selectively or en masse. There is also an option to publish that list to a web page, which is handy for sharing research sets or preserving session states. Beyond decluttering, this drops the memory footprint of dozens of idle background pages.

Deeper macOS Screenshot Tricks

macOS screen capture has more range than the standard full-screen grab. A rundown of 14 tips and shortcuts covers the useful middle ground between basic captures and more advanced workflows.

MacOS screen capture shortcuts
Cory Ginnivan collected handy shortcuts that help you get more out of macOS’ screen capture feature.

One particularly useful pairing is Cmd + Ctrl + Shift + 4, which sends a selected region straight to the clipboard, ready to paste directly into a design document. And for those who find the screenshot thumbnail preview that lingers on screen distracting, open Cmd + Shift + 5, select “Options”, and toggle off “Show Floating Thumbnail”.

Fans of VS Code and DevTools likely know Cmd/Ctrl + Shift + P for invoking a searchable command palette. That pattern is also available in document tools. In Google Docs and Sheets, Option/Alt + / reveals a searchable field for features, fonts, and other controls instead of digging through menus. Dropbox Paper has a similar system, where / opens a search overlay for locating documents.

Quick access in Google Docs
Option/Alt + / brings up search in Google Docs and Sheets.

The lesson extends beyond these examples — checking the full shortcut list for any frequently used application tends to turn up overlooked convenience keys. For a broader collection of such micro-optimizations, productivity.so catalogs tips for popular tools, frequently accompanied by short explainer videos and platform compatibility notes.

Tooling Up The Developer Workflow

Fresh Start On Mac

Setting up a development environment on a new Mac can be daunting if you don’t have a system in place. Sourabh Bajaj’s mac setup guide, compiled with help from community contributors, walks through the essentials for getting a machine ready for work.

macOS Setup Guide
Sourabh Bajaj’s guide covers the basics of setting up a development environment on a new Mac.

The guide covers everything from Homebrew to setup steps for languages and runtimes such as Node, Python, C++, and Ruby. It serves as a reference for installing new tools as your needs grow, and it welcomes community contributions for keeping the material current.

Smarter Code Completion

For developers who would rather not stop to look up function signatures, Kite brings machine learning directly into the editor. The free macOS tool provides fast, context-aware completions that let you focus on logic instead of syntax.

Kite
Kite supports you with context-aware completions as you code.

Kite supports 16 code editors and 16 languages, and claims it can cut keystrokes by up to 47 %. For Python developers, a one-click or hover-based documentation lookup shows relevant docs without leaving the editor.

Inspecting Source On The Go

Desktop browsers make it trivial to inspect a page’s source, but mobile browsers leave much to be desired. Adam Newbold’s View Source offers a workaround: paste any URL into the site and it fetches and renders the markup.

View Source
View Source lets you examine a page’s source code on mobile.

The output includes numbered lines and syntax highlighting, with options to wrap lines or tidy the markup. The service is a practical bookmark for developers who need to check front-end code away from their desk.

Putting Debugging In Order

Debugging often demands the right tool for the job. Adrian Bece’s guide to CSS/JS debugging and Sarah Drasner’s collection of tips and tricks cover familiar strategies for isolating tricky issues.

Eruda
Eruda is a console for mobile browsers.

For mobile debugging, Eruda acts as a console for mobile browsers, exposing error messages, DOM tree navigation, and performance metrics. On the React side, teams can turn to guides for measuring performance or profiling with Chrome DevTools, which also merits its own in-depth walkthrough.

Performance Monitoring With A User Focus

Page speed metrics only matter if they reflect how real visitors experience a site. Treo, built on Lighthouse, takes that user-centric view for its audits, which run in a stable, isolated environment.

Treo
Treo makes performance metrics more developer-friendly.

Instead of dumping raw technical scores, Treo visualizes data with an emphasis on user experience. You can configure CPU power and network conditions and pick from nine global locations to approximate your customers’ environments. The site provides live demos to see those reports in action.

A Toolkit Of Small Utilities

Sometimes a quick single-purpose tool beats building your own. Tiny Helpers collects free online utilities for accessibility, APIs, performance, regular expressions, security, and more. For design-oriented helpers, Ffffuel and Smashing Magazine’s own roundups of SVG generators and CSS generators fill in the gaps.

Tiny Helpers
Tiny Helpers collects free single-purpose online tools.

Windows users can get an offline-friendly equivalent in DevToys, which bundles more than 21 utilities including JSON/YAML converters, a hash generator, JWT decoder, regex tester, and URL encoder. It can even detect the best-suited tool based on your clipboard contents.

Automating Form Testing

Filling out forms manually for testing is tedious, which is exactly the problem Fake Filler solves. The browser extension, available for Chrome and Firefox, fills inputs with dummy data and picks from dropdowns, radio buttons, and checkboxes at random.

Fake Filler
You want to test a form with dummy data? Fake Filler has got your back.

It respects the maxlength attribute and deliberately skips CAPTCHA, hidden, disabled, and readonly fields so the generated content is actually useful for testing valid form submissions.

Keeping Product Copy In Sync

When copy lives in design mockups, tickets, and chat threads, teams waste time hunting for the latest wording. Ditto consolidates product copy management into one system with a reusable text component library.

Ditto
Ditto provides a single place to manage product copy.

Beyond tracking changes and discussing edits, the service offers a two-way Figma sync to keep mockups current. An API, CLI, and SDKs let developers pull approved copy directly into their builds, eliminating copy-and-paste mistakes between design and development.

Common Language For Code Reviews

Code review feedback loses its edge when every team member phrases severity differently. Netlify’s UX team addressed this with the Feedback Ladder, a shared terminology borrowed from the experience of living in a house under construction.

Feedback Ladders
The Feedback Ladder approach helps everyone in the team provide meaningful code feedback.

Issues are encoded by impact level: mountain, boulder, pebble, sand, or dust. Blocking problems (boulders) stop progress, while minor annoyances (sand and dust) don’t obstruct the work. The metaphor gives reviewers a quick, concrete way to signal how urgently a comment needs attention.

Tighter Feedback Loops

Commenting Directly on a Live Site

Gathering feedback on a website often means chasing emails, messages, and calls. Pastel replaces that with a shared link that lets clients and teammates click anywhere on the page to leave comments, no account required.

Pastel
Pastel makes collecting feedback on a project simple.

Pastel collects all remarks automatically and records the browser and screen size for context. If you update the site in the meantime, those changes are also reflected in every Pastel link, so your review process stays current.

A Capable, Free Recorder

For recording your screen without spending money, Screenity, an open-source tool from Alyssa X, is a solid pick. It carries no time limit and provides annotation tools like drawing, text, and arrows. You can also highlight clicks, emphasize the mouse cursor, and use push-to-talk for narration.

Screenity
Screenity is a powerful open-source screen recorder.

That makes it useful for project feedback, walkthroughs, or product demos. Screenity is available for Chrome.

Smarter Scheduling

Finding a time that works for everyone can consume more effort than the meeting itself. Calendly streamlines that process by letting you share a link that displays only your available slots. The guest chooses a time, and the event goes straight onto your calendar without conflicts. Automatic reminders handle follow-ups, and Rescheduling is handled inside Calendly as well.

Calendly
Calendly helps you schedule meetings without any back-and-forth emails.

Doodle takes a similar approach for discovering availability, regardless of what calendar system or timezone is involved. A valuable feature is the ability for participants to mark dates as “if need to be” — meaning they can make it work if necessary.

Reclaiming Focus and Meeting Time

An Assistant For Your Calendar

When meetings fragment the workday, finding dedicated focus time gets tough. The Clockwise Chrome extension acts as a smart calendar assistant that carves out uninterrupted blocks so you can do the work that matters.

Clockwise
Clockwise frees up uninterrupted focus time.

Clockwise analyzes your meeting behavior and reorganizes your day, moving appointments to less disruptive spots and resolving conflicts. It can also sync with personal calendars and coordinate meetings across your team, placing them at the time with minimal impact on everyone’s schedule.

Run Meetings From a Document

Meetings often drift because nobody read the agenda materials in advance. In The Document Culture at Amazon, Justin Garrison explains a method where every meeting starts by reading a prepared document together in silence. Participants take notes as they go, adding questions as they appear.

The Document Culture at Amazon
Justin Garrison shares tips for making meetings more productive.

That reading happens during the scheduled meeting time, so nobody has to find extra hours to prepare. The document can range from a one-pager to a six-pager or a PRFAQ for new products. If you go digital with this approach, ensure that notifications and messaging apps are silenced to cut through distraction.

Reflecting On Email Habits

Email remains a necessary part of work. Because it’s not going away, Chris Coyier created Email is Good, a site dedicated to improving email communication across teams. It covers what makes email annoying, ways to handle it better, and relatable stories of daily email mishaps.

Email Is Good
Email Is Good attempts to make email better.

The goal is to help you think about your own inbox behavior and how those habits affect those on the receiving end.

Working Faster With Git

Finding the Command You Actually Need

Even experienced developers forget the exact syntax for committing staged changes or cloning a repository with submodules. Git Command Explorer uses dropdown menus to narrow down your intent, then hands you the command ready to copy and paste.

Git Command Explorer
Git Command Explorer helps you find the Git command you’re looking for.

If you prefer quick references, Git log covers common log queries and commit search patterns, while the Git Branch cheatsheet explains listing, creating, renaming, switching, and deleting branches. For more depth, Atlassian’s cheatsheet addresses undoing changes, rewriting history, and remote branches. The GitHub Cheat Sheet adds inspection, path tracking, ignore patterns, and temporary commits.

Git With Less Typing

Some edits and operations on the command line feel more difficult than they should be. lazygit, created by Jesse Duffield, is a terminal UI designed to make staging lines, amending previous commits, stashing files, and fixing merge conflicts faster and easier.

Lazygit
Lazygit is a simple terminal UI for Git commands.

The tool also helps you move changes between branches without stashing them, serving as a simpler way to handle commonly used but verbose commands.

Generating Correct .gitignore Files

A well-formed .gitignore saves you from committing unwanted directories and generated files. gitignore.io produces the file based on your operating system, language, and IDE.

Gitignore
gitignore.io helps you create gitignore files with ease.

Type “Node” and “macOS” into the search bar and the site outputs a template with all the relevant rules. A CLI alias option lets you create the file directly from your terminal without visiting the site.

Quick Log Messages and One-Click Repos

Writing console logs for curious variables can feel repetitive. The turbo-console-log extension inserts a meaningful log statement beside your selected variable by pressing Ctrl + Alt + L.

turbo-console-log
turbo-console-log automates log messages.

That tool also includes shortcuts to comment out, uncomment, or clear every log message in the current file when you're done debugging. Getting to the code you share on GitHub into an editor is faster now too — with Github1s, simply insert 1s into the URL after github.

Github1s
Github1s opens code snippets you see on GitHub directly in VS Code.

The repository or a single file opens instantly in VS Code. A bookmarklet makes toggling between github.com and github1s.com effortless, or you can explore the project page for related browser extensions. For expanded needs, Gitpod provides a full online development environment with parallel workspaces and collaborative coding options.

Speed Up Your Terminal Workflows

The command line remains a powerful workspace, but it can be slow when you’re constantly guessing commands or digging for the right directory. Fig adds VS Code-style autocomplete to your existing terminal, complete with hints and suggestions. Its real strength is extensibility: anyone can contribute a completion spec for their favorite CLI tool, so you only enable what you actually use.

Fig
Fig brings autocomplete to your terminal.

For Zsh users, oh my zsh runs on Linux, Windows, and macOS and brings a large collection of helpers, plugins, and themes. Beyond the default setup, community-curated plugin lists cover useful additions such as better syntax highlighting and directory listings in a tree-like format. For a broader view of what the terminal can do, Marcel Bischoff’s curated list covers automation, backup, encryption, productivity, and version control tools, with a section for games to lighten long sessions.

Awesome Command Line Apps
Marcel Bischoff curates useful command line apps.

Friendlier Man Pages And Learning Resources

Technical documentation often reads like a wall of text, which makes it tough to get started with a new tool. Dash Dash reformats the open-source Unix manual pages for Linux, BSD, and macOS into a clean, readable layout. Beyond plain explanations of every command, it adds search, examples, and TL;DR sections. For a structured path from beginner to advanced, “The Art of Command Line” covers everything from basics to system debugging, while cmdchallenge tests your skills by asking you to solve tasks with a single line of bash.

Cheatsheets And Reference Tools

When you’re on a tight deadline, you don’t want to hunt through sprawling documentation for the right Flexbox property or Terminal flag. SheCodes Coding Tools provides a searchable JavaScript reference covering variables, strings, structures, and more. Codecademy’s front-end cheat sheet collection is grouped by topic and packed with runnable examples, while CSS Tricks Almanac remains a reliable place to check CSS properties.

Decode JavaScript Operators

JavaScript’s symbolic operators — the ampersands, dashes, and equals signs — can be confusing, especially for newcomers. Josh W. Comeau’s Operator Lookup lets you type any operator or pick from the 50 available glyphs to get a short explanation of what it does plus a concrete code example.

Operator Lookup
Josh W. Comeau’s Operator Lookup helps you make sense of JavaScript operators.

Master Regex With A Gentle Guide

Regular expressions are invaluable for pattern matching, text replacement, and form validation. If you haven’t internalized the syntax yet, Zeeshan Ahmad’s “Learn Regex The Easy Way” walks you from the basics to advanced tasks with clear examples.

Pick The Right HTML Tag

Choosing the correct HTML element for a particular job isn’t always obvious. Benjamin Holfve’s What the tag?! walks you through a series of questions about what you want to achieve; after a few answers, it makes a clear recommendation.

Draw The Unicode Character You Can’t Name

When you forget what a Unicode glyph is called, scrolling through endless character maps is a time sink. Shapecatcher lets you draw the character with your mouse and then compares your sketch against more than 10,000 of the most important characters to surface the closest matches. Japanese, Korean, and Chinese characters aren’t supported yet, though. And for license pages that nobody wants to read fully, TLDRLegal summarizes popular open-source and software licenses at a glance. The summaries are peer-reviewed, with the most common licenses also checked by a lawyer.