Skip to content

yeti0904/ysh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ysh

shell for Unix and Linux

building

git clone https://github.com/MESYETI/ysh
cd ysh
cmake .
make

compatibility

these platforms have been shown to be compatible with ysh:

  • Linux
  • MacOS

customisation

ysh creates a directory at ~/.config called ysh2, inside is a file called init.ysh, this file allows you to set the prompt, you can set the prompt like this:

set YSH_PROMPT "$ "

features

ysh isn't finished but i'm working on useful features, here is a list of them

  • autocompletion (files AND commands)
  • multiple commands on one line, here's an example: printf "hello "; printf "world\n"

About

shell for Unix and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published