add some taskwarrior commands
This commit is contained in:
15
task-done.sh
Executable file
15
task-done.sh
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Required parameters:
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title task done
|
||||
# @raycast.argument1 { "type": "text", "placeholder": "ID" }
|
||||
# @raycast.mode compact
|
||||
# @raycast.packageName Taskwarrior
|
||||
|
||||
# Optional parameters:
|
||||
# @raycast.icon ✅
|
||||
|
||||
export PATH="/usr/local/bin:/opt/local/bin:/opt/local/sbin:$PATH:$HOME/bin:$HOME/.bin"
|
||||
|
||||
exec task "${1}" done
|
||||
Reference in New Issue
Block a user