Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 788 Bytes

File metadata and controls

25 lines (17 loc) · 788 Bytes

File-Splitter

A simple program to split a file into various parts.

一个将文件分割成多个部分的简易程序。

Usage

Clone this repo to your local device. Make sure you have installed the .NetCore SDK and run:

克隆该仓库至本地,确保在安装了 .NetCore SDK 的情况下运行命令:

git clone https://github.com/courageluo/File-Splitter.git
cd File-Splitter
dotnet clean
dotnet build

To-do list

  • Light/Dark theme support 浅色/深色模式支持
  • Multi-language support 多语言支持
  • Progress bar 进度条显示
  • More functions... 更多功能……