Integration of Glow as a TUI Task Dashboard #1077
Replies: 10 comments 4 replies
-
Hey @gedw99 --- wow... the JSON idea is great!! I wanted to make a GUI so I actually had someone play with opening a websocket but maybe another library can handle the connection and just get the data from |
Beta Was this translation helpful? Give feedback.
-
Yeah, the merge would have to be 🍒 picked to only include the go
modifications. Hopefully I didn't run an auto formatter on the code 😬
…On Wed, Mar 22, 2023, 3:36 PM Gerard Webb ***@***.***> wrote:
If you mean the main go-task project ,,,
ask the maintainer if they want it.
strip out the yaml in the config folder too. You’re going to need a
registry. Git hub repos can be a registry store.
Probably a few other aspects too that I don’t know that I don’t know
—
Reply to this email directly, view it on GitHub
<#1077 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJRHXNCWQTFXRTU2TBQ3P3W5NICNANCNFSM6AAAAAAWDONOQM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
@ProfessorManhattan could you update the description with the link to the YouTube video? It looks like there was an erroneous double paste of the github repo link. |
Beta Was this translation helpful? Give feedback.
-
Sorry for taking a bit to respond to this. I don't think I have a strong opinion at the moment on whether we should bring this TUI into Task or not. For one side, a simple TUI could be useful and I think many users would like that. On the other side, every feature we bring into the codebase needs to be maintained, and I'm not sure how much code that means or how complex it is. So, some thoughts:
I think I'm currently inclined to prefer option 2, maintained by the community. This way we (the main maintainers) can keep focused on the core tool, which is already a significant amount of work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I have created a couple different forks of Task. One of them integrates the Glow TUI menu so that when you run
task --menu
it shows a very pretty TUI menu that helps developers navigate through tasks easier --- the main goal is to help developers onto a project quicker.Here's the fork: https://github.com/megabyte-labs/task-dash
Here's an issue where we are discussing the possibility of merging this into the upstream project: HeyMegabyte/task-dash#1
Another fork with a bunch of new features (documented in the README): https://github.com/megabyte-labs/bodega
YouTube walkthrough that might be helpful if you want to test the feature (also runs through some of the issues with it): https://github.com/megabyte-labs/bodega
Thunderstruck started playing while posting this - https://www.cnet.com/culture/thunderstruck-a-tale-of-malware-acdc-and-irans-nukes/
Beta Was this translation helpful? Give feedback.
All reactions