From f35e899b069f840250529d65fa1e349ada5cff62 Mon Sep 17 00:00:00 2001 From: Stuart Meeks Date: Sun, 7 Jun 2026 10:31:33 +0000 Subject: [PATCH] Credit SnipCommand as Snipdeck's inspiration in the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Link the existing inline mention to the SnipCommand repo and add an Acknowledgements section crediting Güray Yarar's project, pointing at the SnipCommand import tool that ships in this repo. Co-Authored-By: Claude Opus 4.8 --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 627f3a0..192381f 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ A native Windows desktop app for managing parameterised CLI command snippets ("Snips"), organised by the CLI they belong to. Browse a CLI, pick a Snip, fill its arguments, and copy the resolved command to the clipboard. -Conceptually inspired by SnipCommand, with one defining difference: **the CLI is -the top-level organising axis** — every Snip belongs to exactly one CLI (e.g. -`pl-app`, `mpt-app`, `inv-app`). +Conceptually inspired by +[SnipCommand](https://github.com/gurayyarar/SnipCommand), with one defining +difference: **the CLI is the top-level organising axis** — every Snip belongs +to exactly one CLI (e.g. `pl-app`, `mpt-app`, `inv-app`). > Snipdeck is pre-1.0 software. The list below describes what's actually > implemented today, not what's planned. See [`TODO.md`](TODO.md) for the @@ -92,6 +93,16 @@ The `Snipdeck.Core` project targets `net10.0` and is fully portable, so `Snipdeck.App` project is Windows-only. The `Snipdeck.Importer` tool also targets `net10.0` and builds, tests and runs on any platform. +## Acknowledgements + +Snipdeck owes its founding idea to +[SnipCommand](https://github.com/gurayyarar/SnipCommand) by +[Güray Yarar](https://github.com/gurayyarar) — a cross-platform command +snippet manager that demonstrated how useful parameterised, fill-in-and-copy +command templates are day to day. Snipdeck reimagines that idea as a native +Windows app organised around the CLI each command belongs to. A +[SnipCommand import tool](tools/Snipdeck.Importer) ships in this repo. + ## Licence Licensed under the Apache Licence, Version 2.0. See [`LICENSE`](LICENSE).