wnhrt

Results 14 comments of wnhrt

Btop has replaced the four-per-em space with a normal space character. I would leave this issue open if you still find it sensible to insert these space separators.

A general bookmark feature for Videos and Playlists, like in NewPipe, would be very nice. My use case: Some channels maintain playlists for series. And I like to "subscribe" to...

As I understand your proposal, you want a single "Playlist", e.g. named "Watch later", where users can add Videos. I like that and prefer if that would become a more...

If possible, mobile gestures for brightness and volume, like Android VLC or NewPipe, would be nice. When in fullscreen mode, they allow adjusting brightness by moving with one finger up...

I have played around a bit in the last two days and got at least the basic basic functions in 'Windows Terminal' to work: ![image](https://user-images.githubusercontent.com/70302993/129072038-e94865f5-093a-4b9a-a310-c0324ec563b8.png) ![image](https://user-images.githubusercontent.com/70302993/129072515-11b97dd9-e68f-4f4f-85fe-ee61611d6674.png) At first sight it...

Sure thing 😃 https://github.com/wnhrt/simple-term-menu/pull/1/commits/9f65d656d182ff4e648c8ca002a21fe59bd5869d (Your recent commit about multiselect slipped with in) I was able to get backspace to work (used the wrong key code) and enable VT100 mode in...

I guess it does not. It uses [Windows-1252](https://en.wikipedia.org/wiki/Windows-1252). But you are right, it luckily supports box characters :) I made a pull request, which also includes a fix to use...

No problem :) I hope this helps to adapt the code for Windows. Separating the code sounds like a very good idea. Looking forward to your implementations. Regarding arrow support,...

Heureka! Here are two possible solutions, which both use the Windows API: - [input](https://gist.github.com/wnhrt/77ba59238603a167b8ebec71c1658d44) - [resize event](https://gist.github.com/wnhrt/71ce24b817161fad72b234d0d2dc32a1) (historically CMD.exe only reacts on horizontal change, 'Windows Terminal' on both axes)

> For the various folks that have chimed in on this issue, what systray implementation are you using? I also use waybar. Most tray icons I use, [blueman-applet](https://github.com/blueman-project/blueman) and [udiskie](https://github.com/coldfix/udiskie/blob/3b3275e0b6c60acd47e7048216d9af8a00bcbb3c/udiskie/tray.py#L355),...