about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2022-03-21 10:35:07 +0100
committerMichael Vetter <jubalh@iodoru.org>2022-03-21 10:35:07 +0100
commit09e7f63c790089acfe1fd39f686597891cada5a7 (patch)
tree93203a149313c420176fc710ce0cd0b910a00da4 /src/tools
parent024694215dce1be21b09b8096eb499f107563f66 (diff)
downloadprofani-tty-09e7f63c790089acfe1fd39f686597891cada5a7.tar.gz
Add adhoc cmd autocompletion
Add tab completion for `/cmd`.
Complete the `list` and `exec` subcommands.

Didn't complete the `<jid>` part since I think it's usually used for
components and etc. Things that might not be in the roster.

Fix https://github.com/profanity-im/profanity/issues/1650
Diffstat (limited to 'src/tools')
0 files changed, 0 insertions, 0 deletions
2f5001b889096aa5'>760f683f ^
0c44f591 ^
4a48bedc ^
0c44f591 ^
7a84094a ^
0c44f591 ^
4a48bedc ^
0c44f591 ^



4a48bedc ^
a0331a9b ^
7a84094a ^
0c44f591 ^
4a48bedc ^
0c44f591 ^









760f683f ^
51b0936f ^



0c44f591 ^










e62ef075 ^
5fadf6f3 ^
e62ef075 ^

4a48bedc ^
e62ef075 ^














1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75