seekr-util 0.3.1

System search util for linux
# CONTRIBUTING

_It's easy_

## Report issues & suggestions

I would be glad to receive issues or suggestions on the application.
Whether it's a bug report or a suggestion for a new widget for plugins to use, don't hesitate to open an issue.

> [Click here to open a new issue]https://github.com/luxluth/seekr/issues/new

## Writing some code

This a rust project that use gtk4 for windowing, make sure you have this few things before starting:

1. Rust, download Rust here [https://www.rust-lang.org/tools/install]https://www.rust-lang.org/tools/install
2. You need to have your environment setup to build gtk4 applications see <https://gtk-rs.org/gtk4-rs/stable/latest/book/installation_linux.html>
3. Ready, Go.

Now that you're set up with the tools:

1. Fork the project
2. Make some bad boys changes.
3. Create a pull request
4. Wait for reviews, if the changes are merged, 🎉 🎉 🎉 Congrats, you've just made a contributions to this **_fabulous_** project.

> Some resources:
>
> The gtk official docs: <https://docs.gtk.org/gtk4>
>
> The gtk-rs book: <https://gtk-rs.org/gtk4-rs/stable/latest/book>
>
> The gtk-rs docs: <https://gtk-rs.org/gtk4-rs/stable/latest/docs>

---

Thanks !