Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultDir ¶
Types ¶
type Config ¶
type Config struct { Core CoreConfig `toml:"core"` Gist GistConfig `toml:"gist"` Flag FlagConfig `toml:"flag"` Screen ScreenConfig `toml:"screen"` }
var Conf Config
type CoreConfig ¶
type FlagConfig ¶
type GistConfig ¶
type ScreenConfig ¶
type ScreenConfig struct {
Columns []string `toml:"columns"`
}
Click to show internal directories.
Click to hide internal directories.