Fitch
Command line system information display utility for Linux systems built with .NET (F#).
NOTE: This application should work on most Linux systems. However, it's only been tested on the following distributions:
- Arch
- Manjaro
- Debian
- Ubuntu
- NixOS. For additional guidance, see this article.
Dependencies
Build from source
Prerequisites
Instructions
-
Clone fitch repo in your Linux machine
git clone https://github.com/lqdev/fitch.git
-
Nagivate to the project directory and run the script Setup.sh
cd fitch
./Setup.sh
Running this script will generate an executable called
fitch
in the bin/Release/net7.0/linux-x64/publish directory and copy it to the /usr/bin/ directory.
Run application
-
Run the
fitch
command in your terminalfitch
-
(Optional) Add the
fitch
command to your shell config file to start when your shell starts.
To-Dos
- Enable customization through config file
- Publish to NuGet as dotnet global tool
Acknowledgements
This project was inspired by Nitch, Neofetch and made with WSL 🐧