From f06c536a6db96d66d7acbe91ce65fd24bdb45449 Mon Sep 17 00:00:00 2001 From: Eason Chang Date: Tue, 6 Dec 2022 23:15:17 +0800 Subject: [PATCH] Add commitgpt --- README-zh-TW.md | 7 ++++++- README.md | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README-zh-TW.md b/README-zh-TW.md index d7c2db1..36a5637 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -17,6 +17,7 @@ - [官方資源](#官方資源) - [在任何地方使用 ChatGPT](#在任何地方使用-chatgpt) - [擴展 ChatGPT 功能](#擴展-chatgpt-功能) +- [延伸應用](#延伸應用) - [提示詞(Prompts)](#提示詞prompts) - [開發工具(API、SDK)](#開發工具apisdk) - [實驗](#實驗) @@ -44,7 +45,11 @@ ## 擴展 ChatGPT 功能 - [ShareGPT](https://sharegpt.com/): 輕鬆分享 ChatGPT 對話紀錄。([demo](https://twitter.com/steventey/status/1599816553490366464)) -- [ChatGPT export to PNG/PDF/HTML](https://github.com/liady/ChatGPT-pdf): Chrome 瀏覽器擴充套件,能將 ChatGPT 紀錄下載成 PNG、PDF 檔,或產生可分享的連結。 +- [ChatGPT export to PNG/PDF/HTML](https://github.com/liady/ChatGPT-pdf):Chrome 瀏覽器擴充套件,能將 ChatGPT 紀錄下載成 PNG、PDF 檔,或產生可分享的連結。 + +## 延伸應用 + +- [commitgpt](https://github.com/RomanHotsiy/commitgpt):自動產生 commit 訊息。 ## 提示詞(Prompts) diff --git a/README.md b/README.md index 021cd90..45a41de 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - [Official Resource](#official-resource) - [Use ChatGPT anywhere](#use-chatgpt-anywhere) - [Extend ChatGPT feature](#extend-chatgpt-feature) +- [Applications](#applications) - [Prompts](#prompts) - [Development tools (API, SDK)](#development-tools-api-sdk) - [Experiments](#experiments) @@ -46,6 +47,10 @@ - [ShareGPT](https://sharegpt.com/): Share your wildest ChatGPT conversations with one click. ([demo](https://twitter.com/steventey/status/1599816553490366464)) - [ChatGPT export to PNG/PDF/HTML](https://github.com/liady/ChatGPT-pdf): Chrome extension for downloading your ChatGPT history to PNG, PDF or a sharable link. +## Applications + +- [commitgpt](https://github.com/RomanHotsiy/commitgpt): Automatically generate commit messages using ChatGPT. + ## Prompts - [Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts): ChatGPT prompts that works well.