Skip to content

Jonathan-Zollinger/microfetch

Repository files navigation

build badge GitHub commit activity issues badge open issues for next release badge and link

Summary

Microfetch is an improved version of neofetch written with micronaut and built with graalvm.

example

Install

Windows

  1. Download latest windows binary
  2. Move executable to dedicated directory, ie C:\Program Files\threshr\
  3. Add directory to your PATH
    (I like to add this snippet to my ps profile)

    Assuming you've added the microfetch binary to C:\Program Files\microfetch\,

    "C:\Program Files\microfetch\" |
    if ( ! ($env:Path -like "*$_*" ) ) {
        $env:Path = "$( $env:Path ); $_"
    }

Linux

  1. Download latest linux binary
  2. Add to $HOME\bin\ directory

Want to get involved?

Take a whack at any [open issues]!