mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-25 08:47:18 +02:00
Update README.md
This commit is contained in:
parent
3d61137417
commit
bbd7bc5c59
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
@ -42,6 +42,12 @@ Use your favorite installation method to download the [AUR package](https://aur.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
### Easy to use interface:
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|
<summary> Click to expand! </summary>
|
||||||
|
|
||||||
- `/`: `task {string}` - Filter task report
|
- `/`: `task {string}` - Filter task report
|
||||||
- `a`: `task add {string}` - Add new task
|
- `a`: `task add {string}` - Add new task
|
||||||
- `d`: `task {selected} done` - Mark task as done
|
- `d`: `task {selected} done` - Mark task as done
|
||||||
|
@ -60,7 +66,13 @@ Use your favorite installation method to download the [AUR package](https://aur.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
`taskwarrior-tui` supports readline-like navigation:
|
</details>
|
||||||
|
|
||||||
|
### `readline`-like functionality:
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|
<summary> Click to expand! </summary>
|
||||||
|
|
||||||
- `<Ctrl-a>` : Go to beginning of the line
|
- `<Ctrl-a>` : Go to beginning of the line
|
||||||
- `<Ctrl-e>` : Go to end of the line
|
- `<Ctrl-e>` : Go to end of the line
|
||||||
|
@ -69,3 +81,5 @@ Use your favorite installation method to download the [AUR package](https://aur.
|
||||||
- `<Ctrl-w>` : Delete previous word
|
- `<Ctrl-w>` : Delete previous word
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue