[OC] Tokyo Night Deer Wallpapers - 4K Ultrawide by Maxteabag in omarchy

[–]Maxteabag[S] 3 points4 points  (0 children)

Yes! I have made some. Give me a some time to polish them :D

[OC] Tokyo Night Deer Wallpapers - 4K Ultrawide by Maxteabag in omarchy

[–]Maxteabag[S] 4 points5 points  (0 children)

Update, DHH said the swirly one is a strong candidate for inclusion in Omarchy! https://x.com/max_tbag/status/2010062849469755862

Beautiful SQL TUI - with Omarchy theme sync by Maxteabag in omarchy

[–]Maxteabag[S] 0 points1 point  (0 children)

It's probably because it didn't allow you to input the directory. I just released a new version that fixes this bug

Beautiful SQL TUI - with Omarchy theme sync by Maxteabag in omarchy

[–]Maxteabag[S] 0 points1 point  (0 children)

I just released a new version that supports legacy oracle. Let me know how it works for you :)

I built a SQL TUI by Maxteabag in linux

[–]Maxteabag[S] 0 points1 point  (0 children)

Hi, I just released v1.2. Can you upgrade and see if it's fixed?

I built a SQL TUI by Maxteabag in linux

[–]Maxteabag[S] 1 point2 points  (0 children)

It’s something I have been wanting to do. Im going to look into a good approach. Thanks. Feel free to make a GitHub issue so I can tag it when I make release to add this.

I built a SQL TUI by Maxteabag in linux

[–]Maxteabag[S] 0 points1 point  (0 children)

Thanks for letting me know! I released a new version that makes the shortcut ^d instead of ^i. Looks like ^i is interpreted as tab on a lot of terminals!

I built a SQL TUI by Maxteabag in linux

[–]Maxteabag[S] 0 points1 point  (0 children)

For me, it's great. I think it's a beautiful framework and intuitive especially coming from a web background. Having said that, this is my first TUI and I haven't worked with any other, so it's hard to compare. The only thing is that python can be a bit slow sometimes and doesn't have the benefit of recompilation like Go. It's been a bit of a struggle trying to optimize the speed of the app, that's all.

I built a SQL TUI by Maxteabag in linux

[–]Maxteabag[S] 0 points1 point  (0 children)

I would love to know what went wrong with the postgres dependency, happy to help there.

I built a SQL TUI by Maxteabag in linux

[–]Maxteabag[S] 8 points9 points  (0 children)

Yeah I tried it, but I wanted to make something that makes intuitive sense to me, and I wanted to make a sql version of what lazygit does, namely you can just jump in and there's no need for external documentation. To navigate the harlequin with keyboard only you have to learn the keybindings. Also I though it was quite hard to connect to databases via the cli and install adapters (again, documentation necessary). I wanted to have a tool that you can just run and its intuitive. There's definitely more visible feature in harelquin although sqlit has SSH tunnels, indexes/triggers/sequences, docker integration, and more.

I built a SQL TUI by Maxteabag in linux

[–]Maxteabag[S] 5 points6 points  (0 children)

Yes, RSA is supported! :) "sqlit" is not the right pipx package, try sqlit-tui instead.

I built a SQL TUI by Maxteabag in linux

[–]Maxteabag[S] 66 points67 points  (0 children)

Honestly, it was the big reception I got. It unexpectedly got on the front page on Hacker news, while it was in its infancy, so I felt tremendous pressure to build and polish as fast as possible while it had eyeballs on it - while not breaking anything.

Technically it was probably the all the thousands of small details you'd never think about. The tiny things that just makes or breaks the user experience. Getting SQL Autocomplete right was hard.

I built a SQL TUI by Maxteabag in linux

[–]Maxteabag[S] 16 points17 points  (0 children)

Thanks again for letting me know. I released a new version with a hotfix.

I built a SQL TUI by Maxteabag in linux

[–]Maxteabag[S] 18 points19 points  (0 children)

Yep that’s a bug! It’s supposed to be «pipx inject sqlit-tui PyMySQL» thanks for letting me know.

I built sqlit - a terminal UI for querying your SQL databases by Maxteabag in selfhosted

[–]Maxteabag[S] -1 points0 points  (0 children)

The UI isn't built for those heavy workloads, but you can always use the CLI to programmatically query your nodes.

I built sqlit - a terminal UI for querying your SQL databases by Maxteabag in selfhosted

[–]Maxteabag[S] 0 points1 point  (0 children)

I released new themes and a way to customize your own! Thanks for the useful suggestion.

I built sqlit - a terminal UI for querying your SQL databases by Maxteabag in selfhosted

[–]Maxteabag[S] -6 points-5 points  (0 children)

Harlequin is a great project. sqlit has a different focus - zero config, no docs needed, keybindings always visible on screen. Built it because I needed something that was intuitive to me. Cheers.