yakuter / gol

Go implementation of Linux commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gol

gol is a Go implementation of Linux commands for using in terminal.

Usage

For the all configuration

gol help

Commands

Echo
gol echo
ls
gol ls
mkdir
gol mkdir
pwd
gol pwd
whoami
gol pwd

Global Options

  • --version, -v print the version (default: false)

Contributing

First of all, you can see the available developments in the issues tab. Enter the issue you want to develop and inquire about its availability. If a feature you want to add is not in the issues, please open an issue and wait for a response.

Please make sure to update tests as appropriate.

License

MIT

Contributors

About

Go implementation of Linux commands

License:MIT License


Languages

Language:Go 100.0%