this post was submitted on 08 Nov 2024
187 points (88.2% liked)

Linuxsucks

163 readers
625 users here now

Shit on Desktop Linux and its evangelists here

No evangelizing for Linux

founded 4 weeks ago
MODERATORS
 

I use CLI in Windows all day long, but I don't expect normies to have to learn it.

all 34 comments
sorted by: hot top controversial new old
[–] TunaCowboy 42 points 4 days ago (4 children)

bind 'set completion-ignore-case on'

[–] [email protected] 0 points 1 day ago

or just use fish shell

[–] Agent641 20 points 3 days ago

bInD 'sEt CoMpLeTiOn-IgNoRe-CaSe On'

[–] Nimbly 18 points 3 days ago

Solutions? No thanks, just a circlejerk here

[–] [email protected] 7 points 4 days ago

Case insensitivity goes brrr

[–] [email protected] 18 points 4 days ago (3 children)

It's Linux. You're supposed to name your user data folders
~/doc
~/dsk
~/dwn
~/mus
~/pic
~/vid

or even better, just use /tmp as your download folder.

[–] slazer2au 3 points 2 days ago

You don't keep stuff in /dev/null?

[–] [email protected] 37 points 4 days ago (3 children)

I keep half my life in that downloads folder. It is not going anywhere near /tmp.

[–] Telodzrum 9 points 3 days ago

This is the best and funniest comment I’ve read all week.

[–] MimicJar 4 points 3 days ago (1 children)

You can also setup custom dirs, https://wiki.archlinux.org/title/XDG_user_directories

All of mine (except Desktop) point to "$HOME/downloads"

[–] [email protected] 1 points 3 days ago (1 children)

Im halfway to grey beard at this point but didn't know this. Thanks.

[–] Bookmeat 1 points 3 days ago (1 children)

That's because modern desktops (looking at you, Gnome) have decided that discoverability isn't worth their time. They want empty, pretty interfaces with minimal functionality.

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago)

I use gnome and love it so not sure how that at all even relates here.

It's completely irrelevant to your de.

[–] [email protected] 1 points 3 days ago (1 children)

You've downloaded half your life from the internet?

[–] Acters 2 points 3 days ago

My whole drive is half downloads folder and half OS

[–] rottingleaf 2 points 3 days ago* (last edited 3 days ago)

dl, sh, src, var, old, pic, app, books

that's mine. No bin yet - it's a new installation with a home_old.tar.zst file for the old.

EDIT: Of course I do have a Downloads directory, I've just forgot to alias it to something more pleasant yet.

[–] lemming741 14 points 3 days ago* (last edited 3 days ago)

~/Documents showing up in my tab completion

[–] [email protected] 14 points 4 days ago (3 children)

Create a symlink if that behaviour bothers you

ln -s ~/Downloads ~/downloads

Bonus for solving another common point of confusion with ~/Downloads:

ln -s ~/Downloads ~/Download
ln -s ~/Downloads ~/download
[–] [email protected] 2 points 3 days ago

Won't this be annoying because you'll suddenly have 4 entries for the same thing when you ls?

[–] Zachariah 2 points 4 days ago

symlinks are sexy

[–] madthumbs -3 points 3 days ago

It doesn't. I don't use Linux anymore and was far from a 'noob'. I got over the issue after the first time and used a highly personally configured LF, aliases, and ZSH auto-suggest mostly anyway. -Appreciate the tips others might benefit from though. -Thanks!

[–] [email protected] 9 points 4 days ago (1 children)
[–] madthumbs -2 points 3 days ago

I actually have it installed on Windows, but never got around to configuring (outside of Yazi for which I have bookmarks for) or using it. I also hesitated to get into it because I want to know the directory structure well so it's not a handicap. -It is popular AF though. Probably not something for normies though.

[–] [email protected] 7 points 3 days ago (1 children)

OP again with the pro move of posting their Linux issues on linuxsucks to bait Lemmy into suggesting fixes.

[–] synapse1278 4 points 3 days ago (1 children)

Never heard of zsh and oh-my-zsh ? Skill issue.

[–] thirteene 1 points 3 days ago

https://ohmyz.sh/ This is the way, the fuzzy corrects alone are worth it. Themes, git metadata, plugins and seamless onboarding.

[–] kometes 2 points 3 days ago

I veto pull requests that have upper case directory or file names.

[–] steventhedev 3 points 4 days ago
shopt -s cdspell
[–] Thcdenton 0 points 3 days ago