You wanna drop simple posts from the terminal? You can use this snippet of code to do so. you just need libcurl and the latest version of r2 from git to build.Put your credentials into the code (line 75) and rungcc -o post_fedi post_fedi.c $(pkg-config --libs --cflags r_io r_util libcurl)then you can do ./post_fediThe program will open $EDITOR and then you can type in your post, save and quit and it will do a post.Happy shitposting!