Skip to content

at-ishikawa/go-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Shell

Test

This is still under development.

Dependencies

Shortcut keys

Key Description
Ctrl-b Move a cursor backward one character
Ctrl-f Move a cursor forward one character
Esc-b Move a cursor backward one word
Esc-f Move a cursor forward one word
Ctrl-a Move a cursor to the beginning of the line
Ctrl-e Move a cursor to the end of the line
Ctrl-w Delete a word before a cursor
Ctrl-d Delete a character after a cursor
Esc-d Delete a word after a cursor
Ctrl-k Delete a line after a cursor
Ctrl-p Show the previous command in a history
Ctrl-n Show the next command in a history
Ctrl-r Search a command history

Unsupported features

  • Pipe and redirection
  • Variables and functions
  • No support for string except double quotes

Supported commands for suggests

  • kubectl
  • git

About

The simple shell implemented by Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published