This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pname=$(basename "$0") | |
while true; do | |
case "$1" in | |
-l) lines="$2"; shift 2;; | |
-*) echo "$pname: '$1': no such option.">&2; shift;; | |
*) break;; | |
esac | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## Let non-BSD install command to behave as a BSD's install command | |
## when using -v option. | |
verbosep=false | |
case "$1" in | |
-*v*) verbosep=true;; | |
esac | |
$verbosep && { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
tree = log --graph --pretty=format:'%x09%C(auto) %h %Cgreen %ar %Creset%x09by"%C(cyan ul)%an%Creset" %x09%C(auto)%s %d' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"global": { | |
"check_for_updates_on_startup": true, | |
"show_in_menu_bar": true, | |
"show_profile_name_in_menu_bar": false | |
}, | |
"profiles": [ | |
{ | |
"complex_modifications": { | |
"parameters": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
export LANG=ja_JP.UTF-8 | |
pname=$(basename "$0") | |
usage="$pname NBName | |
$pname {-h|--help} | |
FEATURES | |
OPTIONS | |
" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
pname=$(basename "$0") | |
usage="$pname [-c|--console] Command [Argument ...] | |
$pname {-h|--help) | |
FEATURES | |
execute Command with Argument(s) on Windows's 'elevated' state. | |
OPTIONS | |
-c, --console | |
open another window and print the output of the elevated Command there. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name | |
==== | |
Overview | |
## Description | |
## Demo | |
## VS. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ========================== KeySnail Init File =========================== // | |
// この領域は, GUI により設定ファイルを生成した際にも引き継がれます | |
// 特殊キー, キーバインド定義, フック, ブラックリスト以外のコードは, この中に書くようにして下さい | |
// ========================================================================= // | |
//{{%PRESERVE% | |
// ここにコードを入力して下さい | |
//}}%PRESERVE% | |
// ========================================================================= // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set c-q | |
ubind bsic <c-q> | |
bind bsich <c-q> [mode.change n] | |
bind bsich <f10> [mode.change p] | |
set c-w | |
#ubind b <c-w> | |
#ubind sichno <c-w> | |
#bind bsichno <c-w> [nop] | |
#bind bs <c-w> [selection.kill] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pname=$(basename "$0") | |
usage="$pname [-h|--help|-inpqw] {AppId [...]|-} | |
FEATURES | |
print an application name of an Android application that designated with | |
AppId. | |
OPTIONS | |
-h --help | |
print this help message. | |
-i |