HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dhth

no profile record

Submissions

Assembling a custom dashboard for open source maintenance

devlog.dhruvs.space
1 points·by dhth·il y a 8 mois·0 comments

Keeping Up with Dependency Updates

dhruvs.space
4 points·by dhth·l’année dernière·1 comments

Prs – stay updated on pull requests from your terminal

github.com
1 points·by dhth·il y a 2 ans·0 comments

Omm ("on-my-mind") – A keyboard-driven task manager for the command line

github.com
48 points·by dhth·il y a 2 ans·16 comments

Show HN: Hours – A no-frills time tracking toolkit for command line nerds

github.com
2 points·by dhth·il y a 2 ans·0 comments

Show HN: prs – Stay updated on PRs without leaving the terminal

github.com
3 points·by dhth·il y a 2 ans·0 comments

comments

dhth
·l’année dernière·discuss
How tooling can help stay on top of the never-ending cycle of dependency updates for projects hosted on GitHub.
dhth
·il y a 2 ans·discuss
Thanks!

So, you’re proposing adding a third state (“done”) to tasks (as an addition to “active” and “archived”). It should be doable; I’ll see if I can add it as optional behavior via a configuration parameter.
dhth
·il y a 2 ans·discuss
That’s a nice way to put it :)
dhth
·il y a 2 ans·discuss
Thanks!
dhth
·il y a 2 ans·discuss
@bachmeier Yeah, you can get a lot of utility out of combining tools like fzf, gum together in a shell script.

For more fine grained controls, you can look into TUI frameworks like bubbletea, ratatui, Textual etc.
dhth
·il y a 2 ans·discuss
Haha, I didn’t think too deep about the choice of the tasks before putting them in, but you’re on to something here.

I tried to design omm to overcome that futility, at least for myself. Having said that, I find it funny that I might’ve subconsciously remarked on it in the demo.