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

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...
Probably because the author wrote this for themselves and did not need a UI, but then thought that sharing it would be cool.
Why wouldn't you need a UI? What makes a UI too bloated?
A UI is more work, and a CLI can be piped into all sorts of personal projects/workflows. I sure would like this.
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.
Once you have the CLI working, you can then add the GUI. They don't have to be globbed together.