package
0.2.2
Repository: https://github.com/vderyagin/dfm.git
Documentation: pkg.go.dev

# Functions

ArgDotFiles returns a collection of DotFile objects constructed according to provided command line arguments.
Delete removes both stored file and it's symlink, works for properly linked files only.
EnsureArgsPresent fails loudly if no command line arguments provided.
Link links all stored dotfiles to their respective locations in home directory.
List displays a list of stored dotfiles and their states.
Logger returns a Logger object for given dotfile.
Repo returns a repo.Repo object based on command line arguments.
Restore moves dotfiles from store back to its original location, makes sense only for linked files.
Store stores and links back given files.