fletchling
is a system information fetcher that seeks to be fast and
light. While small, it's also customizable and gets the job done
with style.
It uses what Nim has to offer to its advantage:
- Small executable size
- Dependency-free
- Quick performance
Note
fletchling
is in alpha and in heavy development.
I regularly use it on NixOS, but it's not guaranteed to work
on other systems yet.
fletchling
started as my first program in POSIX shell.
The language and syntax weren't quite the right tools for the job
as it grew in complexity, so I rewrote it to start learning Nim instead.
Hence, the portmanteau of "fetch" and "fledgling."
TODO
TODO
I want to give my thanks to nitch for being my first introduction to Nim and a major inspiration for this project.
Other notable mentions:
- disfetch, which inspired the previous POSIX shell version
- diyfetch
- fetchutils