Skip to content
View ukrfetch's full-sized avatar

Block or report ukrfetch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ukrfetch/README.md

UKRfetch

👍Simple fetch tool to show Solidarity with Ukraine

fetch tool image

This simple tool is inspired by neofetch.

This tool can use only for linux.

Deep respect to everyone who fight for free at Ukraine.

Install(source build)

required: go >= 1.17

  1. clone repositry
git clone https://github.com/ukrfetch/ukrfetch.git
  1. build project
go build -o ./bin/ukrfetch fetch.go
  1. if needed, move binary file and ADD $PATH
# example
mv ./bin/ /usr/local/ukrfetch/
PATH=$PATH:/usr/local/ukrfetch

Install(download)

  1. get release
wget https://github.com/ukrfetch/ukrfetch/releases/download/v1.0.0/ukrfetch-v1.0.0.tar.gz
  1. extract and install file
tar -C /usr/local/ -xvf ukrfetch-v1.0.0.tar.gz
  1. edit your .bashrc
# add the following at the end of your ~/.bashrc
PATH=$PATH:/usr/local/ukrfetch-v1.0.0
# add the following if you want to execute it every time you start terminal.
ukrfetch
# execute .bashrc
. ~/.bashrc

Usage

# this is easy!
ukrfetch

Popular repositories Loading

  1. ukrfetch ukrfetch Public

    Simple fetch tool to show Solidarity with Ukraine for linux

    Go 3