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
|
Utility scripts for mlterm.
* google.sh
Search specified keyword by google.
(This script doesn't work with mlterm-3.1.7 or later + w3m remote img which
consumes string of --inistr in checking OSC14t and OSC18t.)
o Usage
$ google.sh [keyword]
* mlscp.sh
Do secure copy over ssh connection.
o Usage
$ mlscp [src path] [dst path]
<path> = (remote:|local:)/dir/file
* mlsearch.sh
Move to characters matching a pattern.
o Usage
$ mlsearch.sh [keyword]
$ mlsearch.sh prev [keyword]
$ mlsearch.sh next [keyword]
* mltracelog.sh
Trace a log file mlterm --logseq outputs with trachet(http://pypi.python.org/pypi/trachet).
o Usage
$ mltracelog.sh [log file]
* xconsole.sh
Watch /dev/console like /usr/X11R6/bin/xconsole.
o Usage
$ xconsole.sh
Exit by control+c.
* mlsplit.sh
Split screen and initialize encoding and input_method options.
o Usage
$ mlsplit.sh
|