Skip to content

This Unix Shell is written in Python3 and is intended to run on Unix-like systems such as Linux and macOS. It provides a convenient interface for interacting with the operating system through the command line.

License

G000D1ESS/snakeshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unix Shell in Python3

This Unix Shell is written in Python3 and is intended to run on Unix-like systems such as Linux and macOS. It provides a convenient interface for interacting with the operating system through the command line.

Installation

To install snakeshell, follow these steps:

  1. Clone the repository:
git clone https://github.com/G000D1ESS/snakeshell.git
  1. Navigate to the project directory:
cd snakeshell
  1. Run the installation:
python3 -m pip install .

Usage

To use this Unix Shell, follow these steps:

  1. Start the shell by executing the command:
snake
  1. Enter commands in the interactive shell and press Enter to execute them.

Example commands:

ls -l
cd /path/to/directory
mkdir new_directory

About

This Unix Shell is written in Python3 and is intended to run on Unix-like systems such as Linux and macOS. It provides a convenient interface for interacting with the operating system through the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages