Commit Graph

4 Commits (cd085a4b5450ec842e6fe5f9f7bb53618f60931b)

Author SHA1 Message Date
sudo pacman -Syu cd085a4b54
feat: dry run for install, update, clean (#9)
* feat: implement dry run for config install, update

* chore: better wording

* feat: dry run for clean unused dirs

Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-04-22 17:54:17 +07:00
sudo pacman -Syu d655736596
feat: treat files, dirs in config as the same (#8)
* feat: use paths for bpth files and dirs

* refactor: rename file to path when config install/update

Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-04-22 17:36:19 +07:00
sudo pacman -Syu 992bba6640
refactor: move completely cli outside golang (#7)
Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-04-22 17:07:19 +07:00
sudo pacman -Syu 4fa12066d0
feat: add --dry-run flag (#6)
* feat: add --dry-run flag to all commands

* feat: update copy-go with single copy.Replace

* refactor: make Config interface

* chore(config): cleanup unused

* feat: add config demo (1/?)

* chore: better naming for cfg

* refactor: move to pkg config

* refactor: use data for store configs

* refactor: split real and demo config

* feat: make use of dry run flag

Co-authored-by: Tran Hau <ngtranhau@gmail.com>
2021-04-22 16:36:11 +07:00