Skip to content

DishpitDev/Glyph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glyph

MVP Features

-[ ] run system commands (ls, pwd, etc)

-[ ] handle arguments and environment variables

-[ ] run processes in the background/foreground

-[ ] handle ctrl+c

-[ ] implement cd, echo, exit

-[ ] implement >, <, |

-[ ] support setting and using variables (export VAR=value)

-[ ] allow simple .glyphrc startup configuration

-[ ] run with elevated privs where needed (sudo on unix, admin mode on windows)

-[ ] ensure compatibility with windows (cmd/powershell) and linux/macos (bash/zsh)

-[ ] persistent command history

-[ ] touch file operation

-[ ] mv file operation

-[ ] cp file operation

-[ ] rm file

Checklist for POSIX Compliance

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages