fitch 1.2.0

dotnet tool install --global fitch --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local fitch --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=fitch&version=1.2.0
nuke :add-package fitch --version 1.2.0

Fitch

Command line system information display utility for Linux systems built with .NET (F#).

Fitch CLI Tool

Generic badge

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

Installation

Prerequisites

Install from nuget

Instructions

Installation is as easy as:

dotnet tool install --global fitch

Build from source

Instructions
  1. Clone fitch repo in your Linux machine

    git clone https://github.com/lqdev/fitch.git
    
  2. Nagivate to the project directory and run the script Setup.sh

    cd fitch
    
    bash ./Setup.sh
    

    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

  1. For both cases just type fitch in your terminal

    fitch
    
  2. (Optional) Add the fitch command to your shell config file to start when your shell starts.

To-Dos

  • Enable customization through config file

Acknowledgements

This project was inspired by Nitch, Neofetch and made with WSL 🐧

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.2.0 227 12/17/2023
1.1.0 167 11/13/2023