🐌 Snail

Snail is a minimalistic multiplatform shell implemented in Go. It has a number of base functionalities that allow you to interact with the operating system and external tools.

Goals

The main goal of the project is to practice the usage of the Go language and to practice writing tools that interact closely with the operating system.

Installation

Snail does not use any external dependencies. Just clone the repository with git and compile with the Go compiler.

git clone https://github.com/Krzysztofz01/Snail.git

cd Snail

go build

GitHub

View Github