← Home ← Back to /g/

Thread 105740641

15 posts 10 images /g/
Anonymous No.105740641 [Report] >>105740661 >>105740790 >>105740799 >>105740801 >>105740817 >>105740822
Terminal autism
why use the terminal? you only need to expose the guts when you need some less commonly accessed or advanced feature. a special or unusual use case. why are you faggots trying to take us back to the stone age and have us in the terminal all the time? and why is it trending with developers nowdays to just dump all their spaghetti on github and include a long winded read me for their software now? they dont bother to tweak defaults anymore. they bother to make a GUI. just dump it on github "here you deal with it"

wtf? github is making the world a worse place?
Anonymous No.105740661 [Report] >>105740712 >>105740725
>>105740641 (OP)
Dumb tranime poster
Anonymous No.105740712 [Report]
>>105740661
she's right doe
Anonymous No.105740725 [Report]
>>105740661
github is turning people into gits

linus knew exactly why he called it that
Anonymous No.105740775 [Report] >>105740783
Because white people prefer talking rather than pointing.
Anonymous No.105740783 [Report] >>105740939
>>105740775
if that is true, why is it that this is becoming more prevalent as white culture has been taken over? when white culture was more prominent, the GUI was more prevalent
Anonymous No.105740790 [Report] >>105740802 >>105740909 >>105740967
>>105740641 (OP)
> less commonly accessed or advanced feature. a special or unusual use case
How about quick sorting files? GUI applications are practically a pain for common user tasks.


shopt -s extglob
mkdir ~/temp/unsorted_pics ~/temp/recent_doc
mv ~/Downloads/+(*.jpg|*.png|*.gif) ~/temp/unsorted_pics
mv ~/Downloads/+(*.pdf|*.docx|*.xlsx) ~/temp/recent_doc
mkdir ~/temp/unsorted_pics/convert; mv ~/Downloads/*.webp ~/temp/unsorted_pics/convert


Frontend devs are retarded, bloating up the code, multithreading, GPU accelerated. But nothing that improves the use cases of their apps.
Anonymous No.105740799 [Report]
>>105740641 (OP)
>noooo you can't use your computer the way you want you have to do it my way
Anonymous No.105740801 [Report]
>>105740641 (OP)
i didn't read any of that. kill yourself though
Anonymous No.105740802 [Report]
>>105740790
Your example is gay and retarded, in reality I just rm -fr ~/Downloads/{.*,*}
Anonymous No.105740817 [Report]
>>105740641 (OP)
My github projects always have a gui and I try to make it as user friendly as possible. I also try to have nice packages that any retard can just download and run without having to build anything or hunt down dependencies. Command line tools are for me alone.
Anonymous No.105740822 [Report]
>>105740641 (OP)
>and have us
Nobody is forcing you to use these programs
Anonymous No.105740909 [Report]
>>105740790
get that disgusting crap out of my face

as an end user i dont EVER want to see that

its is repugnant
Anonymous No.105740939 [Report]
>>105740783
>when white culture was more prominent, the GUI was more prevalent
lmoa ok zoomer
Anonymous No.105740967 [Report]
>>105740790
Sure, if you have a task you want to repeat. But for one off operations, the GUI can often be superior to spending ages carefully crafting a script. Also you can make quite a mess of things if you screw up your script. Also, the GUI can often given you confirmation of correctness before performing the action. Consider software like bulk-rename. That tool shows you what it will rename the files to, and this updates as you change the options.