From 8182668798b6aaaa75b6b94ce23b697a101372a5 Mon Sep 17 00:00:00 2001 From: Kyosuke Fujimoto Date: Tue, 30 Jul 2024 23:28:28 +0900 Subject: [PATCH 1/2] Add serie --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8397f2..1e2d166 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Aside from those listed here, many other apps and libraries can be easily be fou - [Oatmeal](https://github.com/dustinblackman/oatmeal) - Terminal UI to chat with large language models (LLM) using different model backends, and integrations with your favourite editors! - [openapi-tui](https://github.com/zaghaghi/openapi-tui) - Terminal UI to list, browse and run APIs defined with openapi spec. - [repgrep](https://github.com/acheronfail/repgrep) - An interactive replacer for ripgrep that makes it easy to find and replace across files on the command line. +- [serie](https://github.com/lusingander/serie) - A rich git commit graph in your terminal. - [Serpl](https://github.com/yassinebridi/serpl) - A simple terminal UI for search and replace, ala VS Code. - [slumber](https://github.com/LucasPickering/slumber) - Terminal-based HTTP/REST client. - [TaskUI](https://github.com/thmshmm/taskui) - Simple Terminal UI for Task / taskfile.dev. From fe167b88347b6ea846fc2882cd964e5cde59d9c4 Mon Sep 17 00:00:00 2001 From: Kyosuke Fujimoto Date: Tue, 30 Jul 2024 23:32:05 +0900 Subject: [PATCH 2/2] Update typos.toml --- typos.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/typos.toml b/typos.toml index d2e5f48..77c603a 100644 --- a/typos.toml +++ b/typos.toml @@ -5,3 +5,4 @@ ratatui = "ratatui" wordl = "wordl" tage = "tage" mirro = "mirro" # mirro-rs +serie = "serie" \ No newline at end of file