Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Exists ¶
Exists returns a bool and an error that states whether the given file/directory exists or not
func PrintUsage ¶
func PrintUsage(err error)
Types ¶
type ConfigType ¶
type ConfigType struct { Command *string Directory *string Ignore *string IgnoreFile *string Hidden *bool Clear *bool RunDelay *time.Duration RunCmdOnStart *bool ListOnStart *bool Limit *uint64 ToIgnore []string CmdParts []string }
var Config ConfigType = ConfigType{ ToIgnore: []string{}, }
Click to show internal directories.
Click to hide internal directories.