An open API service indexing awesome lists of open source software.

https://github.com/jiro4989/scripts

自分用のスクリプト置き場。大多数はbashで書かれている
https://github.com/jiro4989/scripts

bash command git shell-script

Last synced: 2 months ago
JSON representation

自分用のスクリプト置き場。大多数はbashで書かれている

Awesome Lists containing this project

README

          

= scripts

image:https://travis-ci.org/jiro4989/scripts.svg?branch=master["Build Status", link="https://travis-ci.org/jiro4989/scripts"]

次郎の自分用スクリプト置き場。
全部bashで書かれている。

== Scripts

[options="header"]
|=================
|Script|Description
|color|ターミナル上で使える色のエスケープシーケンスの一覧を表示する
|rainbow|虹色を様々な書式で出力する
|5ktrillion|「5000兆円ほしい」を出力する
|thx|感謝の言葉を出力する
|dtimg|テキストをドット風の画像として出力する。 +
依存ツール: convert (ImageMagick), https://github.com/jiro4989/textimg[textimg]
|=================

== Install

以下のコマンドを実行する。

[source,bash]
----
./install.sh
----

あるいは、PATHを通すとか、シンボリックリンクでもよい。
それぞれは独立した単体のスクリプトなので、PATHの通っている場所にポン起きで動く。
よって、全部インストールする必要はない。
必要なコマンドだけ配置してもよい。

== LICENSE

MIT