From c07da3df42a6cdabac5276a60506561719262edb Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 12 Sep 2024 10:18:11 +0530 Subject: [PATCH] Revert "feat(ci): disable GHA workflow" This reverts commit 2902495dd6046bb88dba0a001a35516d85d72400. --- .github/workflows/{test.yml.disabled => test.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{test.yml.disabled => test.yml} (100%) diff --git a/.github/workflows/test.yml.disabled b/.github/workflows/test.yml similarity index 100% rename from .github/workflows/test.yml.disabled rename to .github/workflows/test.yml diff --git a/README.md b/README.md index 3562038..a412d7b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# clipboard-substitutor [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) [![Built with Garnix](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Fgarnix.io%2Fapi%2Fbadges%2Fmsfjarvis%2Fclipboard-substitutor%3Fbranch%3Dmain)](https://garnix.io) +# clipboard-substitutor [![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) Simple CLI tool that runs a busy loop to read your clipboard contents, match it against a set of configurable patterns, and perform a specified operation against it.