mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

shell コマンドをコピペで試せますという例を置くとき,今までは見た目を揃えるために

% mkdir hoge
% cd hoge
hoge% touch foo

のようなプロンプトを含めた書き方をしていたのだけど,コピペで便利なように

mkdir hoge
cd hoge
touch foo

のような書き方のほうが嬉しいだろうか.みなさんのご意見ご感想改良点などあれば教えてください.

zunda

@niku cssを工夫するとプロンプトが見えてるけどコビーすると入力するコマンドだけになるようにできそうな気がします