mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
Update advanced.md
This commit is contained in:
parent
13f5680c47
commit
0b0ca14a5f
1 changed files with 7 additions and 1 deletions
|
@ -59,7 +59,13 @@ uda.taskwarrior-tui.shortcuts.2=~/.config/taskwarrior-tui/shortcut-scripts/sync.
|
|||
...
|
||||
```
|
||||
|
||||
The file can have any name in any location, but must be executable.
|
||||
The executable file can be placed in any location.
|
||||
|
||||
To make a file executable:
|
||||
|
||||
1. chmod +x /path/to/script
|
||||
2. Add `#!/usr/bin/env bash`, `#!/usr/bin/env python` or whatever is appropriate for your script.
|
||||
|
||||
By default, keys `1`-`9` are available to run shortcuts.
|
||||
|
||||
When you hit the shortcut, the script will be executed with the `selected_tasks_uuid` as an argument:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue