16 lines
344 B
Bash
Executable file
16 lines
344 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Required parameters:
|
|
# @raycast.schemaVersion 1
|
|
# @raycast.title Open Agenda
|
|
# @raycast.mode silent
|
|
|
|
# Optional parameters:
|
|
# @raycast.icon 🤖
|
|
|
|
# Documentation:
|
|
# @raycast.description Opens org agenda.
|
|
# @raycast.author dnsc
|
|
# @raycast.authorURL https://raycast.com/dnsc
|
|
|
|
emacsclient -r --eval "(dnsc/open-agenda-only-window)"
|