add new chinese translations
This commit is contained in:
25
pages.zh/common/tuckr.md
Normal file
25
pages.zh/common/tuckr.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# tuckr
|
||||
|
||||
> 用Rust编写的dotfile管理器。
|
||||
> 另请参见:`chezmoi`,`vcsh`,`homeshick`,`stow`。
|
||||
> 更多信息:<https://github.com/RaphGL/Tuckr>。
|
||||
|
||||
- 检查dotfile状态:
|
||||
|
||||
`tuckr status`
|
||||
|
||||
- 将所有dotfile添加到系统:
|
||||
|
||||
`tuckr add \*`
|
||||
|
||||
- 添加所有dotfile,除了指定的程序:
|
||||
|
||||
`tuckr add \* -e {{program1}},{{program2}}`
|
||||
|
||||
- 从系统中移除所有dotfile:
|
||||
|
||||
`tuckr rm \*`
|
||||
|
||||
- 添加程序的dotfile并运行其设置脚本:
|
||||
|
||||
`tuckr set {{program}}`
|
Reference in New Issue
Block a user