[PR #138] [MERGED] Adds PowerShell script for Greenshot on Windows #159

Closed
opened 2026-02-25 23:40:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/HaschekSolutions/pictshare/pull/138
Author: @quonic
Created: 4/21/2022
Status: Merged
Merged: 5/12/2022
Merged by: @geek-at

Base: masterHead: master


📝 Commits (3)

  • c7f8f37 Adds PowerShell script for Greenshot
  • 45b2e11 Adds window style Hidden to PowerShell script
  • 96e73e2 Merge branch 'master' into master

📊 Changes

1 file changed (+64 additions, -0 deletions)

View changed files

📝 rtfm/INTEGRATIONS.md (+64 -0)

📄 Description

Came across PictShare when I was looking for a self hosted imgur replacement. I use Greenshot on windows and wanted an easy way to upload screenshots.

So I figured out how to with a bit of PowerShell. Sadly it does need Curl as Invoke-WebRequest and Invoke-RestMethod don't like uploading files easily. Curl simplified the process by reducing 10's of lines of code to one line of code. This script also saves the responses to a file for easier parsing; if for say a user wants to automate deletion or anything else.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/HaschekSolutions/pictshare/pull/138 **Author:** [@quonic](https://github.com/quonic) **Created:** 4/21/2022 **Status:** ✅ Merged **Merged:** 5/12/2022 **Merged by:** [@geek-at](https://github.com/geek-at) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`c7f8f37`](https://github.com/HaschekSolutions/pictshare/commit/c7f8f37c62b00646fb632d9599209a5df7402e07) Adds PowerShell script for Greenshot - [`45b2e11`](https://github.com/HaschekSolutions/pictshare/commit/45b2e117294f8ded0eb89c0434cff8f2a4ccf86d) Adds window style Hidden to PowerShell script - [`96e73e2`](https://github.com/HaschekSolutions/pictshare/commit/96e73e2baf0e9394fd5bbb59684a84e8eb5a91db) Merge branch 'master' into master ### 📊 Changes **1 file changed** (+64 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `rtfm/INTEGRATIONS.md` (+64 -0) </details> ### 📄 Description Came across PictShare when I was looking for a self hosted imgur replacement. I use Greenshot on windows and wanted an easy way to upload screenshots. So I figured out how to with a bit of PowerShell. Sadly it does need Curl as Invoke-WebRequest and Invoke-RestMethod don't like uploading files easily. Curl simplified the process by reducing 10's of lines of code to one line of code. This script also saves the responses to a file for easier parsing; if for say a user wants to [automate deletion](https://gist.github.com/quonic/bbc19d957ff960726ff4cb15f7c8adfe) or anything else. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:40:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pictshare#159
No description provided.