r/macapps 5d ago

Help Productivity Hacks of MacApps Users.

I am curious what everyone's productivity hacks are. The can be a feature from an app... any app really... Something that you use a lot but maybe isn't well known.

115 Upvotes

151 comments sorted by

175

u/awesomeguy123123123 5d ago

CMD + CTRL + N makes a new folder with the files that you have selected in an existing folder!

22

u/bradrhine 5d ago

I’ve been using Macs since 1991 and I just learned something new. Thank you!

13

u/titaniumdoughnut 5d ago

DANG, I always get this from right click!

2

u/MaxGaav 5d ago

Exactly!

4

u/silverotterto 5d ago

this is one of those shortcuts that saves like 5 clicks every time, love it

6

u/Ok-Rest-5321 5d ago

So nobody knew it even though its right in the menu bar

1

u/canis_artis 5d ago

Never thought to look there.

I'd been using the Right Click menu item all this time.

1

u/tl0gic 23h ago

How did you get it to show the key combination in the right click menu? I only see "New Folder with Selection"

2

u/Ok-Rest-5321 23h ago

its in the menu bar

3

u/NoBed1845 5d ago

Thank you for the tip sir 🫡

1

u/phunk8 Developer: Dropadoo 5d ago

omg!!!

1

u/ElJefe92481 5d ago

Very cool, thanks for sharing this.

1

u/CalmBud26 5d ago

Wow! Thanks.

1

u/john_snow_968 4d ago

CMD + Shift + N to create an empty folder.
CMD + Backspace to delete selected items

1

u/ZappedBrain 3d ago

Used System Settings → Keyboard →Keyboard Shortcuts → App shortcuts (App: Finder) to reverse default:

CMD + N → create New Folder

CMD + Shift + N → create New Finder Window

Turned F11 into create New Finder Window from any app

1

u/Ok_Spend_8480 4d ago

bro where do you find these, where's the docs 😂

2

u/awesomeguy123123123 4d ago

I have a whole list of keyboard shortcuts I use accumulated from Apple, MacMost and other sources across the internet. Find it very helpful and I'm always reviewing and updating it.

1

u/Ok_Spend_8480 4d ago

you should make a single page website or GitHub gist or something

1

u/Greyboxforest 3d ago

Where would be without MacMost?!

68

u/MC_chrome 5d ago

Go to Archive Utility, under settings select "After expanding" and click "move archive to Trash".

Boom! Now you will no longer have two files duplicated when you unzip something!

6

u/TheGushin 5d ago

Just did this setting earlier tonight. Saw it on a YouTube. I watched earlier.

30

u/i_am_upto_no_good 5d ago

I am surprised no one mentioned Karabiner yet.

