From 087f65653e012cf46c298a073f619523c0c1ce78 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 23 Jun 2025 13:02:38 +0200 Subject: [PATCH] chore: add new commands and features (section) to readme --- README.md | 9 +++++++-- functions.sh | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8c4983..b8b9001 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,14 @@ $ vim ~/ayo.conf ## Scripts 1. ayo - parent command, lists all available scripts or accepts parameters -2. journal - creates a new journal entry if it doesn’t exist yet; opens on editor +1. journal - creates a new journal entry if it doesn’t exist yet; opens on editor + 1. append - append one thought at the end of the day's entry +1. notes - notes management +1. git - git tools + +## Features +1. Autosync for notes & journal via git ## Planned 1. config - create configuration for variables (eg, editor, locations) -2. journal sync - sync journal entries diff --git a/functions.sh b/functions.sh index 1a1a997..b83a55a 100644 --- a/functions.sh +++ b/functions.sh @@ -1,3 +1,4 @@ +# Sync notes via git notesSync() { { path="${notes_dir}/"