Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rusty-snake/zufall

Zufall, a tool to help on decisions.
https://github.com/rusty-snake/zufall

decision gtk gtk-rs gtk3 helper only-for-linux random rust utility zufall

Last synced: 25 days ago
JSON representation

Zufall, a tool to help on decisions.

Awesome Lists containing this project

README

        

# zufall [![maintenance-status: passively-maintained](https://img.shields.io/badge/maintenance--status-passively--maintained-yellowgreen)](https://gist.github.com/rusty-snake/574a91f1df9f97ec77ca308d6d731e29)

Zufall, a tool to help on decisions.

![Screenshot](screenshot.png)

Version: rolling

This project was an entry into rust for me and for now it is feature complete, so there won't be any more features.
You can still open feature requests, but they will be closed.
But if I continue developing at any time, I will take them into mind.
I will still make updates of dependencies and bug fixes.

Actually this is the repo where I play and test GitHub features.
That's why I rested (delete & create) this repo end of november 2020.

## Installing

### build dependencies

* cargo + rustc
* GTK+, GLib and Cairo development files,
see [here](http://gtk-rs.org/docs/requirements.html)

Fedora: `sudo dnf install cargo gtk3-devel glib2-devel`
Debian/Ubuntu/Mint: `sudo apt install cargo libgtk-3-dev`
ArchLinux: `sudo pacman -S rust gtk3`
OpenSUSE: `sudo zypper install cargo gtk3-devel glib2-devel`

### downloading

git clone https://github.com/rusty-snake/zufall.git zufall
cd zufall

### builing and installing

./build.sh
sudo ./install.sh

#### uninstalling

sudo ./uninstall.sh

### running

zufall gui

## License
[MIT](LICENSE)