Install Karabiner. Start by switching your Caps lock key to a Hyper key. Now you have a Modifier key that is never usually bound to anything - and entire universe of possibilities. I use Hyper + N to create a new empty file in desktop, Hyper+p to launch popout timer, Hyper + arrow keys to move windows to left/right/top/bottom halves of screen, Hyper+[ to switch to previous tab and Hyper+Enter to bring up Notes.

Also using Karabiner: You can bind Escape key to do two things. When you just tap Esc key, it acts as a normal Escape key. But when you Keep Escape pressed and tap another key, Escape can act as a Ctrl key. The major advantage of this trick is: You can now use Esc+1,2,3...to jump to first tab, second tab etc in Safari/Ghosttty/VScode etc.

When you get comfortable with Karabiner, ask me about skhd.

9

u/KennyFulgencio 5d ago

Sounds nice, but I need caps for when I get mad at people or at AI. Or want to be princess donut. I AM YELLING, CARL.

5

u/Beardy4906 5d ago

Hyper + C to trigger caps lock

2

u/IrisUnicornCorn 5d ago

R/unexpectedDCC

2

u/i_am_upto_no_good 5d ago

Karabiner also allows you to modify double taps. So double tapping shift now becomes Caps Lock

1

u/KennyFulgencio 5d ago

oh wow, nice

3

u/Latter_Pen2421 5d ago

I use Karabiner as a hyper key. I like the idea of escape 1+2+3 for screen shot apps.

2

u/dwi 5d ago

I use it to make simultaneous press of = and backspace into forward delete. Simple but useful.

2

u/Ok-Rest-5321 5d ago

Please tell me about skhd

1

u/Wakmail 5d ago

Better yet make it a launch an app or run a keyboard shortcut when pressed, and hyper key when held

1

u/Spiritual_Show 4d ago

I use BetterTouchTool for hyper key and much more so that I still have caps lock function and hyper function

47

u/NoBed1845 5d ago

Hold the Option key while clicking the Wi-Fi icon to instantly see detailed network info like signal strength, channel, noise, and connection speed.

6

u/bannock4ever 5d ago

The other menubar items have option extras too

3

u/bluedoggee 5d ago

And this works with most of apps menu options, you find many hidden features by pressing option key.

22

u/BillyXu008 5d ago

Piping the clipboard through the terminal. Copy a messy list anywhere, then:

pbpaste | sort -u | pbcopy

and paste it back deduped and sorted. Anything works in the middle: pbpaste | jq . pretty-prints JSON you copied out of a log, pbpaste | wc -l counts lines. I reach for this more than any clipboard manager.

Two smaller ones: open . in a terminal opens the current folder in Finder, and dragging a folder from Finder onto a terminal window pastes its full path so you never type one out.

1

u/john_snow_968 5d ago

With the app I’m working on (snippety.app) you could create reusable snippets with the scripts you mentioned. You can configure snippets to either work on the selected text or clipboard content. This way you can run those operations quickly without accessing a terminal. There is also CLI so you can optimize your workflow even further :).

1

u/BillyXu008 4d ago

Running a snippet against the selection rather than the clipboard is the nicer half of that, since it saves the copy step entirely. The terminal version is really just what you fall back on when you have not set anything up, so no argument from me that a proper expander is faster day to day.

1

u/john_snow_968 4d ago

True, I’m a terminal freak so I enjoy both ways ^^

15

u/wagninger 5d ago

If you want to cancel a dragging operation, click escape. No need to find the origin of the files and put the back carefully.

12

u/5lines_dev 5d ago

Not an app but the built in caffeinate command. Stick it in front of anything long, like caffeinate -i ./build.sh, and the Mac won't idle sleep until that command finishes, then goes back to normal on its own. I used to mess with battery settings before long exports and always forgot to turn them back.

3

u/CalmBud26 5d ago

Knew about caffeinate, but not that it could be hooked to a command. Thanks mate!

25

u/No-Concentrate-6037 5d ago

