We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added a simple UI so I am sharing it here:
Requirements:
Saved this file ~/bin/post.sh
~/bin/post.sh
#!/bin/bash export NOT_MY_EX_BSKY_PASSWORD="....." export NOT_MY_EX_BSKY_EMAIL=fooo@bar.com export NOT_MY_EX_MASTODON_INSTANCE=https://social.me.com export NOT_MY_EX_MASTODON_TOKEN=sfsdffsdgsdfgsdfgsdfgsdfgsdfgsdfg export NOT_MY_EX_DEFAULT_LANG=pt yad --title='Not My Ex' \ --text='New Post:' \ --form \ --field='Text:TXT' \ --field="Image:FL" \ "" "" | while read line; do TEXT=`echo $line | awk -F'|' '{print $1}'` IMAGE=`echo $line | awk -F'|' '{print $2}'` if [ -n "$IMAGE" ]; then IMAGE_FRAGMENT="--images $IMAGE" fi not-my-ex -y "$TEXT" $IMAGE_FRAGMENT done
Then I configured a global keyborad shortcut Mod + P to execute the script and then post.
Mod + P
I could add more 4 image dialogs but I was lazy.
The text was updated successfully, but these errors were encountered:
Feel free to add a contrib/ and some docs : ) I think a lot of people might like it!
contrib/
Sorry, something went wrong.
cb6812a
No branches or pull requests
I added a simple UI so I am sharing it here:
Requirements:
Saved this file
~/bin/post.sh
Then I configured a global keyborad shortcut
Mod + P
to execute the script and then post.I could add more 4 image dialogs but I was lazy.
The text was updated successfully, but these errors were encountered: