An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Chronicle.Tool

[![NuGet](https://img.shields.io/nuget/v/Chronicle.Tool.svg)](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"
```