chore: add new commands and features (section) to readme
This commit is contained in:
parent
888ff8ef55
commit
087f65653e
2 changed files with 8 additions and 2 deletions
|
@ -22,9 +22,14 @@ $ vim ~/ayo.conf
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
1. ayo - parent command, lists all available scripts or accepts parameters
|
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
|
## Planned
|
||||||
|
|
||||||
1. config - create configuration for variables (eg, editor, locations)
|
1. config - create configuration for variables (eg, editor, locations)
|
||||||
2. journal sync - sync journal entries
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Sync notes via git
|
||||||
notesSync() {
|
notesSync() {
|
||||||
{
|
{
|
||||||
path="${notes_dir}/"
|
path="${notes_dir}/"
|
||||||
|
|
Loading…
Reference in a new issue