1
1
submitted 2 months ago* (last edited 2 months ago) by tracyspcy@lemmy.ml to c/fli@lemmy.ml

In this release:

  • use ISO8601 for date time format
  • sort by time
  • unsorted output option
  • colorized/text output modes for entry types

Full list of features and available flags is in repository readme.

rpi zero binary is still 18KB. It was both challenging and interesting to add new features keeping binary size small.

I don't have an intention to replace ls which is obviously preinstalled, I see fli as a complimentary daily driver. The north star of the project is to always have smaller binary size than ls , while extending or improving ls functionality

Interesting how much we can achieve with rust.

As for a new features, I see various sorting options could be implemented cheaply.

If you see ways to squeeze some more bytes, you are welcome.

upd: repo : https://github.com/tracyspacy/fli

fli really tiny file listing cli tool

3 readers
1 users here now

fli - cli tool to list directory contents

Fli is tiny, just 18KB.

language: Rust

repo: https://github.com/tracyspacy/fli

Any ideas on how to squeeze out some more bytes or implement new features keeping size small or unchanged are welcomed.

founded 2 months ago
MODERATORS