Skip to content

Instantly share code, notes, and snippets.

@dohzoh
Last active February 19, 2018 02:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dohzoh/75eab6bd7a46d3625ddcd332618e4518 to your computer and use it in GitHub Desktop.
Save dohzoh/75eab6bd7a46d3625ddcd332618e4518 to your computer and use it in GitHub Desktop.
Scoop経由でNYAGOSをインストール ref: http://qiita.com/dozo/items/9ec034281f70bd78a1f0
NYAOS とは、Windows,OS/2等で稼働する、 UNIXライクな日本語拡張コマンドラインシェルです。
UNIX ライクな行編集・ヒストリ機能
オープンソースソフトウェア(1~3 はGNU General Public License、4==NYAGOS は BSD License)
内蔵カラー ls
エイリアス・関数
キー割当てのカスタマイズ
ファイル名補完
NYAOS 4.x = NYAGOS (Nihongo Yet Another GOing Shell)
nyagosico.png Go言語 + Lua言語を使って、スクラッチから開発し直したものです。
Unicode に対応しており、現在のコードページ以外の文字も使用可能となりました。 https://github.com/zetamatta/nyagos/ にて公開中
PS> set-executionpolicy unrestricted -s cu
実行ポリシーの変更
実行ポリシーは、信頼されていないスクリプトからの保護に役立ちます。実行ポリシーを変更すると、about_Execution_Policies
のヘルプ トピック (http://go.microsoft.com/fwlink/?LinkID=135170)
で説明されているセキュリティ上の危険にさらされる可能性があります。実行ポリシーを変更しますか?
[Y] はい(Y) [A] すべて続行(A) [N] いいえ(N) [L] すべて無視(L) [S] 中断(S) [?] ヘルプ (既定値は "N"): Y
PS> scoop search
'main' bucket:
7zip (16.04)
ack (2.18)
acmesharp (0.8.1.0)
adb (26.0.0)
ag (2.1.0-1)
allure (2.3.5)
・・・
$ scoop install https://gist.githubusercontent.com/dohzoh/75eab6bd7a46d3625ddcd332618e4518/raw/b8e98b5f9e0c14317a9abbafe176081b0cf97438/nyagos.json
Installing 'nyagos' (4.2.2_1).
Loading nyagos-4.2.2_1-amd64.zip from cache
Checking hash of nyagos-4.2.2_1-amd64.zip... ok.
Extracting... done.
Linking ~\scoop\apps\nyagos\current => ~\scoop\apps\nyagos\4.2.2_1
Creating shim for 'nyagos'.
'nyagos' (4.2.2_1) was installed successfully!
{
"version": "4.2.2_1",
"license": "https://github.com/zetamatta/nyagos/blob/master/LICENSE",
"architecture": {
"32bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/4.2.2_1/nyagos-4.2.2_1-386.zip",
"hash": "5855334056e7dd0131979127bbcf4be5f4ebd69818a28f4851990ef5a593f39b"
},
"64bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/4.2.2_1/nyagos-4.2.2_1-amd64.zip",
"hash": "449b96217759e9f5b5eed78bdcb875b4e51494dd279af6027c20478f9848997e"
}
},
"homepage": "http://www.nyaos.org",
"bin": [
[
"nyagos.exe",
"nyagos"
]
], "checkver": {
"github": "https://github.com/zetamatta/nyagos"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/$version/nyagos-$version-386.zip"
},
"64bit": {
"url": "https://github.com/zetamatta/nyagos/releases/download/$version/nyagos-$version-amd64.zip"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment