Package Details: sff 1.0-2

Git Clone URL: https://aur.archlinux.org/sff.git (read-only, click to copy)
Package Base: sff
Description: Simple and fast terminal file manager
Upstream URL: https://codeberg.org/sylphenix/sff
Licenses: BSD
Submitter: sylphenix
Maintainer: sylphenix
Last Packager: sylphenix
Votes: 1
Popularity: 0.40
First Submitted: 2025-03-06 13:50 (UTC)
Last Updated: 2025-04-10 02:51 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

sylphenix commented on 2025-04-10 03:12 (UTC)

I’m still new to AUR packaging and learning the process, so I really appreciate your reminder and clear explanation! Thank you for taking the time to help. I’ve now updated the pkgrel as suggested.

m040601 commented on 2025-04-09 20:56 (UTC) (edited on 2025-04-09 23:51 (UTC) by m040601)

I have updated the PKGBUILD to install the CHANGELOG ...

When you make these small changes you also have to update,

pkgrel = 1

From 1 to 2, from 2 to 3 etc. Even if the pkgver or the tool itself does not have a new "release".

If this does not happen, the AUR tool used to install the PKGBUILD, doesnt not notice anything new happened. Andso it doesnt reinstall or rebuild. So the end user doesnt get your latest changes.

sylphenix commented on 2025-04-06 14:52 (UTC)

Thank you for your interest and testing.

To make the tool work out of the box for most people, 'xdg-open' is probably the most suitable choice.

#define OPENER    "xdg-open"  // Default opener

However, you can freely modify this macro value to specify your preferred opener and then recompile the program.

I have updated the PKGBUILD to install the CHANGELOG into the doc directory. Thank you very much for your suggestion.

m040601 commented on 2025-04-03 16:46 (UTC) (edited on 2025-04-03 18:58 (UTC) by m040601)

Thanks for the tool and maintaining the PKGBUILD. I'm very much into suckless things, got intrigued by your tool and philosophy and I am following it and testing for some time.

2:#define OPENER    "xdg-open"  // Default opener

I personally hate this tool and "xdg-utils". But I understand that you have to choose a sensible default for everyone. I personnaly use good old mailcap and/or custom "opener.sh" scripts like in "lf" file manager.

Interesting that you make heavy use of ALT bindings. They seem to be forgotten nowadays for some progrmmers. I like it.

$ pacman -Ql sff

sff /usr/bin/sff
sff /usr/libexec/sff-extfunc
sff /usr/share/man/man1/sff.1.gz

$ wget https://codeberg.org/sylphenix/sff/archive/1.0.tar.gz

$ tar tf 1.0.tar.gz

... sff/CHANGELOG.md sff/LICENSE ... sff/README.md


Please also add the CHANGELOG so that it ends up in,

/usr/share/doc/sff/CHANGELOG ```

Thanks in advance and keep up the good work.