/tmux-ical

Adds next iCal event to tmux status line

Primary LanguageShellMIT LicenseMIT

tmux-ical

Adds next iCal event to tmux status line

screenshot

Features

  • #{next_event} placeholder for the status line. Displays a short summary of the next event for today.

Dependencies

Installation

Clone the repo:

$ git clone https://github.com/fxg42/tmux-ical ~/clone/path

Modify the given plist sample file and copy it to ~/Library/LaunchAgents/com.github.fxg42.tmux-ical.plist by modifying the given sample file with the preferred calendar name and absolute path to the executable.

Load the plist:

$ launchctl load ~/Library/LaunchAgents/com.github.fxg42.tmux-ical.plist

Add this line to .tmux.conf:

run-shell ~/clone/path/ical.tmux

License

MIT