tuckr: add page (#9320)

This commit is contained in:
Raph
2022-10-27 23:55:55 -07:00
committed by GitHub
parent 9608f14607
commit 907f0033f6

24
pages/common/tuckr.md Normal file
View File

@@ -0,0 +1,24 @@
# tuckr
> Dotfile manager written in Rust.
> More information: <https://github.com/RaphGL/Tuckr>.
- Check dotfile status:
`tuckr status`
- Add all dotfiles to system:
`tuckr add \*`
- Add all dotfiles except specified programs:
`tuckr add \* -e {{program1}},{{program2}}`
- Remove all dotfiles from the system:
`tuckr rm \*`
- Add a program dotfile and run its setup script:
`tuckr set {{program}}`