Now introducing "lafn" -- Lame Ass File Navigator.
Posted by Beautiful_Crab6670@reddit | linux | View on Reddit | 13 comments

A simple, straightforward CLI file manager made with the typical "Jesus Christ why is your mum trying to learn Linux?" in mind -- Delete: deletes files. Arrow keys: "navigate" between files and directories...etc. With an option to filter for file names or extensions. And to "Go to" a specific directory. (And yes, I thought in making the filter more complex like fzf but that'd drive the purpose of this command to be "idiot-oriented".)
The code can be found by clicking here. Save it, compile with "gcc lafn.c -o lafn -static -O2". Then send it in its respective directory with "sudo mv lafn /usr/local/bin/.". Then run it with "lafn".
"Why?"
I couldn't find a "idiot-oriented" CLI file manager out there, sooooooo...
"Is this really idiot-oriented?"
Pretty sure a toddler can browse and delete files with this -- delete deletes, arrow keys move around. Can't be easier than that.
"For what purpose?"
Personally I'm gonna "feed" this to my "potatoes" (two orange pi zero 3's and a orange pi 5 max.).
"What is your inspiration?"
Commands that are minimal, straightforward and simple that work for their respective purpose without adding unnecessary "mental gymnastics" to (meant-to-be) basic features.
"Why not in Rust?"
error: failed to satisfy license requirements
Heyeeeeeeeah@reddit
Eh, I don’t know. It’s a pretty lame
BuzzKiIIingtonne@reddit
Agreed, I got less of a lafn and more of a chkl.
domoincarn8@reddit
So when compiling it is giving a ton of warning, which with a little bit of help can be easily fixed. Which is what I have done.
Are you accepting patches?
Also what is your opinion on it having christmas tree mode. Enable and it lights up a christmas tree (basically colours, but by default disabled).
3G6A5W338E@reddit
flashback to
PCTOOLS
.exhausted_redditor@reddit
A couple suggestions that would make this prettier but not change the functionality:
…
character instead of three.
characters when truncating filenamesFor an example of the difference the first two can make, compare top and htop.
Beautiful_Crab6670@reddit (OP)
1- Is "eh", don't really see a need to add colors to this. Considering file names with extensions will (always) show on screen (Everyone knows that .jpg and .png files are image files, etc.). Even then, that might create a "Christmas tree effect" on it.
2-, -3 and 4-- That can be arranged.
Dist__@reddit
i'm curious what is the sorting rule in your example?
Beautiful_Crab6670@reddit (OP)
If the file has an extension, show the extension after three dots. The idea is to make it "compact yet obvious".
Dist__@reddit
well, i get the dots, it's same as "someth\~1.txt" to match 8.3 convention in DOS
do you handle if multiple shortened names match? like when DOS adds numbers "someth\~2.txt"
Beautiful_Crab6670@reddit (OP)
Honestly? No, but I could change the code so a number is added in front of repetitive file names (i.e file...png file2...png file3...png, etc.)
Beautiful_Crab6670@reddit (OP)
Just updated the code fixing a issue where commands could not be run inside directories using spaces in their names.
And also added a new toggle, "Insert" to create a file or a directory.
_jgmm_@reddit
Great name.
Beautiful_Crab6670@reddit (OP)
Thanks lad.