|
|
|
|
|
by amalcon
3531 days ago
|
|
Copy and paste is 3 steps: - Select text
- Start up a shell
- Paste the text into the shell
Download and run is 3 steps for a shell script: - Click download link
- Start up a shell so you can access stdin/stdout/stderr
- Run the script in the shell
For a GUI program, it's 2 steps: - Click download link
- Run the file from your download manager once it's downloaded
Why is piping the file directly into my shell easier than any of these? It's considerably worse than the GUI option, and slightly worse than the shell option because running programs is something I do from shell all the time. |
|
Of course, I'd prefer all my software come from the package manager - a separate installer should just be for software that's not quite ready for packaging yet.