Whyblocked reminds you why you blocked someone.
Go to file
tastytea 133f7f9c2a
added feature to print help
2018-08-30 16:54:34 +02:00
src added feature to print help 2018-08-30 16:54:34 +02:00
.gitignore initial commit 2018-08-30 14:03:25 +02:00
CMakeLists.txt added feature to print help 2018-08-30 16:54:34 +02:00
README.md added feature to print help 2018-08-30 16:54:34 +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

Example

$ whyblocked
This is whyblocked 0.4.1.
Type add, remove, view or details. Or just the first letter.
Type quit or q to quit the program.
: add
User or instance: @tastytea@soc.ialis.me
Blocked(b) or silenced(s): b
Reason: Too nice
@tastytea@soc.ialis.me added.
Add receipt? [y/n] y
URL: https://tastytea.de/
Receipt added.
Add receipt? [y/n] n
: view
 Blocked: @tastytea@soc.ialis.me because: Too nice
: details
User or instance: @tastytea@soc.ialis.me
@tastytea@soc.ialis.me is blocked, because: Too nice
Receipts:
  https://tastytea.de/
: remove
User or instance: @tastytea@soc.ialis.me
@tastytea@soc.ialis.me removed.
: view
: details
User or instance: @tastytea@soc.ialis.me
@tastytea@soc.ialis.me is not in the database.
: quit

Install

Dependencies

Compile

mkdir build
cd build
cmake ..
make
make install