NitinN77 / QWERTY

Visual and Functional overhaul of UNIX shell made in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An interactive UNIX shell developed in Golang, with the help of Nitin and Shivaditya.

The shell features multiple commands such as:

  • Wther for weather.
  • Cpuinfo for information about your cpu.
  • Gpufetch for gpu information.
  • Dock-stats to check on your docker containers.
  • Remodelled ls command to aid in readability.
  • Inbuilt number system converter and integrator, differentiator and simplifier.
  • Python-details command to check on the current downloaded versions of python and thier libraries.
  • Art for randomly generated ASCII art.
  • Also includes most of the UNIX commands and the general unix apt package manager and command usage such as nano, nmap, etc.

Feel free to use our builds or make a bash executable file ( in the project directory ) to launch the shell in a seperate window with the following line in it:

xfce4-terminal -H -x go run main.go

About

Visual and Functional overhaul of UNIX shell made in Go.

License:MIT License


Languages

Language:Go 100.0%