Documentation
¶
Index ¶
- type RTKCommand
- func (c *RTKCommand) Deps(dir string) map[string]int
- func (c *RTKCommand) Env(prefix string) map[string]string
- func (c *RTKCommand) Find(dir, pattern string) []string
- func (c *RTKCommand) GainDaily(daily map[string]int64) string
- func (c *RTKCommand) GainGraph(savings map[string]int64, width int) string
- func (c *RTKCommand) Grep(dir, pattern string) map[string][]int
- func (c *RTKCommand) Log(input string) string
- func (c *RTKCommand) Ls(dir string) string
- func (c *RTKCommand) Smart(content string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RTKCommand ¶
type RTKCommand struct{}
func NewRTKCommand ¶
func NewRTKCommand() *RTKCommand
func (*RTKCommand) Find ¶
func (c *RTKCommand) Find(dir, pattern string) []string
func (*RTKCommand) GainGraph ¶
func (c *RTKCommand) GainGraph(savings map[string]int64, width int) string
func (*RTKCommand) Log ¶
func (c *RTKCommand) Log(input string) string
func (*RTKCommand) Ls ¶
func (c *RTKCommand) Ls(dir string) string
func (*RTKCommand) Smart ¶
func (c *RTKCommand) Smart(content string) string
Click to show internal directories.
Click to hide internal directories.