mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-25 15:05:56 +03:00
[PR #138] [MERGED] Adds PowerShell script for Greenshot on Windows #159
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#159
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (3)
c7f8f37Adds PowerShell script for Greenshot45b2e11Adds window style Hidden to PowerShell script96e73e2Merge 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.