diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-27 16:37:34 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-27 16:37:34 +0200 |
| commit | 4b3105d47a0a5fd1e208d06409b53178099b346a (patch) | |
| tree | 994168f8b5f031387c4123390ebd7c9294e1fca2 | |
| parent | da28548905dab7c60c3fcec4975ccfa23e315909 (diff) | |
doc: add blog post
I would be lying if this wasnt an --amend of "asdljsadlksajdl".
| -rw-r--r-- | README.txt | 21 |
1 files changed, 1 insertions, 20 deletions
@@ -13,6 +13,7 @@ Dylan's File Manager +Initial Announcement: https://dylan.gr/1772192922 * Tiny (CONFIG_SMALL: ~90KiB, CONFIG_TINY: ~40KiB, CONFIG_STATIC: ~150KiB) * Fast (should only be limited by IO) @@ -38,26 +39,6 @@ * And more... -INTRODUCTION -________________________________________________________________________________ - -Inbetween the annual pruning of olive trees I had some free time this month to -write this little file manager. This is the third file manager I have written -after fff and shfm. - -For my needs this is essentially complete and outside of bug fixes or cool ideas -proposed by people its development is finished. - -I use this everyday and find it immensely useful and I hope you do too useful. - - Dylan - -P.S. I haven't tested it outside of x86_64 KISS Linux so I'm sure there will be -portability issues/oversights... and... I rushed a few features in before -release. Let me know if anything is broken. I numbered the first release as -0.99.0 to reflect this. Once things settle down I'll do a 1.0.0. - - DEPENDENCIES ________________________________________________________________________________ |