Skip to content

lqdev/fitch

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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

Build from source

Prerequisites

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
    ./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. Run the fitch command 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
  • Publish to NuGet as dotnet global tool

Acknowledgements

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

About

Command line system information display utility for Linux systems built with .NET.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published