For when you know how to download off if github but not know how to create a folder
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
I would prefer PPA for this or through flatpak.
It should work on bad distros as well!
Yeah that's the line that got me as well π
they're on pop-os ... thinking emoji
don't forget to regularly empty the recycling bins. they are the ones named /bin
Hey, I'm a noob, I'm getting this weird folder not created message.
Honestly, only criticism is that this will give a static version. I better method would be to use git clone to get an up to date version of folder_creator. This could leave some lingering git files, so be sure to run rm -rf ~/.* to get rid of anything unexpected and hidden away by git.
That's cool but I want this rewritten in memory safe Rust
how is this 376 lines xD
The GNU Coreutils version is 319 lines.
https://github.com/coreutils/coreutils/blob/master/src%2Fmkdir.c
376/319 is an around 18% difference (ignoring that these are different languages)
EDIT: i misread the result XD
Lots of comments, lots of edge cases to match gnu behavior and explanations of it.
βLongβ code isnβt bad
I lines per Arg specific code for windows or not windows, plenty comments in different style through the code (ew, pick one)...
It seems to do a bunch of checks for AppArmor or SELinux and so....
Yah idk, some questionable formatting of code.
Really? And I've been asking my AI to do it this whole time!
Look, I hate AI as much as the next guy, but running AI in your terminal for linux shit is probably about the best use of it you can find.
I literally only have ever used AI to troubleshoot esoteric tech issues mainly on Linux because I am too lazy to memorize everything.
Yep! That's my problem space right there. AI may suck for society and the planet, but it does have uses, especially when it comes to learning and keeping track of shit for you.
Itβs really good at aggregating data from Reddit posts and other forums. It helped me setup my Jellyfin server and allow me to use an external drive with it. 5 years ago, I would have been asking for troubleshooting questions on those sites instead, which is probably a bad thing because after people stop asking questions for the AI to train onβ¦is when we are in trouble.
I hear you, every bit of it. We are letting ourselves become carbon copies of carbon copies.
Then again, I doubt this is the final form of AI. They are building those data centers for a reason. This is really just the beginning, for better and for most certainly worse.
I still donβt think itβs a good overall for humanity though, especially for the environment and the economy right now. This golden calf is not something we should praise too much.
Itβs not a folder itβs a directory
Ackshually it's a file
Its inodes all the way down
All this time, it was all inodes???
Always has been
Right? You can't fold a directory.
yes but I'd love to direct a foldy. toldy folds
i somehow KNEW this was the soundtrack before unmuting the video.
Directions unclear. Deleted /etc
Like etcetera? That sounds like that's just temp files and stuff.
You're thinking of /var, which stands for "various", as in "various shit you don't really need but you keep here just in case"
While you're at it, clean your trash bin with sudo rm -rf /bin
I love PopOS ARCH Linux
I just do the typical
sh -c "$(sudo find / -name 'mkdir' | grep -o 'mkdir' | head -n 1) '$(echo newDir)'"
but to each their own I guess.
git clone https://github.com/ruemination/folder_creator ./New\ Folder && cd ./New\ Folder/ && rm -rf ./*
Thanks for the heads up on the rm -rf ./*. It was so fucking cluttered.
Bro, what about the handy script:
#!/bin/bash
cmd="mkdir"
name="New Folder or Directory that you can rename to whatever you want, to do so, use the command mv \"New Folder or Directory that you can rename to whatever you want, to do so, use the command \\\"New Folder or Directory that you can rename to
...
well, you get the idea.
How do I know how cool they are? Their bash doesnβt even open with a fastfetch command!
probably wont work because they forgot to sudo apt update
this guy doesn't use arch btw
I dunno man, thatβs a lot of terminal.