From 15d90a15d7592a323082b733452cebd59730c4d3 Mon Sep 17 00:00:00 2001 From: "Matt.Ma" Date: Fri, 12 Sep 2025 16:25:58 +0800 Subject: [PATCH] update --- rsync-tui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync-tui.py b/rsync-tui.py index 5b4d3f3..ed28fc3 100644 --- a/rsync-tui.py +++ b/rsync-tui.py @@ -1,5 +1,5 @@ # rsync-tui: 远程文件管理与断点续传 TUI 工具 -# Author: Matt (https://github.com/你的用户名) +# Author: Matt # License: MIT # # 一个基于 prompt_toolkit 的跨平台远程文件管理器,支持 SSH 目录浏览、批量 rsync 下载、断点续传、实时进度输出。