variable

package
v1.1.7 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2025 License: MIT Imports: 1 Imported by: 1

Documentation

Index

Constants

View Source
const (
	CurrentVersion      string = "v1.1.7"
	LatestVersionURL    string = "https://api.github.com/repos/yorukot/superfile/releases/latest"
	LatestVersionGithub string = "github.com/yorukot/superfile/releases/latest"
)
View Source
const (
	TrashDirectory      string = "/Trash"
	TrashDirectoryFiles string = "/Trash/files"
	TrashDirectoryInfo  string = "/Trash/info"
)

Variables

View Source
var (
	ThemeFolder      string = SuperFileMainDir + "/theme"
	LastCheckVersion string = SuperFileDataDir + "/lastCheckVersion"
	ThemeFileVersion string = SuperFileDataDir + "/themeFileVersion"
	FirstUseCheck    string = SuperFileDataDir + "/firstUseCheck"
	PinnedFile       string = SuperFileDataDir + "/pinned.json"
	ConfigFile       string = SuperFileMainDir + "/config.toml"
	HotkeysFile      string = SuperFileMainDir + "/hotkeys.toml"
	ToggleDotFile    string = SuperFileDataDir + "/toggleDotFile"
	ToggleFooter     string = SuperFileDataDir + "/toggleFooter"
	LogFile          string = SuperFileStateDir + "/superfile.log"
	FixHotkeys       bool   = false
	FixConfigFile    bool   = false
	LastDir          string = ""
	PrintLastDir     bool   = false
)
View Source
var HomeDir = xdg.Home
View Source
var SuperFileCacheDir = xdg.CacheHome + "/superfile"
View Source
var SuperFileDataDir = xdg.DataHome + "/superfile"
View Source
var SuperFileMainDir = xdg.ConfigHome + "/superfile"
View Source
var SuperFileStateDir = xdg.StateHome + "/superfile"

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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