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
- Host: GitHub
- URL: https://github.com/hattya/hiiragi
- Owner: hattya
- License: mit
- Created: 2017-02-13T13:54:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T13:50:56.000Z (over 1 year ago)
- Last Synced: 2025-03-10T14:38:54.327Z (over 1 year ago)
- Topics: command-line, deduplication, go
- Language: Go
- Size: 120 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.
[](https://github.com/hattya/hiiragi/actions/workflows/ci.yml)
[](https://ci.appveyor.com/project/hattya/hiiragi)
[](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.