[PR #335] [MERGED] WIP: ntfy publish --pid $PID ... #1273

Closed
opened 2026-05-07 01:01:19 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/335
Author: @binwiederhier
Created: 6/20/2022
Status: Merged
Merged: 6/21/2022
Merged by: @binwiederhier

Base: mainHead: done


📝 Commits (6)

📊 Changes

10 files changed (+333 additions, -89 deletions)

View changed files

📝 cmd/publish.go (+126 -24)
cmd/publish_darwin.go (+8 -0)
cmd/publish_linux.go (+8 -0)
📝 cmd/publish_test.go (+67 -0)
cmd/publish_windows.go (+10 -0)
📝 docs/deprecations.md (+22 -8)
📝 docs/releases.md (+1 -0)
📝 docs/subscribe/cli.md (+65 -0)
📝 util/util.go (+20 -32)
📝 util/util_test.go (+6 -25)

📄 Description

Implements #263, though I want to also do ntfy done rsync -av ... (like the original ntfy)


🔄 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/binwiederhier/ntfy/pull/335 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 6/20/2022 **Status:** ✅ Merged **Merged:** 6/21/2022 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `done` --- ### 📝 Commits (6) - [`1226a7b`](https://github.com/binwiederhier/ntfy/commit/1226a7b70c8f1eb25d11a9a614be29c5890d0f1a) ntfy publish --pid $PID ... - [`c40338c`](https://github.com/binwiederhier/ntfy/commit/c40338c1468cd6d0532def283771c5c30c9f420b) Merge branch 'main' into done - [`fec4864`](https://github.com/binwiederhier/ntfy/commit/fec4864771c370a1a3ace14ed105155be20f9347) done command - [`0080ea5`](https://github.com/binwiederhier/ntfy/commit/0080ea5a204112f360e27e01c3ac4d8075dee300) All --wait-cmd - [`a160da3`](https://github.com/binwiederhier/ntfy/commit/a160da3ad9e1a26b1a4e04979cf4d18930b31a62) Tests - [`26fda84`](https://github.com/binwiederhier/ntfy/commit/26fda847ca1024710bf11818fea316a095928a44) Docs ### 📊 Changes **10 files changed** (+333 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `cmd/publish.go` (+126 -24) ➕ `cmd/publish_darwin.go` (+8 -0) ➕ `cmd/publish_linux.go` (+8 -0) 📝 `cmd/publish_test.go` (+67 -0) ➕ `cmd/publish_windows.go` (+10 -0) 📝 `docs/deprecations.md` (+22 -8) 📝 `docs/releases.md` (+1 -0) 📝 `docs/subscribe/cli.md` (+65 -0) 📝 `util/util.go` (+20 -32) 📝 `util/util_test.go` (+6 -25) </details> ### 📄 Description Implements #263, though I want to also do `ntfy done rsync -av ...` (like the original ntfy) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:19 +02: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/ntfy#1273
No description provided.