Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Diff string = "Diff %s\n\n" Add string = "\tadd:\t%s\n" Delete string = "\tdelete:\t%s\n" Linked string = "\tlinked:\t%s\n" )
View Source
var ( RepoNotEmpty string = "target is not empty" TryPull string = "trying to pull" NotGit string = "not a git repository" RepoValidRetrieve string = "valid repository; trying to retrieve remotes" CannotRetrieveRemote string = "cannot retrieve remote" HasRemoteFindURL string = "has remotes; trying to find repo URL in remotes" HasRemoteRetrieveWorkingTree string = "has remote with repo URL; trying retrieve working tree" CannotRetrieveWorkingTree string = "cannot retrieve worktree" AlreadyUpToDate string = "already up-to-date" CannotPull string = "cannot pull: %s" SuccessfulPull string = "successfully pulled latest; updated to latest version" NotRepo string = "not the repository" )
View Source
var ( HookNotExecutable string = "hook does not have executable bit set" ExecuteHook string = "executing" )
View Source
var ( TrySwitchContext string = "trying to switch context" Install string = "install dotfiles" TryClone string = "trying to clone repository" Cloned string = "successfully cloned repository" AlreadySymlinked string = "already symlinked" Symlinked string = "successfully symlinked" )
View Source
var ( EnsureFileExists string = "ensure existence" CreatedFile string = "created" RemovingFile string = "removing" )
View Source
var ( VerboseOverrulesQuite string = "verbose overrules quiet" UsingConfig string = "Using config file" DryRunActive string = "dry run is active and no changes will be made" )
View Source
var ( NothingToUnlink string = "nothing to unlink" WorkingOn string = "working on" )
View Source
var Blue = "\033[34m"
View Source
var Bold = "\033[1m"
View Source
var (
CWD string = "working directory determined"
)
View Source
var Cyan = "\033[36m"
View Source
var Gray = "\033[37m"
View Source
var Green = "\033[32m"
View Source
var (
MoveToBackup string = "moved file to backup directory"
)
View Source
var Purple = "\033[35m"
View Source
var Red = "\033[31m"
View Source
var Reset = "\033[0m"
View Source
var White = "\033[97m"
View Source
var Yellow = "\033[33m"
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.