Skip to content

carlosm27/shellish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellish

A shell-ish program written in Go

For using Shell-ish, clone the repo:

gh repo clone carlosm27/shellish

In the directory where Shell-ish is, open your shell and execute:

go run github.com/carlosm27/shellish

There is 5 options in Shell-ish:

  • dir
  • cd
  • cd..
  • current path
  • exit

You have to use the arrows up and down of your keyboard and press enter to select an option.

image

dir

Select "dir", to get the names and size in bytes of the files in the folder where Shell-ish is executes.

image

cd

Select "cd" to go to a child directory, and print the current path.

image

cd..

Select "cd.." to go the parent directory and print the current path.

image

current path

Select "current path" to print the current path.

image

exit

Select "exit" to close the program.

About

A shell-ish program written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages