cross-posted from: https://lemmy.ml/post/49444213

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 have ideas, please share.

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

upd:

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

I created dedicated community for people who may be interested : https://lemmy.ml/c/fli

  • tracyspcy@lemmy.mlOP
    link
    fedilink
    arrow-up
    2
    ·
    1 day ago

    so folks, what the correct one? Apache License 2.0? European Union Public License ? GNU Affero General Public License v3.0?

    • Static_Rocket@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      edit-2
      1 day ago

      MIT is perfectly fine. Most people want something more copyleft to avoid corporate bs. I use GPLv3 to make sure my company doesn’t do anything dumb. GPLv2 and MIT are fine if you just want credit.

      AGPL is also cool, but I normally see it used in client/server configurations to prevent people from hiding the useful stuff under a different service.

      Anything OSI approved will at least protect you from anything. The other licenses I see floating around usually get in trouble for vague language that can be interpreted in unintended ways.

      Here’s the big book of licenses if you feel like skimming: https://www.gnu.org/licenses/license-list.en.html

    • ghost_laptop@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      i’d say if you want to be the most permissive but forcing other people to keep the code they create with your project to still be open source use GNU AGPL3.