Personal BASH scripts for productivity
Find a file
2025-06-23 13:02:38 +02:00
.gitignore feat: use initial config file 2025-06-21 15:05:39 +02:00
ayo.sh feat(journal): new subcommand 'append' for one-liner thoughts 2025-06-23 12:48:14 +02:00
example.config refactor: make config for notes_dir 2025-06-21 15:10:32 +02:00
functions.sh chore: add new commands and features (section) to readme 2025-06-23 13:02:38 +02:00
git.sh feat(git): default action as status, commit, push 2025-06-23 12:28:58 +02:00
journal.sh feat: shared functions.sh with notesSync function; quiet git operations" 2025-06-23 12:59:07 +02:00
notes.sh feat: shared functions.sh with notesSync function; quiet git operations" 2025-06-23 12:59:07 +02:00
README.md chore: add new commands and features (section) to readme 2025-06-23 13:02:38 +02:00

Scripts

Personal BASH scripts for productivity

Setup

1. clone the repo

$ git clone git@git.sr.ht:~ayoayco/scripts

2. Copy config and populate

$ cp example.config ~/ayo.conf
$ vim ~/ayo.conf

3. update your .bashrc to add an alias for the parent command scripts/ayo.sh

Dependencies

  1. Typora - used as default editor for notes

Scripts

  1. ayo - parent command, lists all available scripts or accepts parameters
  2. journal - creates a new journal entry if it doesnt exist yet; opens on editor
  3. append - append one thought at the end of the day's entry
  4. notes - notes management
  5. git - git tools

Features

  1. Autosync for notes & journal via git

Planned

  1. config - create configuration for variables (eg, editor, locations)