No description
Find a file
2019-10-23 17:15:45 +01:00
.gitignore add gitignore 2019-10-04 16:45:35 +01:00
configure add default visiblity option 2019-10-23 15:35:43 +01:00
fedi-but-cursed fix auto-config tmux script 2019-10-23 16:16:18 +01:00
login increase curse 2019-10-04 14:24:16 +01:00
post add replies with tags 2019-10-23 17:15:45 +01:00
README.md add replies with tags 2019-10-23 17:15:45 +01:00
timeline add replies with tags 2019-10-23 17:15:45 +01:00

Requirements

jq is required.

For Debian-based systems:

sudo apt update && sudo apt install -y jq

Usage

./configure
./login
./post i want to die

Or you can use ./fedi-but-cursed with tmux installed to have a timeline-and-posting window thing I guess

Post usage:

./post [options] message

options:
  -r/--reply post_id :: Reply to a specific post
  -i/--image path_to_image :: attach an image
  -v/--visibility public|unlisted|private|direct :: set visibility

you can use -i multiple times to upload multiple images, if you want to do that.