mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 14:36:42 +02:00
docs: Add shortcuts executable example 📚
This commit is contained in:
parent
0b0ca14a5f
commit
91271523bb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ The executable file can be placed in any location.
|
||||||
|
|
||||||
To make a file executable:
|
To make a file executable:
|
||||||
|
|
||||||
1. chmod +x /path/to/script
|
1. Run `chmod +x /path/to/script` to modify the executable flag.
|
||||||
2. Add `#!/usr/bin/env bash`, `#!/usr/bin/env python` or whatever is appropriate for your 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.
|
By default, keys `1`-`9` are available to run shortcuts.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue