←back to thread

103 points woumn | 3 comments | | HN request time: 0s | source

Check out my TUI I wrote for viewing and querying an LDAP. I need to do basic queries and validation daily for work, and as I work on a mac, there are really no good options. The major player is the Apache Directory Studio which is... not great. So I decided to create a new one.
Show context
majkinetor ◴[] No.45104366[source]
This is epic, especially as it is repository friendly. Thank you.
replies(1): >>45104485 #
1. woumn ◴[] No.45104485[source]
You're very welcome!
replies(1): >>45105167 #
2. majkinetor ◴[] No.45105167[source]
Tested it now somewhat. Some points so far:

1. Installation script doesn't work on Windows. Exit 1 is particularly problematic as it kills the current shell

2. No search on current page vim style (/) or full page up/down J/K

3. On Query page j works but k somewhat scrambless the page in Windows terminal

Not sure how seriously you want to support Windows, I could rise tickets on Github

replies(1): >>45105696 #
3. woumn ◴[] No.45105696[source]
I don't have a way to debug windows, so atm it's kind wysiwyg.

#2 is a great idea. open a ticket if you'd like.