this post was submitted on 15 Aug 2025
847 points (98.2% liked)

Programmer Humor

26373 readers
1052 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] dan@upvote.au 6 points 1 month ago (1 children)

What is a spring-loaded folder?

[–] kautau@lemmy.world 4 points 1 month ago (2 children)

I use that all the time but never knew it had a specific name.

[–] dan@upvote.au 2 points 1 month ago (1 children)

This doesn't sound any easier than using Ctrl+X to cut files and Ctrl+V to paste them wherever you want to?

[–] kautau@lemmy.world 4 points 1 month ago* (last edited 1 month ago)

Depends on how you use your computer. Plenty of people would tell you that using a GUI file manager and cutting/moving files is inefficient on any platform as opposed to just using a terminal.

There are times where it’s nice to drag a file or group of files and have Finder show me the content of the destination folder before I decide to drop the files. But sure I could do that with 3 mouse clicks and 4 keyboard taps.

I think that terminal only or primarily terminal is valuable, a combination of mouse and keyboard with shortcuts is valuable, and also the ability to just use your mouse (especially helpful for accessibility) is also valuable, and they all should be supported.