• Joined on 2025年09月03日
Shyciii commented on issue dnkl/foot#2390 2026年06月21日 16:32:08 +02:00
**Feature request: built-in command completion notifications**

I'm sorry I used AI, but my English is limited, and it included my attempts into the code as well.

Shyciii commented on issue dnkl/foot#2391 2026年06月19日 17:01:47 +02:00
**Bug or design question: urgent=yes alone does not trigger xdg_activation_v1 on Wayland — visual=yes is also required**

Thank you for clarifying — you're right, the urgent=yes mechanism works correctly on its own.

Shyciii opened issue dnkl/foot#2391 2026年06月19日 15:45:50 +02:00
**Bug or design question: urgent=yes alone does not trigger xdg_activation_v1 on Wayland — visual=yes is also required**
Shyciii opened issue dnkl/foot#2390 2026年06月19日 15:05:14 +02:00
**Feature request: built-in command completion notifications**
Shyciii closed issue sylphenix/sff#52 2026年05月28日 10:14:48 +02:00
Feature request: Reference extfunc functions by name instead of key codes
Shyciii commented on issue sylphenix/sff#52 2026年05月28日 10:14:48 +02:00
Feature request: Reference extfunc functions by name instead of key codes

I understand, so close the ticket.

Shyciii opened issue sylphenix/sff#52 2026年05月27日 13:51:03 +02:00
Feature request: Reference extfunc functions by name instead of key codes
Shyciii commented on issue sylphenix/sff#37 2026年05月27日 13:40:32 +02:00
[enhancement] Vi-style two-key bindings

Are you planning to switch to full two-button operation? Because the version included in the patch is very limited in its functionality (https://codeberg.org/sylphenix/sff-patches/src/branch/main/c...

Shyciii commented on issue sylphenix/sff#47 2026年05月25日 11:26:00 +02:00
Custom opener

Yes, the swallow function working properly, thx.

Shyciii commented on issue sylphenix/sff#47 2026年05月24日 19:07:04 +02:00
Custom opener

Ooops. My highlight patch messed it up. This is one of my favorites. Look at the video.

Shyciii commented on issue sylphenix/sff#47 2026年05月24日 16:20:13 +02:00
Custom opener

Doesnt work for me. The pictures and videos open another window.

Shyciii reopened issue sylphenix/sff#47 2026年05月23日 13:03:36 +02:00
Custom opener
Shyciii closed issue sylphenix/sff#47 2026年05月23日 11:34:00 +02:00
Custom opener
Shyciii commented on issue sylphenix/sff#47 2026年05月23日 11:33:59 +02:00
Custom opener

I use mango 0.13.1(release) on Debian 13.5 and use the following rule set:

Shyciii commented on issue sylphenix/sff#51 2026年05月22日 14:00:45 +02:00
Unnecessary screen flicker on non-interactive extension function calls

Thanks for the suggestion! However, since I use my custom two-key binding patch/system, a simple strchr() check on the low byte isn't sufficient — for example, cu (cut) and ca (create archive)...

Shyciii commented on issue sylphenix/sff#47 2026年05月22日 10:54:12 +02:00
Custom opener

I have a custom patch that implements MIME-type based opening directly in sff.c, using the existing spawn() function with detach=TRUE for GUI programs. With this approach, terminal swallowing...

Shyciii commented on issue sylphenix/sff#47 2026年05月21日 20:50:35 +02:00
Custom opener

I've been testing the new sfopen plugin and ran into two issues:

Shyciii opened issue sylphenix/sff#51 2026年05月21日 13:15:52 +02:00
Unnecessary screen flicker on non-interactive extension function calls
Shyciii commented on issue sylphenix/sff#47 2026年05月20日 13:41:10 +02:00
Custom opener

I'll give it a try later, but first I need to rewrite my 10 patch files because you've made a lot of changes and there are a lot of conflicts.