Skip to content

CLI tool that lets you post on Twitter, Mastodon, Bluesky and LinkedIn with a single command.

License

Notifications You must be signed in to change notification settings

kristoff-it/simplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

simplex

Let's simplify our relationship with social media by going from duplex to simplex.

This tool allows broadcasting a message on Twitter, Bluesky, Mastodon and LinkedIn with a single command.

Depends on t, toot, bksy and linkedin-cli. It's on you to procure those clients and perform the initial authentication process.

The shell script in this repository is very simple, so you can easily comment out or add new clients based on your needs.

Usage

  • Follow the login procedure on each of the clients.
  • Run post.sh, it will open your default editor (like git commit does).
  • Write your message, save the file, close the editor.
    • If your file is not saved or left empty, the operation will be aborted.
  • Your message will be sent on all platforms, assuming everything goes well with the relative client.

Sending images

To add images to a post: ./post.sh img1.png imgN.png. The social media sites currently supported allow up to 4 images.

NOTE: sending a image post will skip LinkedIn as the relative client doesn't support images yet.

Social Media

Thanks to this little tool you can find me at:

About

CLI tool that lets you post on Twitter, Mastodon, Bluesky and LinkedIn with a single command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages