This is why I prefer commandline applications.
https://wordsmith.social/sotolf/why-i-prefer-command-line-applications
TLDR; simplicity, automatability and aesthetics.
@yerinalexey sure that's also a big thing, but I kind of grouped that into simplicity :)
@sotolf I wish people made commandline friendly web frontends instead of commandline clients. Would greatly improve minimal web browsing.
@person Yeah, it would make browsing with lynx a lot more pleasant.
@person @sotolf :3 that's what I'm trying to do. https://codeberg.org/simple-web/ is a project where I write scrapers for popular websites and make simple, JS-free and with minimal CSS websites. https://translate.metalune.xyz (google translate), https://freebay.metalune.xyz (eBay)
@metalune A frontend for reddit would be great, I didn't have good luck with reddit on lynx.
@person really good idea, should be rather easy to do since I don't have to write a scraper myself!
@hyphen With Teddit you can't login yet soooo
@hyphen Not for me, I want to login and shill for my favorite cartoons and games.
@sotolf About aesthetics: not every command line program follows the same patterns. Some have a shorthand with a single '-' for a more verbose '--arg', and allow chaining the shorthands ('-abc'), but others not. Some accept 'help', '--help', '-help', etc.
Having things like git, FFmpeg, ImageMagick, etc is awesome though.
@JosuGZ Yeah, sure, that's more on consistency that aesthetics, but yeah I do agree with you, it's why I went with a cli parser library for my own rust tool, it let me not have to deal with flags and at the same time support chaining long and short flags without having to deal with all the minutea myself :)
@sotolf also because it's easier to make