• Joined on 2023年02月10日
sylphenix commented on issue sylphenix/sff#55 2026年06月27日 07:51:57 +02:00
Setting terminal title when using SFpreview

As a workaround, you can modify the plugins/preview file. On line 127, remove the quotes around $SFF_PV_TERM and change it to the following:

sylphenix commented on issue sylphenix/sff#54 2026年06月27日 07:35:09 +02:00
Usage with xdg-desktop-portal-termfilechooser
sylphenix commented on issue sylphenix/sff#54 2026年06月27日 07:27:35 +02:00
Usage with xdg-desktop-portal-termfilechooser
sylphenix commented on issue sylphenix/sff#53 2026年06月27日 07:10:32 +02:00
sfopen not remembering defaults nor defaulting to xdg-mime on NixOS

When using sfopen as the opener, you shouldn't see that interactive prompt. It looks like you might have pressed Alt+o instead of Enter.

sylphenix commented on issue sylphenix/sff#54 2026年06月26日 17:56:03 +02:00
Usage with xdg-desktop-portal-termfilechooser

Currently, sff doesn't support "Quit Selection" since it lacks a feature to output the current directory on exit, nor does it automatically output selected file paths. But sff's copy operation...

sylphenix commented on issue sylphenix/sff#53 2026年06月26日 15:17:02 +02:00
sfopen not remembering defaults nor defaulting to xdg-mime on NixOS

Did you specify sfopen as the default opener using an absolute path?

sylphenix commented on issue sylphenix/sff#52 2026年05月28日 09:59:42 +02:00
Feature request: Reference extfunc functions by name instead of key codes

A fundamental design principle of sff is to keep the core program and sff-extfunc as decoupled as possible. Modifying or adding functions or key bindings on either side should not require any...

sylphenix closed issue sylphenix/sff#37 2026年05月28日 09:58:05 +02:00
[enhancement] Vi-style two-key bindings
sylphenix closed issue sylphenix/sff#36 2026年05月25日 12:32:39 +02:00
Feature request: Open files in the current terminal window
sylphenix commented on issue sylphenix/sff#47 2026年05月25日 09:00:05 +02:00
Custom opener

Your patch looks great! If you're willing, you're welcome to publish it to the sff-patches repo.

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

The spawn function in enterdir() should be spawn(opener, newpath, NULL, *opener != '/'); (around line 647). In other words, if an absolute path is used, it should always be detach=FALSE. Did you...

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

Thanks for your help. I finally got it working. 29f55260ce

sylphenix pushed to main at sylphenix/sff 2026年05月23日 17:17:07 +02:00
29f55260ce Merge branch 'master'
f9a1807b55 plugins/sfopen: support terminal swallowing in some WMs
56e0a9ccdb update readme
c8419f4bd2 streamline xmbstowcs() and optimize fitpathcols() width calculation
Compare 4 commits »
sylphenix commented on issue sylphenix/sff#47 2026年05月23日 10:36:53 +02:00
Custom opener

I tried the latest MangoWM 0.13.1 on both FreeBSD and Void Linux. I set windowrule=isterm:1,appid:foot in the config file, but the swallowing feature didn't work on either system. So I haven't...

sylphenix closed issue sylphenix/sff#51 2026年05月22日 15:06:35 +02:00
Unnecessary screen flicker on non-interactive extension function calls
sylphenix commented on issue sylphenix/sff#51 2026年05月22日 15:06:15 +02:00
Unnecessary screen flicker on non-interactive extension function calls

That's good!

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

Since sfopen's basic design is to launch programs through the script itself, the process chain is difficult to change. We'll have to look for alternative solutions. I tried MangoWM, but the...

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

I don't seem to be that sensitive to the flickering; I actually perceive it as a visual feedback for key presses. Regarding your proposed solutions, passing a signal via a pipe is feasible, but it...

sylphenix closed pull request sylphenix/sff#50 2026年05月21日 08:16:23 +02:00
docs: add branding assets
sylphenix commented on pull request sylphenix/sff#50 2026年05月21日 08:15:24 +02:00
docs: add branding assets

Thank you so much for this!