Whyblocked reminds you why you blocked someone.
Go to file
tastytea 2bd6eeae40
added feature to add records
2018-08-30 16:18:53 +02:00
src added feature to add records 2018-08-30 16:18:53 +02:00
.gitignore initial commit 2018-08-30 14:03:25 +02:00
CMakeLists.txt added feature to add records 2018-08-30 16:18:53 +02:00
README.md Added documentation 2018-08-30 14:30:55 +02:00

README.md

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 interface and uses a SQLite-database.

Usage

$ whyblocked
This is whyblock 0.1.0.
Type add, remove, view or details. Or just the first letter.
: v
 Blocked: @baduser@social.example.com because: Is very mean
Silenced: @truebelievers.example.com because: Annoying instance
: d
Which user?
@baduser@social.example.com
@baduser@social.example.com is blocked, because: Is very mean
Receipts:
  https:///social.example.com/@baduser/123456789012345678
: q

Install

Dependencies

Compile

mkdir build
cd build
cmake ..
make
make install