From f570ae370e5c8cca914e29852099f645f6cc5277 Mon Sep 17 00:00:00 2001 From: Gingeh <39150378+Gingeh@users.noreply.github.com> Date: Fri, 3 Feb 2023 22:40:09 +1100 Subject: [PATCH 1/4] docs: add catppuccin/replit --- resources/ports.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/ports.yml b/resources/ports.yml index da95518..2aa5bb3 100644 --- a/resources/ports.yml +++ b/resources/ports.yml @@ -579,6 +579,10 @@ ports: name: Remnote category: note_taking platform: agnostic + replit: + name: Replit + category: code_editor + platform: agnostic revolt: name: Revolt category: messaging From 5a424173681f2240491edfe6a992911d244ed0d0 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Mon, 6 Feb 2023 01:52:35 +0000 Subject: [PATCH 2/4] chore: re-generate README sections --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b1ef8fa..0913ba5 100644 --- a/README.md +++ b/README.md @@ -912,6 +912,7 @@ Catppuccin is available for various apps and in different formats. Here is a lis - [Neovim](https://github.com/catppuccin/nvim) - [Notepad++](https://github.com/catppuccin/notepad-plus-plus) - [Nova](https://github.com/catppuccin/nova) +- [Replit](https://github.com/catppuccin/replit) - [spyder](https://github.com/catppuccin/spyder) - [Sublime Text](https://github.com/catppuccin/sublime-text) - [Vim](https://github.com/catppuccin/vim) From ab908421ad928b8ee80571ec30b9577b622e58e7 Mon Sep 17 00:00:00 2001 From: winston Date: Mon, 6 Feb 2023 03:28:33 +0100 Subject: [PATCH 3/4] docs: add catppuccin/nixos-search (#1911) Co-authored-by: Alaina <68250402+alaidriel@users.noreply.github.com> --- README.md | 1 + resources/ports.yml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index 0913ba5..04387e4 100644 --- a/README.md +++ b/README.md @@ -1055,6 +1055,7 @@ Catppuccin is available for various apps and in different formats. Here is a lis
🔎 Search Engines +- [NixOS Search](https://github.com/catppuccin/nixos-search) - [SearXNG](https://github.com/catppuccin/SearXNG) - [Startpage](https://github.com/catppuccin/startpage) - [Whoogle](https://github.com/catppuccin/whoogle) diff --git a/resources/ports.yml b/resources/ports.yml index 2aa5bb3..680896f 100644 --- a/resources/ports.yml +++ b/resources/ports.yml @@ -467,6 +467,12 @@ ports: platform: userstyle icon: twitter color: blue + nixos-search: + name: NixOS Search + category: search_engine + platform: userstyle + icon: nixos + color: blue noir: name: Noir category: browser_extension From 1bb9530a16f85185dc925975d1ecb970e849d45f Mon Sep 17 00:00:00 2001 From: winston Date: Mon, 6 Feb 2023 03:34:20 +0100 Subject: [PATCH 4/4] ci: skip pushing on forks --- .github/workflows/readme.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 4807067..f404aa6 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -12,8 +12,9 @@ env: DENO_DIR: deno_cache jobs: - test: + readme: runs-on: ubuntu-latest + name: Re-generate README sections steps: - uses: actions/checkout@v3 @@ -33,6 +34,8 @@ jobs: run: ./main.ts - name: Push changes uses: stefanzweifel/git-auto-commit-action@v4 + # skip pushing on forks + if: ${{ !github.event.pull_request.head.repo.fork }} with: commit_message: "chore: re-generate README sections" branch: ${{ github.head_ref }}