「Fortune」の版間の差分
Kusanaginoturugi (トーク | 投稿記録) (→Cowsay: アスキーアートへの参照) |
Kusanaginoturugi (トーク | 投稿記録) |
||
51行目: | 51行目: | ||
===Ponysay=== |
===Ponysay=== |
||
+ | [[アスキーアート#Ponysay]] を参照。 |
||
− | 256色の cowsay のようなアートとして {{Pkg|ponysay}} があります (バージョン 3.0 には422体のポニーが収録されています)。構文は同じで、何か喋らせるときは {{ic|$ ponysay ''message''}} を使い、ポニーのリストを表示するには {{ic|ponysay -l}} を実行します。表示するポニーを選択したいときは、{{ic|$ ponysay --pony x "message"}} を実行してください。x はポニーに置き換えてください。もっと多くのポニーを作りたい場合は、{{AUR|util-say-git}} を使ってデスクトップと TTY 用にそれぞれ {{ic|~/.local/share/ponysay/ponies}} と {{ic|~/.local/share/ponysay/ttyponies/}} に保存してください。 |
||
== 参照 == |
== 参照 == |
2021年7月25日 (日) 13:59時点における版
関連記事
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 を参照。