Skip to content

Simple Shell with special funtionalites, has inbuilt git publish command that does git add, git commit and git push at once and prompt for commit message

License

Notifications You must be signed in to change notification settings

Ayobami6/simple-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Languages GitHub repo size GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests GitHub GitHub Repo stars GitHub forks GitHub contributors Github Release

Smart-Shell

Simple shell that runs most Unix commands with in built git command publish that does git add, git commit and commit at a go and prompt for commit message, also contains inbuilt shell game tic-tac toe

home

Installation

Use this to download to the bin directory

Note: Must have root access

wget -O /bin/exec.zip https://github.com/Ayobami6/simple-shell/blob/master/zip/files.zip?raw=true

Unzip the downloaded zipped files in the bin directory in your root

unzip /bin/exec.zip -d /bin

Usage

type hsh to run the smart shell

hsh

Choose 1 or 2 or 3 to select smart shell options

choose 2 for games

games

Enter tic-tac for tic-tac game

tic-tac  

tic-tac

Using the publish command for git add, commit and push Plublish all changes made to the specific git repo to github remote

publish

publish

push

Run With docker

Download and install docker on your PC

Watch this Youtube movie to install docker on your machine

Run

docker login

Pull the shell docker image with

docker pull ayobami6/simple-shell

Run the docker image interactively

docker run -it ayobami6/simple-shell:v1.0

or

docker run -it ayobami6/simple-shell

Contributing

You are welcome to create an issue if there are bugs which most definitely there are, any issue will be appreciated and carefully looked in to. Also, if you want to have your C game(s) included in the shell you can fork and create a pull request by adding your game function inside the games directory and your game will be included with your full name.

Incoming

V1.1 Features still unknown..

About

Simple Shell with special funtionalites, has inbuilt git publish command that does git add, git commit and git push at once and prompt for commit message

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published