Installation

# Add this to your shard.yml
dependencies:
  collision:
    github: GeopJr/Collision
    version: ~> 3.14.1

Then run:

shards install

shard.yml

Crystal
1.18.0
License
BSD-2-Clause
Author
GeopJr <evan@geopjr.dev>
Target
  • collision from src/collision.cr

Dependencies

Runtime Dependencies

  • blake3~> 1.4.0github: GeopJr/blake3.cr
  • gettext~> 1.0.0github: GeopJr/gettext.cr
  • libadwaita~> 0.1.0github: hugopl/libadwaita.cr

README

<p align="center">
  <img alt="branding" width="192" src="./data/icons/dev.geopjr.Collision.svg">
</p>
<h1 align="center">Collision</h1>
<h4 align="center">Check hashes for your files</h4>
<p align="center">
  <br />
    <a href="./CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Code%20of%20Conduct-GNOME-26a269.svg?style=for-the-badge&labelColor=f6d32e" alt="Code of Conduct - GNOME" /></a>
    <a href="./LICENSE"><img src="https://img.shields.io/badge/LICENSE-BSD--2--Clause-26a269.svg?style=for-the-badge&labelColor=f6d32e" alt="BSD-2-Clause" /></a>
    <a href="https://github.com/GeopJr/Collision/actions"><img src="https://img.shields.io/github/actions/workflow/status/geopjr/Collision/ci.yml?branch=main&labelColor=f6d32e&style=for-the-badge" alt="ci action status" /></a>
</p>

<p align="center">
    <img alt="screenshot" width="640" src="https://codeberg.org/GeopJr/Collision/media/branch/main/data/screenshots/screenshot-1.png"><br />
    <a href='https://flathub.org/apps/details/dev.geopjr.Collision'>
      <img alt='Download on Flathub' src='https://flathub.org/api/badge?svg&locale=en'/>
    </a>
</p>

# Building

## Dependencies

- `Crystal` - `~1.15.1`
- `GTK`
- `libadwaita`
- `gettext`

### Makefile

1. `$ make`
2. `# make install` # To install it

# Nautilus Extension

Collision offers a nautilus / GNOME Files extension that adds a "Check Hashes" context menu item.

## Dependencies

- `nautilus`
- [`nautilus-python`](https://repology.org/project/nautilus-python/versions)

## Makefile

`$ make install_nautilus_extension`

# Sponsors

<div align="center">

[![GeopJr Sponsors](https://cdn.jsdelivr.net/gh/GeopJr/GeopJr@main/sponsors.svg)](https://github.com/sponsors/GeopJr)

</div>

<hr />

<p align="center">
  <a href='https://circle.gnome.org/'>
    <img width='240' alt='Part of GNOME Circle' src='https://i.imgur.com/vyIKlW3.png'/>
  </a><br />
  <a href='https://stopthemingmy.app'>
    <img width='240' alt='Please do not theme this app' src='https://stopthemingmy.app/badge.svg'/>
  </a><br />
  <a href="https://translate.codeberg.org/engage/collision/">
    <img width='240' src="https://translate.codeberg.org/widgets/collision/-/collision/287x66-white.png" alt="Translation status" />
  </a><br />
  </a>
</p>

# Contributing

1. Read the [Code of Conduct](./CODE_OF_CONDUCT.md)
2. Fork it ( https://codeberg.org/GeopJr/Collision/fork )
3. Create your feature branch (git checkout -b my-new-feature)
4. Commit your changes (git commit -am 'Add some feature')
5. Push to the branch (git push origin my-new-feature)
6. Create a new Pull Request