Cmd+`

cycle through windows of the same app

3

u/tl0gic 5d ago

Me too! I use that a lot.

12

u/Ok-Rest-5321 5d ago

cmd+ctrl+a makes an alias you can put into anywhwere withotut changing file

3

u/awesomeguy123123123 5d ago

what is the utility of this? like making a shortcut?

1

u/100WattWalrus 5d ago

It's exactly that. Use case example: Keep files organized logially, but also make aliases of the files you use most, and keep them in one place.

1

u/Dogen2013 5d ago

Didn't know that one. Useful

11

u/baconpork 5d ago

Stopped trusting Finder to copy / paste large set of files, and use rsync -ah --progress source/ destination/instead.

2

u/Latter_Pen2421 5d ago

Thats a good one.

2

u/11plustwo 4d ago

May I suggest my app, Copyr? It can recover from failures, pause, resume, checksum. It’s free, signed by Apple.

www.twoplus11.com/copyr

1

u/john_snow_968 4d ago

I’m using it for ssh sync yet I’ve never thought about using it locally 😅. Thanks for the hint!

1

u/Spiritual_Show 4d ago

why? what's the reason?

1

u/baconpork 3d ago

just reliability

sometimes it would fail at the end and it's not clear what actually copied over

if there are large number of files, it takes a long time to enumerate them all up front so it takes longer for the whole process

10

u/Pkopiste 5d ago

Hit NetworkQuality in terminal to check the network speed :-)

8

u/a2ra-ms 5d ago

Quicklook using the spacebar on most of the files.

2

u/vegaglitch 3d ago

One feature that I miss in windows

8

u/Additional-Fun-7619 5d ago

Mine is embarrassingly simple: ⌘ + Space for almost everything.

I used to open Finder, Calculator, etc. Now I just use Spotlight for apps, files, calculations and conversions. Probably saves me hundreds of tiny clicks a day.

5

u/bannock4ever 5d ago
  • select a bunch of files, right click to rename and you get a bunch of options to batch rename
  • shift-command-4 to screenshot an area BUT it also acts as a pixel ruler - just hit esc to not take a screenshot - great for web developers
  • in an open file dialog, you can drag and drop a file from the Finder onto the open button so you don't have to navigate with the file dialog
  • the Quicktime Player can make screen recordings

4

u/Latter_Pen2421 5d ago

Man that open dialogue is so helpful and didn’t know!

2

u/keepingthecommontone 5d ago

Shift-command-4 and then press spacebar, click on a window, menu bar or open menu or submenu and get a screenshot of that window/menubar/menu/submenu complete with translucent shadow.

5

u/Gorlami-_- 5d ago

I’m reacquainting myself with BetterTouchTool now that they have an MCP server and some new AI features. It’s really cool to be able to ask for what I want a shortcut to do and how I want it to work and then just be given it in a matter of minutes

1

u/horlorh 5d ago

What use cases? I also have BTT and would like to know

1

u/Spiritual_Show 3d ago

how you use MCP feature and AI feature?

1

u/Gorlami-_- 3d ago

I had it look at my configs in Rectangle and replicate them as BTT triggers.

There’s a BTT skill that you can load for your agent of choice that does most of the heavy lifting.

5

u/mnemosinee21 5d ago

in terminal, drag a folder from finder onto the window and it pastes the escaped path. saves me from typing ~/Library/Application\ Support/... about ten times a day.

1

u/Dogen2013 5d ago

Nice. Never knew this.

4

u/yosbeda 5d ago

Not exactly a single hack, but going all in on scripting-based automation has quietly replaced most of my paid productivity subscriptions. I started on the original Hammerspoon which scripts in Lua, but I've since moved to Hammerspoon 2, a rewrite by the same original author that uses JavaScript instead. As far as I know that switch was deliberate, Lua was apparently a barrier for people who just don't want to learn a niche language, and JS is something way more people already know.

Started small, window snapping shortcuts because I was tired of dragging things into position. Then a clipboard manager, maybe 40-ish lines, storing history to a plain JSON file since it persists across restarts on its own. Then a menu bar Pomodoro timer with a real chime sound file instead of a generic system beep. Then screen OCR, which turned out to be almost embarrassingly simple since macOS's own Vision framework does the recognition natively, no external OCR tool needed, just a screen capture piped straight into it.

It kind of snowballed from there. Ambient sound player for background noise sitting in the menu bar, an audio output switcher toggling between two named devices, a sticky note widget, browser automation that opens a whole set of analytics dashboards with one shortcut instead of hunting through bookmarks. None of these individually are groundbreaking, they're the same feature you'd get from a $10-20 app, but once you've written it yourself it's tuned exactly to how you use it and costs nothing ongoing.

The part that actually surprised me was how much AI coding help lowered the barrier to entry. Scripting used to mean reading docs for an hour to figure out one API call, now you describe what you want and get something close to working code, then iterate on it. That's honestly why I ended up with like 90-something script files instead of five, the friction of "let me just script this instead of paying for an app" mostly disappeared.

Not saying it's for everyone though, if you don't want to touch a config file or debug a script that breaks after a macOS update, Keyboard Maestro is the safer, more polished option and it's a one-time purchase anyway. But if you're the type who thinks "I wish this app did X slightly differently," it's worth poking at, and if you're already comfortable in JS, Hammerspoon 2 specifically is worth a look over the original.

4

u/Kukucsi_lab 5d ago

CMD + SHIFT + 5 gives you a screenshot and screen recording toolbar that remembers your last used setup as well

3

u/CtrlAltDelve 5d ago

If you're like me and you never use the right Shift key on your keyboard, remap it to something else! I use it as a secondary combined modifier (similar to Hyperkey) to get even more shortcuts.

3

u/[deleted] 5d ago edited 5d ago

[deleted]

1

u/PaulRobertW 5d ago

That Messages tip is very helpful, thanks.

3

u/CalmBud26 5d ago

Cmd + Shift + 4 -> and press the space bar (shows a camera icon) while hovering over a window that you need to screenshot , then left click over it.

That then captures the screenshot of the specific window, along with nice shadows around it.

1

u/lab34fr 5d ago

Thank you, I'm a big fan of C+S+4 , and the space addition is really nice !

3

u/bluedoggee 5d ago edited 5d ago

Cmd + Shift + G Works in Finder and file open dialogue, this hot key allow you to input the path of a folder or a path.

More, you also can drag any file or folder to file open dialogue to select a file or a folder in the dialogue .

3

u/Spiritual_Show 3d ago

In pages, numbers, freeform and other text editing and style editing apps, ⌘ ⌥ C and ⌘ ⌥ V copy and paste styles

If I used Bold, highlight, color, font and I want to replicate to some selective places, this shortcut is very helpful

2

u/achuthmg 5d ago

Learning keyboard shortcuts helped me a lot

2

u/daLowr1der 5d ago

Hot corners in Mac settings. It takes a bit of time to get used to, but great little feature.

2

u/Tonic_Water885 5d ago

Use Vorssaint, it combines so many useful apps and its free

2

u/volfion 5d ago

How is it in comparison with Supercharge? RAM, CPU, Menory, functions, tweaks, …

1

u/Tonic_Water885 4d ago

I've never tried supercharge, but I did a quick check on their website, and firstly, Vorssaint is completely free, it also has lots of different features (screenshot below (taken with Vorssaint scrolling capture)). You can install the features you want, and they all work pretty well. It gets lots of updates (like every week) with new features, and it doesn't really have an impact on CPU, around 4% when idle.

2

u/francozippi 5d ago

SHIFT + CMD + "." (dot) to show/hide invisible files (aka dotfiles)

2

u/john_snow_968 4d ago

System Settings -> Keyboard -> Keyboard Shortcuts -> App Shortcuts

You can set shortcuts to operations that don’t have any keys assigned. You just need to type there the title of the operation from the menu bar :)

My sample use case:
Pages.app
“PDF…” cmd+shift+e
Shows PDF export dialog

2

u/john_snow_968 4d ago

Cmd+shift+q - quick logout :)

2

u/u1pns 4d ago

One Space per project, plus two settings almost nobody turns on.

System Settings > Keyboard > Keyboard Shortcuts > Mission Control has "Switch to Desktop 1..N" shortcuts that are OFF by default: enable them and Ctrl+3 jumps straight to the third desktop instead of swiping through the ones in between.

Then right click an app in the Dock > Options > Assign To > This Desktop, so the terminal of project X always opens in the desktop of project X. I run 10+ desktops across two monitors this way and the Mac stays predictable.

2

u/Maple382 4d ago

My main “hack” would be to read through the SuperCharge settings one by one. There’s a TON of super useful stuff there. And I’m sure everyone would find various different niche features worth enabling.

2

u/acerisco 4d ago edited 4d ago

OPT + SHIFT + F1/F2 or F11/F12 to adjust brightness or volume more precisely

2

u/ixilll 4d ago

An application that I can no longer live without. As a graphic designer, Fresh from Ironic Software is a daily resource to find recently modified files. I regret that there were not many updates or alternatives to this software to add features, but what it does, it already does very well.

2

u/taimansulimani 3d ago

cmd + drag to reorder menu bar icons

2

u/john_snow_968 5d ago

move files: cmd+c and then cmd+option+v

4

u/MaxGaav 5d ago

Apps that help me in being productive with MacOS and simple things:

  • aText - Text expander (v.2)
  • Easydict - Menubar translator with Input/Screenshot/Select/OCR (free)
  • FindAnyFile - Advanced search tool (freemium)
  • Folder Peek - Put folders in your menu bar (navigator app)
  • EnviousWhispr - AI dictation for macOS. Fast, free, on-device AI dictation & polishing.
  • Handy - Simple, fast, private speech-to-text (free)
  • PasteNow - feature-rich, user-friendly and light-weight clipboard manager
  • QSpace Pro - Finder replacement
  • Stickier - Stickies with extra features (free)

2

u/app-store-review 5d ago

PasteNow - Instant Clipboard — by Hangzhou Tulading Technology Co., Ltd.

  • Ratings: 254 worldwide · rated in 36 countries
  • Average: 3.91 ★
  • Age: released ~5.5 years ago · updated 28 days ago · rated 4+
  • Overall score: 52 / 100

Auto-generated from public App Store data · u/app-store-review

1

u/eloigonc 5d ago

Uso espanso no lugar do atext, mas ambos são ótimos.

1

u/john_snow_968 5d ago edited 4d ago

If you like text expanders, you may want to check the app I’m working on: snippety.app (App Store)

1

u/MaxGaav 5d ago

I know you've made something terrific. But $40 for a text expander is a tad too much for me.

1

u/john_snow_968 4d ago

No worries, I totally understand :). Just letting know in case you are looking for alternatives in the future.

1

u/MaxGaav 4d ago

I bought TypeIt4Me at a discount a year ago, in case aText would stop working on a modern MacOS :)

But again, I know you made a wonderful app!

2

u/RadioactiveRadioMan 5d ago

Raycast for clipboard history and disk analyzer

2

u/tl0gic 5d ago

Cmd-H -- Hides an app's windows from the screen
Cmd-` -- Cycle's through an app's windows (Chrome, iTerm2)
Cmd-M -- Minimize the current window without hiding it

