1.8 KiB
1.8 KiB
Whyblocked reminds you why you blocked someone. It is developed with Mastodon in mind, but can be used for other contexts, of course.
It has a text- and a Qt-interface and uses a SQLite-database.
Usage
For the text interface start whyblocked
, for the Qt interface
whyblocked-gui
. You can also start it from the menu of your desktop
environment.
Install
Packages
Every release includes
a .deb-package, an .rpm-package and a .tar.gz-package with precompiled binaries
for x86_64(amd64). These are automatically built and not tested. You can install
them with dpkg -i
or rpm -i
, respectively.
Gentoo ebuilds are available via my repository.
From source
Dependencies
- C++ compiler (tested: gcc 6/7/8, clang 3/5/6)
- cmake (at least 3.6)
- vsqlite++ (tested: 0.3.13)
- libxdg-basedir (tested: 1.2)
- qtwidgets (tested: 5.11/5.7)
Get sourcecode
Download the current release.
Compile
mkdir build
cd build
cmake ..
make
make install
Bugs
Please report them on the
issue tracker or to
tastytea
@tastytea.de
.
Copyright
Copyright © 2018 tastytea <tastytea@tastytea.de>.
License GPLv3: GNU GPL version 3 <https://www.gnu.org/licenses/gpl-3.0.html>.
This program comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to redistribute it under certain conditions.