Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
OS string
// is in ssh environment
SSH bool
// is in tmux
Tmux bool
PathInfo *PathInfo
User *user.User
Conf *config.Config
VCSInfo *vcs.VCSInfo
// contains filtered or unexported fields
}
func CreateContext ¶
func CreateContext() *Context
func (*Context) ReadCompleteInfo ¶
func (c *Context) ReadCompleteInfo()
func (*Context) ReadPathInfo ¶
func (c *Context) ReadPathInfo()
Click to show internal directories.
Click to hide internal directories.