Open unfor19 opened 2 years ago
Hi @unfor19,
sorry for my later reply (currently busy with other projects).
I think, generally, awsls
is intended to help command line users. But a GUI would probably not hurt - if the community would like it or use it needs to be tested out. You can definitely go for it if you like and I could support it by linking it in the README
to help you promote it or give you feedback if needed.
I personally like a TUI like https://github.com/jesseduffield/lazygit and would build something like that if it was me instead of a browser based GUI. But this is just my preference and 2 cents here.
I love both ideas: web UI and terminal user interface (TUI)
First of all, this project is amazing!
@jckuester I'm thinking of forking this project and adding a GUI to make it easier for end-users (DevOps engineers) to use the app.
The way I imagine it
~/.awsls/data/:/home/awsls/data/
to retain results on the host machine to reduce queries to AWS (cache)http://localhost:8080
~/data/
This can even get crazier, as it can run as a WebServer in AWS, so the doesn't even have to run locally (we'll get to that 😉)
What do you think? Is this something that you would use? Should I go for it?