41 个版本 (17 个破坏性更新)
0.18.1 | 2024 年 8 月 13 日 |
---|---|
0.17.1 | 2024 年 7 月 17 日 |
0.15.3 | 2024 年 2 月 16 日 |
0.15.0 | 2023 年 11 月 14 日 |
0.5.1 | 2023 年 3 月 18 日 |
#94 在 开发工具 中
每月 328 次下载
125KB
3K SLoC
dørst
简介
使用 Dørst 引导(和备份)代码库。
功能
默认
日志
命令行界面
可选
gui
GTK4
命令行界面
编译
make
make install # as root
使用方法
首先,运行 dorst
在 $HOME/.config/dorst
创建配置文件,并设置目标(当前目录是默认备份目的地)。Dørst 支持 ssh-agent
并可以使用 gitconfig
的凭据辅助程序进行身份验证。
dorst-b~/备份/源代码
示例
source_directory = "~/src"
targets = [
"https://github.com/charlesrocket/dotfiles",
"https://github.com/charlesrocket/freebsd-station",
"[email protected]:charlesrocket/openbsd-station.git",
]
-
/--config
标志允许使用替代配置文件。
图形用户界面
编译
make features=gui
make install features=gui # as root
使用方法
dorst--gui
备份
Dørst 的备份是(git)镜像: git clone example.dorst
依赖项
~9–25MB
~485K SLoC