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

https://github.com/hattya/hiiragi

A command line tool to create hard links for duplicate files
https://github.com/hattya/hiiragi

command-line deduplication go

Last synced: about 1 year ago
JSON representation

A command line tool to create hard links for duplicate files

Awesome Lists containing this project

README

          

# Hiiragi

Hiiragi is a command line tool to create hard links for duplicate files that
are under the specified directory.

[![GitHub Actions](https://github.com/hattya/hiiragi/actions/workflows/ci.yml/badge.svg)](https://github.com/hattya/hiiragi/actions/workflows/ci.yml)
[![Appveyor](https://ci.appveyor.com/api/projects/status/m6b63xt5nvegv53m/branch/master?svg=true)](https://ci.appveyor.com/project/hattya/hiiragi)
[![Codecov](https://codecov.io/gh/hattya/hiiragi/branch/master/graph/badge.svg)](https://codecov.io/gh/hattya/hiiragi)

## Installation

```console
$ go install github.com/hattya/hiiragi/cmd/hrg@latest
```

## Usage

```console
$ hrg .
```

## License

Hiiragi is distributed under the terms of the MIT License.