OSDN Git Service

Merge pull request #80 from instantOS/nocase_keysearch
[instantos/instantOS.git] / programs / instantterminalhelp
1 #!/usr/bin/dash
2
3 # first time help message when opening the terminal
4
5 echo "> Welcome
6 > instantOS is using the st terminal emulator and tmux terminal multiplexer
7 > Because of this, some things work differently
8 > selecting text is done with Shift + Left mouse button
9 > Copy Paste is Ctrl + Shift + C/V
10 > Font size is set with Ctrl + +/-
11 > Configuration is done with Xresources or rolling your own st build
12 OK
13 Don't show again" | imenu cli -l "quick info" >/tmp/helpmsg
14
15 if grep '^Don' /tmp/helpmsg; then
16     sed -i 's/.*instantterminalhelp.*//g' ~/.zshrc
17     iconf -i nohelp 1
18 fi