Skip to content

Unix System Programming, developed a new shell (like bash, zsh etc).

Notifications You must be signed in to change notification settings

srikarchundury/aweShell

Repository files navigation

aweShell

This is part of Unix System Programming course project at PES University.

Installation

Grab yourself an API key and place that in weather.py. More at: https://pypi.org/project/pyowm/

python3 -m venv shellEnv
source shellEnv/bin/activate
pip install -r requirements.txt
make

Starting the aweShell

./aweShell

Testing different commands

ls -l
cat .shell_history.txt
cd some_other_dir
prevdir
weather

About

Unix System Programming, developed a new shell (like bash, zsh etc).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages