Incredibly fast system fetch written in nim
nitch
is a small and incredibly fast system fetch written fully in nim👑
without any dependencies. Why nim👑
? Because it's fast and simple.
wget https://raw.githubusercontent.com/gabrielcapilla/nitch/main/setup && sh setup
nitch
flags:
-f --fetch | return fetch about system
-h --help | return help message
-v --version | return version of program
0) Install nim
git clone https://github.com/gabrielcapilla/nitch.git
cd nitch
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.