note-taker.sh: clarify comments

This commit is contained in:
Josh Lay 2024-06-20 07:39:05 -05:00
parent 5c64682e30
commit 3b35b592b2
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -1,11 +1,12 @@
#!/bin/bash
# scripted note organizer/taker
#
# with Sway/on login, a Kitty session is started which runs *this* script
# provides a pane with an editor on notes for this week (and last) with tabs
# with Sway/on login:
# a Kitty session is started which runs *this* script through a 'session file' in a pane
# ultimately, providing an editor with timely notes for this week (and last) in tabs
#
# Kitty session config:
# # ~/config/kitty/sessions/triplesplit.conf
# # ~/.config/kitty/sessions/triplesplit.conf
# layout tall
# launch --location=hsplit --cwd=current bash
# launch --location=hsplit --cwd=current bash