- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PowerShell/環境設定/Pagerをlessにする へ行く。
- 1 (2013-08-05 (月) 08:05:24)
- 2 (2013-08-05 (月) 08:54:52)
- 3 (2013-12-07 (土) 18:56:05)
Pagerをlessにする
PSCXをインストール
- PSCX(PowerShell Community Extension)をインストールする。
Pagerの変更の有効化・無効化
C:\Users\taro\Documents\WindowsPowerShell以下のPscx.UserPreferences.ps1にて以下のように$trueもしくは$falseに設定をする。
@{ PageHelpUsingLess = $true }
lessの設定
C:\Users\taro\Documents\WindowsPowerShell以下のMicrosoft.PowerShell_profile.ps1にて以下のように設定をする。詳しくはUNIX系のlessのドキュメントを参照の事。
$Env:LESSHISTFILE = $Env:AppData + "\PowerShell\_lesshst" $Env:LESS="-q" Import-Module Pscx -arg ~\Documents\WindowsPowerShell\Pscx.UserPreferences.ps1
man of less
http://linuxjm.sourceforge.jp/html/GNU_less/man1/less.1.html
lessの設置場所
C:\Program Files (x86)\PowerShell Community Extensions\Pscx3\Pscx\Apps\less.exe
参考
http://www.lincolnblog.net/PowerShell-Community-Extensions-PSCX.ashx