Question: do people love TUI, because they love being in a terminal? Or ... is this a movement against application bloat, which has become all to common these days? EDIT: why the downvotes?
If you develop SQL you need to write code and view tables. A grid with monospace characters is perfectly suitable for that. But other than that, no, people don't love being in a terminal. It just happens that all open source portable toolkits like qt and gtk do not work via ssh and are in general total abominations for developers and users. The vt100 standard is 45 years old and turned out to be the lowest common den…
Harlequin: SQL IDE for Your Terminal
51–60 of 89 posts
Re: Harlequin: SQL IDE for Your Terminal
#52Every time I notice something is a Python codebase I feel a letdown as it means it will likely break some other Python project from someone else I have on my dev machine which I may not have touched in a while but which I will find got silently broken when I most need it Especially if it's a nice TUI app like this looks EDIT: Guys, in my experience, virtual environments do not fix this problem in all cases . At least…
Install using pipx to avoid that. (or virtualenvs directly if you don't mind getting your hands dirty)
I suppose I could get around that by installing a Python interpreter outside of brew, and only use that for packages.
Re: Harlequin: SQL IDE for Your Terminal
#53Suggestion: under "works with your database" consider naming the databases rather than only offering a list of icons. Also seems to be a bit of hubris to claim a SQL IDE "works with your database" when SQL Server and Oracle, two of the database products with the largest market share, are not supported (yet?)
Re: Harlequin: SQL IDE for Your Terminal
#54Earlier quoted context omitted.
> SQL Server and Oracle, two of the database products with the largest market share Agree on the first point, but is 'market share' - a metric comparing commercial sales revenue which by definition excludes open source software, really that relevant when critiquing a tagline for a FOSS tool implicitly targeting FOSS databases at a time when FOSS dominates? If this wasn't an MIT licensed project without a single hint…
It's relevant in that they're prolific databases, so there's a nontrivial chance that a user of one of them will: - stumble across the tool - read that it "works with their database" - hopefully read the actual list of supported databases - become disappointed to learn that it does not in fact work with their database In the case that hopes are not met, the user actually downloads the application and discovers the ha…
Re: Harlequin: SQL IDE for Your Terminal
#55Re: Harlequin: SQL IDE for Your Terminal
#56Question: do people love TUI, because they love being in a terminal? Or ... is this a movement against application bloat, which has become all to common these days? EDIT: why the downvotes?
Re: Harlequin: SQL IDE for Your Terminal
#57Question: do people love TUI, because they love being in a terminal? Or ... is this a movement against application bloat, which has become all to common these days? EDIT: why the downvotes?
Re: Harlequin: SQL IDE for Your Terminal
#58Author here. Thanks for more love for Harlequin. I’ll be checking back and responding to feedback and questions for the next few hours.
A few questions ...
a. what caused you to start working this?
b. any particular reason why you chose to implement it the way you did (e.g. I see you use Python + Textual as opposed to something like https://charm.sh/libs/)
c. any major functionality you feel it's missing?
d. any limitations (e.g. doesn't work with Oracle?)
e. any reason why someone should not use it?
Thanks in advance.
Re: Harlequin: SQL IDE for Your Terminal
#59harlequin is also featured there as a tool of the week on that site.
Re: Harlequin: SQL IDE for Your Terminal
#60There are also other interesting collections of TUI terminal tools like harlequin here as well: https://terminaltrove.com/ harlequin is also featured there as a tool of the week on that site.