https://github.com/devlead/chronicle.tool
A file archiving .NET Tool
https://github.com/devlead/chronicle.tool
Last synced: 3 months ago
JSON representation
A file archiving .NET Tool
- Host: GitHub
- URL: https://github.com/devlead/chronicle.tool
- Owner: devlead
- License: mit
- Created: 2020-12-04T15:29:12.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-06T19:51:00.000Z (about 1 year ago)
- Last Synced: 2025-02-06T20:30:26.764Z (about 1 year ago)
- Language: C#
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chronicle.Tool
[](https://www.nuget.org/packages/Chronicle.Tool)
A file archiving .NET Tool
## Installation
```PowerShell
dotnet tool install -g Chronicle.Tool
```
## Usage
```PowerShell
Chronicle [OPTIONS]
```
### Example Archive to zip
```PowerShell
Chronicle archive "C:\temp\Chronicle\source" "C:\temp\Chronicle\target" "*.log" "LogFiles"
```
### Example Move
```PowerShell
Chronicle move "C:\temp\Chronicle\source" "C:\temp\Chronicle\target" "*.log"
```