Versions in this module Expand all Collapse all v0 v0.3.1 Jul 31, 2019 Changes in this version + func BrowseDir(ctx context.Context, client *sftp.Client, addr string, wd string, ...) error + func Shorten(path string) string + type ShellState struct + LocalWD string + RemoteWD string + func NewShellState(client *sftp.Client, externalPager bool, out io.Writer, ...) (*ShellState, error) + func (s *ShellState) Close() error + func (s *ShellState) Complete(cmd string, args []string, lastSpace bool) []string + func (s *ShellState) Dispatch(line string) error + func (s *ShellState) Getenv(k string) string + func (s *ShellState) Width() int