-
Notifications
You must be signed in to change notification settings - Fork 4
/
.tcllinerc.sample
36 lines (32 loc) · 1.24 KB
/
.tcllinerc.sample
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
TclReadLine::alias l {puts "\\033\\[35m===========================================\\033\\[0m"}
TclReadLine::alias p puts
TclReadLine::alias c clear
TclReadLine::alias %d {TclReadLine::dumpLog}
TclReadLine::alias %a {TclReadLine::alias}
TclReadLine::alias %u {TclReadLine::unalias}
TclReadLine::keyword {TclReadLine::}
TclReadLine::keyword {string cat}
TclReadLine::keyword {string compare}
TclReadLine::keyword {string equal}
TclReadLine::keyword {string first}
TclReadLine::keyword {string index}
TclReadLine::keyword {string is}
TclReadLine::keyword {string last}
TclReadLine::keyword {string length}
TclReadLine::keyword {string map}
TclReadLine::keyword {string match}
TclReadLine::keyword {string range}
TclReadLine::keyword {string repeat}
TclReadLine::keyword {string replace}
TclReadLine::keyword {string reverse}
TclReadLine::keyword {string tolower}
TclReadLine::keyword {string totitle}
TclReadLine::keyword {string toupper}
TclReadLine::keyword {string trim}
TclReadLine::keyword {string trimleft}
TclReadLine::keyword {string trimright}
TclReadLine::keyword {tcl_startOfNextWord}
TclReadLine::keyword {tcl_wordBreakAfter}
TclReadLine::keyword {tcl_startOfPreviousWord}
TclReadLine::keyword {tcl_wordBreakBefore}
TclReadLine::keyword {tcl_endOfWord}