From 5d66e07a2335e67a6453a9ab3a7ec4cbfc651288 Mon Sep 17 00:00:00 2001 From: ignavan39 Date: Fri, 17 Apr 2026 14:17:36 +0600 Subject: [PATCH 1/4] init --- .github/{ => workflows}/ci.yml | 0 .github/{ => workflows}/release.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/ci.yml (100%) rename .github/{ => workflows}/release.yml (100%) diff --git a/.github/ci.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/ci.yml rename to .github/workflows/ci.yml diff --git a/.github/release.yml b/.github/workflows/release.yml similarity index 100% rename from .github/release.yml rename to .github/workflows/release.yml From 41a3987b75f13d5b6a2d57643f2cdac495a88654 Mon Sep 17 00:00:00 2001 From: ignavan39 Date: Fri, 17 Apr 2026 14:17:57 +0600 Subject: [PATCH 2/4] test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5051400..8d851dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master, main, feat/ci] + branches: [master, main, feat/ci-new] pull_request: - branches: [master, main, feat/ci] + branches: [master, main, feat/ci-new] jobs: build: From 657f4c217795cfa0c82a6ca1ef118ef17c112483 Mon Sep 17 00:00:00 2001 From: ignavan39 Date: Fri, 17 Apr 2026 14:24:13 +0600 Subject: [PATCH 3/4] ... --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 068fc69..0e44016 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,9 @@ Beautiful terminal mood tracker with interactive TUI interface. Track your emoti | **UUID** | Google UUID | ## 🚀 Installation +```bash +curl -fsSL https://raw.githubusercontent.com/ignavan39/mood_diary_tui/master/scripts/install.sh | sh +``` ### Prerequisites @@ -391,7 +394,9 @@ MIT License — see [LICENSE](LICENSE) for details. | **UUID** | Google UUID | ## 🚀 Установка - +```bash +curl -fsSL https://raw.githubusercontent.com/ignavan39/mood_diary_tui/master/scripts/install.sh | sh +``` ### Предварительные требования - Go 1.21 или выше From f1b4258cfd6a174f05ef1bd6b2612f560e395b7b Mon Sep 17 00:00:00 2001 From: ignavan39 Date: Fri, 17 Apr 2026 14:24:56 +0600 Subject: [PATCH 4/4] test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d851dc..de8d8e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master, main, feat/ci-new] + branches: [master, main] pull_request: - branches: [master, main, feat/ci-new] + branches: [master, main] jobs: build: