I'm not in love with this style of UI design in terminals: https://harlequin.sh/_app/immutable/assets/export.a0e81d27.p... Every item in the form takes 4 lines (I think?) whereas in more traditional curses UI they would be packed to one line per item, the scrollbar could have easily been avoided here. Smaller nitpick but that style of toggle switches is also form over function; I'd find traditional [X] far more clear…
+1. Lazygit is one of the few tools that does the TUI just right. Super functional UI + Easy discoverability = Chef's kiss.
Harlequin: DuckDB IDE for the terminal
31–40 of 61 posts
Re: Harlequin: DuckDB IDE for the terminal
#32I'm not in love with this style of UI design in terminals: https://harlequin.sh/_app/immutable/assets/export.a0e81d27.p... Every item in the form takes 4 lines (I think?) whereas in more traditional curses UI they would be packed to one line per item, the scrollbar could have easily been avoided here. Smaller nitpick but that style of toggle switches is also form over function; I'd find traditional [X] far more clear…
Re: Harlequin: DuckDB IDE for the terminal
#33Re: Harlequin: DuckDB IDE for the terminal
#34Re: Harlequin: DuckDB IDE for the terminal
#35what are the benefits of DuckDB?
Re: Harlequin: DuckDB IDE for the terminal
#36Re: Harlequin: DuckDB IDE for the terminal
#37If anyone here is using DuckDB in production i'd love to hear what your stack looks like over the entire lifecycle of extract->transform->load.
Re: Harlequin: DuckDB IDE for the terminal
#38It's a TUI! It should be buzzing with numbers, packed with information, sparing with space and using every pixel possible. btop[1] is a great example imo — one of the best.
Re: Harlequin: DuckDB IDE for the terminal
#39How are those generated?
Re: Harlequin: DuckDB IDE for the terminal
#40I need this but for C++, I kinda miss the old borland turbo C++ ide. mostly what I care about is terminal access and code navigation but other than some vim + plugins monstrosity I cant find any.
And they all get SO close, just give a look to SetEdit screenshots: https://setedit.sourceforge.net/
I don't know if it can be of any help for you, but at the moment on the terminal I mostly use:
- Tilde: https://github.com/gphalkes/tilde
- Textadept: https://github.com/orbitalquark/textadept
Or "Geany IDE" on desktop environment (while waiting for lapce.dev to get better), I tend to stay away as much as possible from VS Codium, but everyone else seems to love it and already forgot about Atom, few seems to realise how Microsoft really is.
Maybe the plot twist is that you have to accept in your heart that "writing text on anything, is the real IDE", and transcend to writing on nano!