pages.*: add standard translation (#9672)
* pages./: Automatically add alias pages Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages./: Automatically add links Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Fix false positives from script Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
8a51e0f5b8
commit
5257568887
@@ -1,7 +1,7 @@
|
||||
# ag
|
||||
|
||||
> Silver Searcher と呼ばれます。ack コマンドに似ていますが、より高速化を目指したコマンドです。
|
||||
> 詳しくはこちら: <https://github.com/ggreer/the_silver_searcher>.
|
||||
> 詳しくはこちら: <https://github.com/ggreer/the_silver_searcher>
|
||||
|
||||
- "foo"という文字列が含まれるファイルを検索し、コンテキスト内でマッチした行を出力する:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# aws configure
|
||||
|
||||
> AWS CLI の設定を管理します。
|
||||
> 詳しくはこちら: <https://docs.aws.amazon.com/cli/latest/reference/configure/>.
|
||||
> 詳しくはこちら: <https://docs.aws.amazon.com/cli/latest/reference/configure/>
|
||||
|
||||
- 対話形式で AWS CLI を設定する(新しい設定の作成、または既定の更新):
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> アマゾンウェブサービスの公式 CLI ツールです。
|
||||
> `aws S3` のようないくつかのサブコマンドには、使用方法についての独自のドキュメントがあります。
|
||||
> 詳しくはこちら: <https://aws.amazon.com/cli>.
|
||||
> 詳しくはこちら: <https://aws.amazon.com/cli>
|
||||
|
||||
- AWS コマンドラインを設定する:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# bg
|
||||
|
||||
> 一時停止していたジョブ(例. `Ctrl + Z` 使用時)を再開し、バックグラウンドで実行します。
|
||||
> 詳しくはこちら: <https://manned.org/bg>.
|
||||
> 詳しくはこちら: <https://manned.org/bg>
|
||||
|
||||
- 最も最近に一時停止されたジョブを再開し、バックグラウンドで実行する:
|
||||
|
||||
|
8
pages.ja/common/bundler.md
Normal file
8
pages.ja/common/bundler.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# bundler
|
||||
|
||||
> このコマンドは `bundle` のエイリアスです。
|
||||
> 詳しくはこちら: <https://bundler.io/man/bundle.1.html>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr bundle`
|
@@ -1,7 +1,7 @@
|
||||
# cd
|
||||
|
||||
> 現在の作業ディレクトリを変更します。
|
||||
> 詳しくはこちら: <https://manned.org/cd>.
|
||||
> 詳しくはこちら: <https://manned.org/cd>
|
||||
|
||||
- 指定したディレクトリへ移動する:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# chsh
|
||||
|
||||
> ユーザーのログインシェルを変更します。
|
||||
> 詳しくはこちら: <https://manned.org/chsh>.
|
||||
> 詳しくはこちら: <https://manned.org/chsh>
|
||||
|
||||
- カレントユーザーのログインシェルを対話的に変更する:
|
||||
|
||||
|
8
pages.ja/common/clamav.md
Normal file
8
pages.ja/common/clamav.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# clamav
|
||||
|
||||
> このコマンドは `clamdscan` のエイリアスです。
|
||||
> 詳しくはこちら: <https://www.clamav.net>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr clamdscan`
|
7
pages.ja/common/cron.md
Normal file
7
pages.ja/common/cron.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# cron
|
||||
|
||||
> このコマンドは `crontab` のエイリアスです。
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr crontab`
|
@@ -1,7 +1,7 @@
|
||||
# fg
|
||||
|
||||
> フォアグラウンドでジョブを実行する。
|
||||
> 詳しくはこちら: <https://manned.org/fg>.
|
||||
> 詳しくはこちら: <https://manned.org/fg>
|
||||
|
||||
- 最も最近に停止されたジョブまたはバックグラウンドジョブをフォアグラウンドで実行する:
|
||||
|
||||
|
8
pages.ja/common/fossil-ci.md
Normal file
8
pages.ja/common/fossil-ci.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# fossil-ci
|
||||
|
||||
> このコマンドは `fossil-commit` のエイリアスです。
|
||||
> 詳しくはこちら: <https://fossil-scm.org/home/help/commit>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr fossil-commit`
|
8
pages.ja/common/fossil-delete.md
Normal file
8
pages.ja/common/fossil-delete.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# fossil-delete
|
||||
|
||||
> このコマンドは `fossil rm` のエイリアスです。
|
||||
> 詳しくはこちら: <https://fossil-scm.org/home/help/delete>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr fossil rm`
|
8
pages.ja/common/fossil-forget.md
Normal file
8
pages.ja/common/fossil-forget.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# fossil-forget
|
||||
|
||||
> このコマンドは `fossil rm` のエイリアスです。
|
||||
> 詳しくはこちら: <https://fossil-scm.org/home/help/forget>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr fossil rm`
|
8
pages.ja/common/fossil-new.md
Normal file
8
pages.ja/common/fossil-new.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# fossil-new
|
||||
|
||||
> このコマンドは `fossil-init` のエイリアスです。
|
||||
> 詳しくはこちら: <https://fossil-scm.org/home/help/new>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr fossil-init`
|
8
pages.ja/common/gh-cs.md
Normal file
8
pages.ja/common/gh-cs.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# gh-cs
|
||||
|
||||
> このコマンドは `gh-codespace` のエイリアスです。
|
||||
> 詳しくはこちら: <https://cli.github.com/manual/gh_codespace>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr gh-codespace`
|
8
pages.ja/common/gnmic-sub.md
Normal file
8
pages.ja/common/gnmic-sub.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# gnmic-sub
|
||||
|
||||
> このコマンドは `gnmic subscribe` のエイリアスです。
|
||||
> 詳しくはこちら: <https://gnmic.kmrd.dev/cmd/subscribe>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr gnmic subscribe`
|
8
pages.ja/common/google-chrome.md
Normal file
8
pages.ja/common/google-chrome.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# google-chrome
|
||||
|
||||
> このコマンドは `chromium` のエイリアスです。
|
||||
> 詳しくはこちら: <https://chrome.google.com>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr chromium`
|
7
pages.ja/common/hx.md
Normal file
7
pages.ja/common/hx.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# hx
|
||||
|
||||
> このコマンドは `helix` のエイリアスです。
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr helix`
|
7
pages.ja/common/kafkacat.md
Normal file
7
pages.ja/common/kafkacat.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# kafkacat
|
||||
|
||||
> このコマンドは `kcat` のエイリアスです。
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr kcat`
|
8
pages.ja/common/lzcat.md
Normal file
8
pages.ja/common/lzcat.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# lzcat
|
||||
|
||||
> このコマンドは `xz` のエイリアスです。
|
||||
> 詳しくはこちら: <https://manned.org/lzcat>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr xz`
|
8
pages.ja/common/lzma.md
Normal file
8
pages.ja/common/lzma.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# lzma
|
||||
|
||||
> このコマンドは `xz` のエイリアスです。
|
||||
> 詳しくはこちら: <https://manned.org/lzma>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr xz`
|
7
pages.ja/common/nm-classic.md
Normal file
7
pages.ja/common/nm-classic.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# nm-classic
|
||||
|
||||
> このコマンドは `nm` のエイリアスです。
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr nm`
|
8
pages.ja/common/ntl.md
Normal file
8
pages.ja/common/ntl.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# ntl
|
||||
|
||||
> このコマンドは `netlify` のエイリアスです。
|
||||
> 詳しくはこちら: <https://cli.netlify.com>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr netlify`
|
7
pages.ja/common/ptpython3.md
Normal file
7
pages.ja/common/ptpython3.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ptpython3
|
||||
|
||||
> このコマンドは `ptpython` のエイリアスです。
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr ptpython`
|
7
pages.ja/common/python3.md
Normal file
7
pages.ja/common/python3.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# python3
|
||||
|
||||
> このコマンドは `python` のエイリアスです。
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr python`
|
7
pages.ja/common/rcat.md
Normal file
7
pages.ja/common/rcat.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# rcat
|
||||
|
||||
> このコマンドは `rc` のエイリアスです。
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr rc`
|
7
pages.ja/common/ripgrep.md
Normal file
7
pages.ja/common/ripgrep.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# ripgrep
|
||||
|
||||
> このコマンドは `rg` のエイリアスです。
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr rg`
|
8
pages.ja/common/todoman.md
Normal file
8
pages.ja/common/todoman.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# todoman
|
||||
|
||||
> このコマンドは `todo` のエイリアスです。
|
||||
> 詳しくはこちら: <https://todoman.readthedocs.io/>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr todo`
|
8
pages.ja/common/transmission.md
Normal file
8
pages.ja/common/transmission.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# transmission
|
||||
|
||||
> このコマンドは `transmission-daemon` のエイリアスです。
|
||||
> 詳しくはこちら: <https://transmissionbt.com/>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr transmission-daemon`
|
8
pages.ja/common/unlzma.md
Normal file
8
pages.ja/common/unlzma.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# unlzma
|
||||
|
||||
> このコマンドは `xz` のエイリアスです。
|
||||
> 詳しくはこちら: <https://manned.org/unlzma>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr xz`
|
8
pages.ja/common/unxz.md
Normal file
8
pages.ja/common/unxz.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# unxz
|
||||
|
||||
> このコマンドは `xz` のエイリアスです。
|
||||
> 詳しくはこちら: <https://manned.org/unxz>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr xz`
|
8
pages.ja/common/xzcat.md
Normal file
8
pages.ja/common/xzcat.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# xzcat
|
||||
|
||||
> このコマンドは `xz` のエイリアスです。
|
||||
> 詳しくはこちら: <https://manned.org/xzcat>
|
||||
|
||||
- オリジナルのコマンドのドキュメントを表示する:
|
||||
|
||||
`tldr xz`
|
Reference in New Issue
Block a user