mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
tuckr: add page (#9320)
This commit is contained in:
parent
9608f14607
commit
907f0033f6
1 changed files with 24 additions and 0 deletions
24
pages/common/tuckr.md
Normal file
24
pages/common/tuckr.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue