config

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 22, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadConfig

func LoadConfig(startDir, selectionPath *pflag.Flag)

LoadConfig loads a users config and creates the config if it does not exist located at ~/.config/fm.yml.

Types

type Config

type Config struct {
	Settings SettingsConfig `mapstructure:"settings"`
	Theme    ThemeConfig    `mapstructure:"theme"`
}

Config represents the main config for the application.

func GetConfig

func GetConfig() (config Config)

GetConfig returns the users config.

type SettingsConfig

type SettingsConfig struct {
	StartDir         string `mapstructure:"start_dir"`
	ShowIcons        bool   `mapstructure:"show_icons"`
	EnableLogging    bool   `mapstructure:"enable_logging"`
	EnableMouseWheel bool   `mapstructure:"enable_mousewheel"`
	PrettyMarkdown   bool   `mapstructure:"pretty_markdown"`
	Borderless       bool   `mapstructure:"borderless"`
	SimpleMode       bool   `mapstructure:"simple_mode"`
}

SettingsConfig struct represents the config for the settings.

type SyntaxThemeConfig added in v0.13.0

type SyntaxThemeConfig struct {
	Light string `mapstructure:"light"`
	Dark  string `mapstructure:"dark"`
}

SyntaxThemeConfig represents light and dark syntax themes.

type ThemeConfig added in v0.13.0

type ThemeConfig struct {
	AppTheme    string            `mapstructure:"app_theme"`
	SyntaxTheme SyntaxThemeConfig `mapstructure:"syntax_theme"`
}

ThemeConfig represents the config for themes.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL