mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Documentation
- Correct task-faq.5 so that the sequence \033 shows up properly when rendered by 'man', rather than 033.
This commit is contained in:
parent
b6e9b84c80
commit
a3a941fd92
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ call the task program. Here is a Bash script that does this:
|
||||||
|
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
printf "\033]0;task $*\a"
|
printf "\\033]0;task $*\a"
|
||||||
/usr/local/bin/task $*
|
/usr/local/bin/task $*
|
||||||
|
|
||||||
You just need to run the script, and let the script run task. Here is a Bash
|
You just need to run the script, and let the script run task. Here is a Bash
|
||||||
|
@ -93,7 +93,7 @@ function that does the same thing:
|
||||||
|
|
||||||
t ()
|
t ()
|
||||||
{
|
{
|
||||||
printf "\033]0;task $*\a"
|
printf "\\033]0;task $*\a"
|
||||||
/usr/local/bin/task $*
|
/usr/local/bin/task $*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue