https://github.com/jiro4989/scripts
自分用のスクリプト置き場。大多数はbashで書かれている
https://github.com/jiro4989/scripts
bash command git shell-script
Last synced: 2 months ago
JSON representation
自分用のスクリプト置き場。大多数はbashで書かれている
- Host: GitHub
- URL: https://github.com/jiro4989/scripts
- Owner: jiro4989
- License: mit
- Created: 2019-07-15T09:49:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T14:35:03.000Z (over 5 years ago)
- Last Synced: 2025-08-08T05:48:55.040Z (11 months ago)
- Topics: bash, command, git, shell-script
- Language: Shell
- Homepage:
- Size: 452 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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