Skip to content

Jarpos/jash-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jash-go - Just Another Shell Golang

A simple shell application, obviously inspired by Stephen Brennan's Tutorial.
I have basically the same project, with the only difference being that I'm trying to implement it in C++. This project is only used for trying to learn Go myself and shouldn't be looked at for any sort of advice on how to write code.

todo

  • Add more builtin shell commands
    • help
    • exit
    • mkdir
    • mkfile
    • ls
    • cd
    • cat
    • find
    • alias
  • Add option to launch applications from within shells using PATH or similar
  • Use GoLang Errors for handling errors
  • Add up/down arrow functionality for command history
  • Add parser for files that executes shell code
  • Extend feature set for existing shell commands
  • Add better error handling for existing shell commands

About

Just Another Shell - GoLang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages