Y
Hacker News
new
|
ask
|
show
|
jobs
by
lxe
2435 days ago
Why a CLI tool instead of a GUI? This sort of thing seems like a poor use-case for a CLI experience.
3 comments
adl1995
2434 days ago
I'm not sure what extra features I could provide with a GUI. I mainly use the script just to create the CSV file and then import it into Google My Maps, as explained here:
https://adl1995.github.io/programmatically-organising-your-b...
link
orisho
2435 days ago
Probably because the author wrote this for themselves and did not need a UI, but then thought that sharing it would be cool.
link
bordercases
2434 days ago
Why
wouldn't
you need a UI? What makes a UI too bloated?
link
sachdevap
2434 days ago
A UI is more work, and a CLI can be piped into all sorts of personal projects/workflows. I sure would like this.
link
orisho
2434 days ago
I didn't say it's too bloated, but whipping up a script like this would take me time in the scale of minutes, while adding a basic UI would make that hours, and not be too useful. To be even a little useful the UI has to do quite a lot.
link
chooseaname
2434 days ago
Once you have the CLI working, you can then add the GUI. They don't have to be globbed together.
link