dotflz

Utility to keep copies of dotfiles in one place


Keywords
cli, click, dotfiles, linux, python
License
MIT
Install
pip install dotflz==0.1

Documentation

ASCII art

Travis (.com) GitHub release (latest by date) codecov

dotflz

Utility to keep copies of dotfiles in one place

Requirements

Python 3

Installation

pip install dotflz

Usage

Usage: dotflz [OPTIONS] COMMAND [ARGS]...

  Utility to keep copies of dotfiles in one place.

Options:
  --help  Show this message and exit.

Commands:
  backup   Backup original files into backup directory.
  copy     Copy files by specified configuration file
  paste    Replace original files with ones from configured directory.
  restore  Restore original files with specified backup directory.
  verify   Verify configuration file.

Example configurations can be found here.