tuckr: add page (#9320)

pull/1/head
Raph 2022-10-27 23:55:55 -07:00 committed by GitHub
parent 9608f14607
commit 907f0033f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

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}}`