Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanjermakov/dotflz
Utility to keep copies of dotfiles in one place
https://github.com/ivanjermakov/dotflz
cli click dotfiles linux python
Last synced: 21 days ago
JSON representation
Utility to keep copies of dotfiles in one place
- Host: GitHub
- URL: https://github.com/ivanjermakov/dotflz
- Owner: ivanjermakov
- License: mit
- Created: 2019-12-27T17:45:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T07:26:23.000Z (almost 3 years ago)
- Last Synced: 2024-10-04T21:15:36.648Z (about 1 month ago)
- Topics: cli, click, dotfiles, linux, python
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![ASCII art](https://sun9-19.userapi.com/c857732/v857732190/13b709/A7LNzw5wGQA.jpg)
[![Travis (.com)](https://img.shields.io/travis/com/ivanjermakov/dotflz)](https://travis-ci.com/ivanjermakov/dotflz)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/ivanjermakov/dotflz)](https://github.com/ivanjermakov/dotflz/releases)
[![codecov](https://img.shields.io/codecov/c/gh/ivanjermakov/dotflz)](https://codecov.io/gh/ivanjermakov/dotflz)# 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](https://github.com/ivanjermakov/dotflz/tree/master/example).