Skip to content
/ yoda Public
forked from MaanooAk/yoda

Yoda is an alternative shell for Linux

License

Notifications You must be signed in to change notification settings

asarlidou/yoda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yoda

Yoda is an alternative shell for Linux

Development

Dependencies

To install all the dependencies from Ubuntu, simply run the following command in a terminal:

sudo apt-get install -y make g++

Suggested text editor: Notepadqq

Contribute

First time only: (download repo)

git clone https://github.com/MaanooAk/yoda
cd yoda

Every time you want to commit a change:

git pull
# make changes to files
git add .
git commit -m "The commit message"
git push

Build and run

You can build yoda with make or run it with make run.

Call make help for all the options.

About

Yoda is an alternative shell for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.5%
  • Makefile 8.2%
  • C 6.3%