cmd

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2025 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigFile string
View Source
var Version = "v1.3.0"

Functions

func Execute

func Execute()
func InsideSymlink(link Link) error
func OutsideSymlink(link Link) error

Types

type Config

type Config struct {
	Links      []Link   `yaml:"links"`
	Ignore     []string `yaml:"ignore"`
	IgnoreGlob []glob.Glob
}
type Link struct {
	Type   string `yaml:"type"`
	Source string `yaml:"source"`
	Dest   string `yaml:"target"`
	Unsafe bool   `yaml:"unsafe"`
}

Jump to

Keyboard shortcuts

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