You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
As you may have noticed, development and maintenance of this project has stalled.
imgur-screenshot started when I wanted a simple shell script to take a screenshot and upload it to imgur, usually to paste the link into a chat. Obviously I never expected this many people to use this script, but I'm glad you like it! It somehow™️ ended up with a lot of features (and thus more complexity). People keep asking for more features, more support of operating systems, and so forth. While I'm still willing to fix small bugs and help out with issues, I have lost motivation to continue development of this project for the following reasons:
I'm barely using it myself anymore
I mostly use a shortcut that copies a screenshot to the clipboard and paste it wherever I need
If I do use it, it's either a simple screenshot or a plain file. I don't really need and don't use the account, album or any other features.
All of the features add complexity and some require interaction with imgur's API – both of which I believe aren't well suited for a shell script
If there is a demand for continued development of this script, someone needs to take over the maintainer role. Please let me know below if you're willing to do this! Preferably, but not necessarily someone who has contributed to imgur-screenshot in the past.
So long, and thanks for all the fish.
The text was updated successfully, but these errors were encountered:
I actually used shellcheck during development. Out of the "huge number of problems" nearly all of them are intentional decisions where the suggestion of shellcheck doesn't work. I guess -n could be used instead of ! -z, though.
As you may have noticed, development and maintenance of this project has stalled.
imgur-screenshot started when I wanted a simple shell script to take a screenshot and upload it to imgur, usually to paste the link into a chat. Obviously I never expected this many people to use this script, but I'm glad you like it! It somehow™️ ended up with a lot of features (and thus more complexity). People keep asking for more features, more support of operating systems, and so forth. While I'm still willing to fix small bugs and help out with issues, I have lost motivation to continue development of this project for the following reasons:
If there is a demand for continued development of this script, someone needs to take over the maintainer role. Please let me know below if you're willing to do this! Preferably, but not necessarily someone who has contributed to imgur-screenshot in the past.
So long, and thanks for all the fish.
The text was updated successfully, but these errors were encountered: