1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Wrap long lines in README
Author: Shi Yanling <sylphenix@outlook.com>
Forwarded: not-needed
Last-Update: 2025-06-26
Index: sff/README.md
===================================================================
--- sff.orig/README.md
+++ sff/README.md
@@ -123,7 +123,11 @@ For more details, run `man sff` to see t
## Philosophy
-sff is built on the belief that simplicity ensures reliability. It follows a minimalist design, divided into two parts: the core program and the extension script. The core program is a lightweight file browser and selector, sticking to features that are simple, necessary, and straightforward to implement. The extension script, a POSIX-compliant shell script, handles file operations such as copying, moving, and deleting. This modular design allows users to easily customize or extend functionality while keeping the core simple and efficient.
+sff is built on the belief that simplicity ensures reliability.
+It follows a minimalist design, divided into two parts: the core program and the extension script.
+The core program is a lightweight file browser and selector, sticking to features that are simple, necessary, and straightforward to implement.
+The extension script, a POSIX-compliant shell script, handles file operations such as copying, moving, and deleting.
+This modular design allows users to easily customize or extend functionality while keeping the core simple and efficient.
## License
|