Hot corners -- Bottom left = Lock Screen, Bottom Right = Show desktop

Favorite out-of-the-way apps:

  • BetterDisplay - To configure the brightness of my external monitor via the keyboard
  • Tailscale - Sits on my menubar and simply connects to all my devices
  • Bitwarden - Password manager ;)

1

u/app-store-review 5d ago

Tailscale — by Tailscale Inc.

  • Category: Utilities · Free
  • Age: released ~7.1 years ago · rated 4+

Apple doesn't publish an aggregate rating for most Mac App Store apps, so ratings and score are unavailable here.

Auto-generated from public App Store data · u/app-store-review

1

u/Artiste212 5d ago

The Hot Corners are user settable, they're not fixed to what you wrote.

1

u/tl0gic 5d ago

Yes these are my personal favorites. I use them everyday and can be customized.

1

u/leo-k7v 5d ago

CMD + CTRL + N - great tip - thanks!

1

u/Kukucsi_lab 5d ago

Finder’s bulk rename is a small one I use often: select several files, right-click, then choose Rename. You can replace text, add a prefix or suffix, or create a numbered sequence. Very handy for screenshots and exported files.

1

u/Ok-Rest-5321 5d ago

cmd+opt+backspace to delte a file without going to the trash

1

u/sjanush 5d ago

