1 KiB
1 KiB
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
- Typora - used as default editor for notes
Scripts
- ayo - parent command, lists all available scripts or accepts parameters
- journal - creates a new journal entry if it doesn’t exist yet; opens on editor
- append - append one thought at the end of the day's entry
- notes - notes management
- git (g) - git tools; default behavior is gs, gc, then gp ...
- stat (gs) - git status
- commit (gc) - git commit (reads for message, accepts args as list of files to commit)
- push (gp) - git push
Features
- Autosync for notes & journal via git
Planned
- config - create configuration for variables (eg, editor, locations)
Just keep scripting. A project by Ayo