mastodon / joinmastodon

The official Mastodon project homepage
https://joinmastodon.org
238 stars 149 forks source link

Add link to fcli client #686

Open philcowans opened 4 months ago

philcowans commented 4 months ago

I'm not sure if this is appropriate, but I've been working on an experimental command line Mastodon client which I'd like more people to use. It's written in Python and is open source software under the MIT license.

andypiper commented 4 months ago

Potentially happy to have this included, but it took me a moment to find out what Everdo is... I guess that dependency may make it more specific to a use case than a generalised CLI. Let me check fcli out and see how widely useful it might be. Thanks!!

andypiper commented 4 months ago

OK, my first hurdle is that Everdo is not native on macOS (I can get an iPadOS version) so don't think that will work for me - on the laptop I'm typing this on, I can try on Linux later on... - however looking at the code it might be interesting if this part was pluggable, e.g. I use Joplin for a lot of my note taking and activity and that also has a local API option...

andypiper commented 4 months ago

To be fair, the README does explicitly call out the Linux-ness of the code so my personal Mac issues are not a dealbreaker. I think we can include this in the client apps list when it is a bit more widely used / tested. For now, I've posted about it on Mastodon and hopefully we can get some more folks to test it out!

philcowans commented 4 months ago

Thanks - let me take a look at making the todo list functionality more pluggable. In general more usage is what I'm after at the moment, so I'm not just building software for myself.

andypiper commented 4 months ago

Thanks for sharing! I left some comments in an issue on the repo, interested to see how I could help you make it more widely useful 🙂