this post was submitted on 21 Nov 2023
237 points (80.5% liked)
linuxmemes
20880 readers
5 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Pretty good by Windows standards, but it's awful and too verbose and ugly by UNIX standards.
There are a lot of Bash wrappers for a lot of programs or the programs themselves are written in Bash. Maybe complex logic in Bash wouldn't look pretty, but it is much easier than POSIX shell. And there is a LSP server for shellscript. If a custom command is present on the host, then the server will also see it and you can autocomplete it.
Some things are easier done with shell than python, so it all depends.