Whyblocked reminds you why you blocked someone.
Go to file
tastytea edb6a91b82
the build was successful Details
fixed drone file
2018-08-30 22:41:44 +02:00
src return 1 on failure 2018-08-30 18:19:08 +02:00
.drone.yml fixed drone file 2018-08-30 22:41:44 +02:00
.gitignore initial commit 2018-08-30 14:03:25 +02:00
CMakeLists.txt Added package generation 2018-08-30 19:51:46 +02:00
LICENSE added license 2018-08-30 19:51:24 +02:00
README.md Reduced cmake dependency to 3.6, fixed drone file 2018-08-30 19:26:19 +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

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.