Skip to content

dolmen-go/iofs-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iofs-shell

GoDoc Go Report Card

Package shell exposes an interactive user interface that allows to browse an io/fs filesystem.

See examples:

func Browse(fs iofs.FS, cwd string) error

Browse opens a terminal-based interactive browser that allows to navigate the given filesystem.

Keys:

  • q: quit
  • escape: leave a subdirectory
  • right, left arrow: enter/leave a subdirectory
  • up, down arrow: navigate the file list of the current directory
  • g, G: go to top/bottom

About

An interactive brower for #golang io/fs filesystems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages