Fortune
関連記事
Fortune は引用句データベースからランダムに痛烈・示唆的・頓馬・皮肉なメッセージを表示するシンプルなプログラムです。fortune コマンドラインユーティリティは、fortune-mod パッケージの一部です。
インストール
fortune-mod または fortune-mod-gitAUR パッケージをインストールしてください。
使用方法
ターミナルで以下のコマンドを実行:
$ fortune
It is Texas law that when two trains meet each other at a railroad crossing, each shall come to a full stop, and neither shall proceed until the other has gone.
インタラクティブシェルを起動したときにランダムな引用句を表示するには、シェルの rc 設定ファイルに fortune コマンドを追加してください:
#!/bin/bash # ~/.bashrc fortune
Dash を使用する場合:
#!/bin/dash # ~/.dashrc fortune
ターミナルにログインしたときにランダムな引用句を表示するには、シェルのプロファイル設定ファイルに fortune コマンドを追加してください:
#!/bin/mksh # ~/.profile fortune
Creating custom files
In order to create a custom file, you must first create a file containing the quotes. Between each quote you must add a line containing only the %
character. Save this file using whatever name you want, for example myquotes. Then, run strfile myquotes
in a terminal, in order to enable random access of the quotes. You can now access the quotes by executing fortune myquotes
in a terminal. For this command to work you must be on the same directory as the myquotes
and myquotes.dat
files. If you want your quotes to be accessible by just running the fortune
command, you must move both files into the /usr/share/fortune/
directory. If you want to make any changes to your file, repeat from the start.
Cowsay
アスキーアート#Cowsay を参照。
Ponysay
アスキーアート#Ponysay を参照。