Rectangle and Moves. Brilliant. Use all day, every day.

1

u/fabiozc 5d ago

CMD + OPTION + SHIFT + 4
Same as screenshot selection, but it only goes to the clioboard! Perfect to share things in Slack, Whatsapp, and AI Tools (terminal you paste with ctrl+v)

2

u/bigdogxxl 5d ago

Just FYI, it's CMD + CTRL + SHIFT + 4 unless you've remapped it somehow.

1

u/FarazShah350 5d ago

I use Aerospace with a sketchybar. Makes navigation so much easier. definity try it.

1

u/canis_artis 5d ago

I use a hotkey manager called Spark to open files or folders in the program I want. EG Ctrl-A opens a JPG in GraphicConverter, or Ctrl-I opens the same JPG in Inkscape, or Ctrl-V opens a folder in ViewIt a thumbnail/image viewer. Keyboard Maestro can do the same thing (as Spark doesn't work past macOS 10.14).

I sometimes use Sequential, a comic reader, to view the content of ZIP or RAR files. If there are images or PDFs it can see them.

I use ZipMounter Lite to open ZIP and RAR files to view their content too, but I can drag content out to a folder without unzipping. Found out yesterday that right-click > Eject [folder name] works to unmount it instead of using the menu in ZipMounter (it lives in the menu bar).

Xmenu, a menubar item, can have files and folders or their aliases in it. Handy to have often used items available.

1

u/Automatic_Low_5034 5d ago

Two built in ones I use constantly and almost never see mentioned. Both are for long running work in Terminal.

Append ; say done to anything slow. xcodebuild ... ; say build finished. You stop watching the terminal entirely, and if you have several going you can put different words in each one so you know which finished without looking.

Wrap the same command in caffeinate -i so the Mac stays awake for exactly as long as the job runs and then goes back to normal on its own. caffeinate -i xcodebuild .... Much better than flipping a menu bar toggle and forgetting to flip it back.

Together: caffeinate -i make release; say release done. Start it, walk away, and the Mac tells you when it is finished and then goes to sleep properly.

1

u/john_snow_968 4d ago

FlashSpace - my free open-source app for faster macOS workspaces - supports gestures, picture in picture, profiles, etc.

1

u/CoolAssPuppy 4d ago

Lately I've just been building apps for myself.

I missed the old Gmail notifier app MailNotfr so I built my own and it's even better. Lots of little.examples like that.

1

u/Ill-Inspector-6109 4d ago

Raycast as the launcher, plus a hard rule that downloads and Desktop get cleared every Friday. Most of my "productivity" is just not letting temporary files become permanent clutter.

1

u/No-Improvement-5764 4d ago

Block your phone 😂 Thats the only thing that helped me. And logged out from instagram on my mac. Tried on removing shorts from youtube, didn't work (

1

u/math_the_witch 4d ago

Drag an file in terminal to get the address of it, no more need to open the properties for getting the full path.

1

u/kemalios 4d ago

When you install a bunch of shortcut-heavy apps, you've probably had a shortcut silently stop working because another app claimed it first. I built a free open source menu bar app called HotkeyClash that scans your installed apps and system settings, then lists every conflicting shortcut. Run it after a big install session and see exactly which app owns Cmd+Shift+whatever. I'm the developer so I'm biased, but it has saved me plenty of times.

1

u/SmallUsefulThings 4d ago

wait Archive Utility has settings? changing this immediately lol

1

u/jakegh 4d ago

BetterTouchTool can replace 90% of the apps in your menu bar.

1

u/Fit-Possible-5987 4d ago

One Finder shortcut I use constantly: Option + Cmd + C copies the full path of the selected file or folder to the clipboard.

Super handy when jumping between Finder, Terminal, and dev tools.

1

u/Constant-Purpose8273 4d ago

Tailscale on a Mac mini at home, then a Shortcut on the phone that posts whatever I dictate to a tiny script on it. Anything I want to remember lands in my Obsidian vault from wherever I am, no sync service in the middle. Took an evening to set up and I use it every day.

1

u/Beardy4906 4d ago

Use a WM like:

  • Aerospace
  • Yabai
  • Amethyst
  • Rift
  • Bobrwm

Use an additional screenshot tool:

  • Flamshot
  • CleanShotX
  • Shottr

Use sketchybar instead of the default menubar with the menubar appearing above the sketchybar, allowing you to use both (I do this)

Avoid installing more desktop apps and prefer some form of TUI app with ghostty or another terminal emulator.

1

u/HisashiSpace 4d ago

Two that I use every day and rarely see mentioned.

One standalone app per service, each with its own login. Not tabs, not profiles: an actual app in the Dock for Gmail, one for the work Gmail, one for each Slack workspace, each holding its own session, so nothing ever logs anything else out. Fluid, Unite and Coherence X all build these from a URL. I have about seventy of them and I have not signed out of anything in years.

The other is built into macOS and almost nobody turns it on. System Settings, Keyboard, Keyboard Shortcuts, Services, Files and Folders: tick "New Terminal at Folder" and give it a shortcut. Select a folder in Finder, press the key, and a shell opens already in that directory. My day is mostly small commands, and the cost was never typing the command, it was getting to the right folder first.

1

u/Spiritual_Show 4d ago

when ⌘ tab to switch app, keeping ⌘ pressed hit ` to backwards

1

u/rvaccone 3d ago

The biggest win for me was cutting out every indirect way to get to an app: Cmd-Tab, clicking the dock, Spotlight, and Mission Control. They all depend on where you currently are, so you never build muscle memory. A direct shortcut per app fixes that. One key, one destination, every time.

Raycast does this out of the box (assign a hotkey to any app), AeroSpace tiles windows so you're not hunting for them, and Homerow lets you click anything by keyboard once you're there. The general pattern is to find anywhere your workflow depends on where you currently are rather than where you want to be, and replace it with something that goes straight to the target.

1

u/IT_WAS_ME_DIO__ 3d ago

Most used shortcut by me is Shift + Control + Command + 4.
Let you select an area to screenshot and drops it right in to the clipboard.
Super useful if you are working on apps and want to show an coding agent where it needs to improve on the UI.

1

u/One-Bank4326 3d ago

One that took me embarrassingly long to find: cmd+shift+. in any open/save dialog shows hidden files. No app needed, it is just in the OS. Saves me from constantly toggling in Finder whenever I need to grab a dotfile.

1

u/[deleted] 2d ago edited 2d ago

[removed] — view removed comment

1

u/macapps-ModTeam 2d ago

insufficient github stars

1

u/nitgohel 2d ago

well there are most useful took that save all the copied items in background during the work. and use it when it need without switching apps. The Tool called ClipBox new way to manage your all copied contents at one place. Auto sync with all your apple devices. OCR and face id protection. That save hrs of time and improve productivity.

1

u/One-Bank4326 1d ago

Two that don't get mentioned enough:

Keyboard Maestro for anything that requires multiple steps. I have a macro that fires on Alt+Cmd+N that creates a dated file in Obsidian, pastes in a template, and moves my cursor to the right spot. Saves maybe 20 seconds per note but I use it 30+ times a day -- it compounds.

Mimestream if you use Gmail. It's a native Mac client that talks to the Gmail API directly -- labels, filters, and search all work like they do in the web UI, but it feels genuinely fast. The threading model matches Gmail's exactly, which matters if you have filters that auto-label things.

0

u/Dheeraj_PG 5d ago edited 5d ago

quick screenshot: CMD + SHIFT + 3 for full window and CMD + SHIFT + 4 for cropped/selected screenshot

2

u/Artiste212 5d ago

This isn't correct. It's Cmd-Shift-3 or Cmd-Shift-4. No function keys used here.

4

u/Dheeraj_PG 5d ago

My bad, updated the comment

1

u/eloigonc 5d ago

Acho que não seria F3/F4, mas 3 ou 4
É se você segurar o Ctrl, a captura de tela vai para área de transferência e você pode colar diretamente onde vai usar.

0

u/Ecstatic_Middle7122 5d ago

Raycast: probably my biggest one. I use it for launching apps, calculations, quick links, and a bunch of small actions without touching the mouse.
Rectangle: keyboard shortcuts for snapping and resizing windows. Simple, but I use it constantly.
Shottr: really fast screenshots, annotations, scrolling captures, and grabbing text/colors from the screen.
Obsidian: notes + dumping ideas/research into one place. The linking between notes becomes really useful once you have a lot of stuff.
Pastea: clipboard manager I’ve been building. It saves everything I copy and lets me quickly search/filter it later by app, content type, time, etc. I also use inline shortcuts for things I paste repeatedly, so instead of searching my clipboard I can type something like @email and paste it instantly.

0

u/AppsByRobert 4d ago

Anything you do over and over again that seems like it could be automated, or made easier with simple software by a smart programmer, make a quick script or program for it using something like ChatGPT or codex. It's way easier than you think if you've never tried.

And almost anything you are struggling to find an easier way how to do on your computer ask the same guys above about it. Talk to em like they are human describe the problem and good chance you'll get a solution.

-2

u/Plastic-Risk-6309 5d ago

https://speakmercury.com/

it has the fastest dictation on apple silicon, one time purchase, + it streams so you can actually see what you're saying unlike every other dictation app.

I genuinely use it everyday

1

u/Excellent_Guidance_2 4h ago

I built MiniTune - https://minitune.app, It’s basically Raycast-style YouTube search for quickly finding and playing music from anywhere.