home.social

#tuilauncher — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tuilauncher, aggregated by home.social.

  1. That feeling when you find out that the function you've been #coding to add some functionality to a library, is actually already sort of implemented (and better?) in the library itself...

    I guess I can simplify the box-drawing code for #TUILauncher as #urwid has urwid.LineBox().
    (Though I might miss out on the custom box-drawing glyphs (unless that's also implemented already))

  2. It's not how #TUILauncher is supposed to look like, but I also kinda like the aesthetic:

  3. @c0debabe that looks promising. Might be useful for @kelbot 's #PineDA too. Will have to check if it'll be worth porting #TUILauncher to it.

  4. @kelbot while not an update to #TUILauncher itself, you might find these two #shellScript examples to get the volume, and increase the volume, of your snapcast instances, useful: github.com/FiXato/tui_launcher

  5. Projects I hope to find some more #coding time for during the #Yuletide break:
    - my #blog
    - #MML / #MGS processing scripts (especially the renamer / sorter)
    - #TUILauncher
    - #Mastoffline
    - #PlexodusTools

  6. Projects I hope to find some more #coding time for during the #Yuletide break:
    - my #blog
    - #MML / #MGS processing scripts (especially the renamer / sorter)
    - #TUILauncher
    - #Mastoffline
    - #PlexodusTools

  7. @claudiom I don't have a termux install ready to test atm (current backup phone lacks the free storage space for a decent termux install), but from what I remember finger taps would just be translated to mouse clicks at the appropriate coordinates. :)

    Anyway, #TUILauncher is still in early days of development, but you can find it at github.com/FiXato/tui_launcher :)

  8. @claudiom with tmux mouse enabled, and my #TUILauncher script I was actually able to control the timer by just clicking on buttons ;)

    Unfortunately it seems termdown does not like repeatedly increasing or decreasing the timer, as it will pause the *display* of its countdown for an increasing amount of time, which is apparently a long-standing issue: github.com/trehn/termdown/issu

    Anyway, it was just to show off some terminal magic ;) Of course you should use whatever works for you!