Skip to content
forked from ssleert/nitch

nitch - Incredibly fast system fetch written in nim

License

Notifications You must be signed in to change notification settings

gabrielcapilla/nitch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitch

Incredibly fast system fetch written in nim

Description

Alt text

nitch is a small and incredibly fast system fetch written fully in nim👑 without any dependencies. Why nim👑? Because it's fast and simple.

Installation

wget https://raw.githubusercontent.com/gabrielcapilla/nitch/main/setup && sh setup

Usage

nitch

flags:

 -f --fetch   | return fetch about system
 -h --help    | return help message
 -v --version | return version of program

Build

0) Install nim

1) Clone the repository

git clone https://github.com/gabrielcapilla/nitch.git

2) Change dir to nitch

cd nitch

3) Build program with nimble

nimble build

Use -d:release to generate faster code

nimble -d:release build

After that you will get a ready-made binary file in the root directory of the project.

Special thanks to

About

nitch - Incredibly fast system fetch written in nim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nim 91.7%
  • Shell 8.3%