Slumber a TUI HTTP Client

(slumber.lucaspickering.me)

30 points | by jicea 3 hours ago ago

4 comments

  • hunter2_ 23 minutes ago

    TUI stands for "Text User Interface" not "Terminal User Interface" considering that the point of TUI vs GUI is to distinguish text mode from graphical mode. The word "terminal" isn't really meant to imply text even if quite a few terminal emulators are, indeed, text mode; rather it typically means that the UI is drawn by some other machine than the one you're touching. For example, a very popular Windows Server feature formerly named "Terminal Services" is for GUI terminals, not TUI terminals. A likely source of confusion is the MacOS app named Terminal, which only becomes a terminal in the real sense of the word once you decide to let some other machine draw your UI (ssh, telnet, rlogin, etc.).

    But it looks very cool!

  • keyle 22 minutes ago

    If it could import and export postman collections and env, you'd have a customer for life!

  • smetj 24 minutes ago

    That looks great! Will give it a spin during my daily work. Thanks for making and sharing it.

  • zdkaster 32 minutes ago

    Love the support for neovim integration