The command that is better than grep
Cross Platform File tools and downloader(like wget)
Also if you have a better slogan pls let me know
Feel free to contribute
Started originaly by me: JohnVictoryz aka tutel for the Soviet Linux project
To build you need "go"
sudo apt install go
sudo dnf install go
sudo pacman -S go
Go to the download page
Donwload the .msi file run it
Go to the download page
Download the the .pkg and install it
First all of the instructions are pretty much the same so its not a problem
Optional Software: git
Needed Software: go
sudo apt install git
sudo dnf install git
sudo pacman -S git
Kinda complicated Not Recommended
Go to the github release of git for windows
download the .exe and install it you will see further why this is going to be complicated
You will need to download Xcode and this will install git with it
Copy url and open a terminal
write to the terminal: git clone URL
Here is the trickey part you see git for windows has an emulated MINGW terminal Wich wont mount your drives with C:/ D:/ etc. it will have them on weird mount points the recommended way is to just right click on the folder you want and choose open git bash here or sth like that and type git clone URL
Click the button that says code and download it as a zip and unzip it
Go to the dir you cloned or unziped the repo and cd or go to src and type in a terminal or command promt go build main.go
The same but type instead of go build main.go go run main.go
Feel free to contribute
Started originaly by me: JohnVictoryz aka tutel for the Soviet Linux project