Skip to content

golang shell with some enumeration functionality added

Notifications You must be signed in to change notification settings

TerminalJockey/GShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

GShell

basic windows shell written in golang with some enumeration functionality added

To compile:

(linux)

$ env GOOS=target-OS GOARCH=target-architecture go build -o gshell.exe main.go

(windows)

set GOOS=windows

set GOARCH=target-arch

go build -o gshell.exe main.go

supported os/arch:

windows/386

windows/amd64

TODO:

add functionality for arguments to cd, handle spaces in path

add functionality for arguments to ls, handle spaces in path

add cross-platform support and implement enum for linux

clean up enum output

add option for output to file

About

golang shell with some enumeration functionality added

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages