9
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

help(StaSh) v0.7.1

Last updated at Posted at 2018-09-06

英語がわからないので機械翻訳しました。

折りたたみについて機械翻訳のため日本語がおかしい場合のために原文を残してます。

- 参考サイト -
StaSh - Shell Like an Expert in Pythonista | omz:forum

- 関連記事 -
Pythonista 3 にStaSh をインストールする。 - Qiita

StaShで使用できるコマンド

alias

シェルエイリアスを一覧表示または定義する。 List or define shell aliases.
# cat
指定されたファイルの内容を出力します。 Print the contents of the given files.
# cd
現在の作業ディレクトリを変更します。 Change the current working directory.
# clear
StaShコンソール出力ウィンドウをクリアする Clear the stash console output window
# cowsay
アスキーアートの牛が喋る
# cp
ファイルまたはディレクトリをコピーします。複数のソースファイルを指定することができます。 Copy a file or directory. Multiple source files may be specified if the destination is
# crypt
StaShファイルの暗号化 File encryption for stash
# curl
URLを転送する Transfer a URL
# cut
各FILEから選択した行の部分を標準出力に出力します。 Print selected parts of lines from each FILE to standard output.
# dropbox_setup
Dropboxの設定を管理します。 manage your dropbox configuration.
# du
ディレクトリの再帰的なFILEのセットのディスク使用量を要約します。 Summarize disk usage of the set of FILEs, recursively for directories.
# easy_config
StaSh用のグラフィカルな設定マネージャ a graphical config manager for StaSh
# echo
すべての引数をスペースで区切ってstdoutに出力します。 Print all arguments to stdout, separated by spaces.
# edit
ファイルの作成/オープン/編集に使用します。 Used to create/open and edit files.
# exit
オプションで特定のステータスで現在のサブシェルを終了します。ない場合 Exit the current subshell, optionally with a specific status. If no
# fg
バックグラウンドジョブをフォアグラウンドに持ち込む。 Bring a background job to foreground.
# find
指定したパスでファイルを検索する Find files in specified paths
# ftpserver
シンプルなFTPサーバー Simple FTP Server
# gci
内蔵のガベージコレクタへのインタフェース Interface to pythons built-in garbage collector
# gh 使用法:
`gh [ ...]`
`gh (-h | --help)`
サポートされるコマンドは次のとおりです。
`gh fork フォークuser / repo`
`gh create は新しいレポを作成する`
`gh pull `プルリクエストを作成する
`gh list_keys`ユーザキーのリスト
`gh create_key []` githubにキーを追加する(存在しない場合は新しいキーを作成する)
すべてのコマンドについて、詳細なヘルプは`gh --help`を使用してください

注:keychainservice = 'stash.git.github.com'に格納されているキーチェーンユーザー/パスを想定しています。これはgitモジュールのデフォルトです。
<command> [<args> ...]

git

分散バージョン管理システム Distributed version control system
# grep
1つ以上のファイルの正規表現パターンを検索する Search a regular expression pattern in one or more files
# head
指定されたファイルの最初の10行を出力します。 Print the first 10 lines of the given files.
# httpserver
アップロードしたシンプルなHTTPサーバー(https://gist.github.com/UniIsland/3346170) Simple HTTP Server With Upload (https://gist.github.com/UniIsland/3346170)
# jobs
現在実行中のすべてのジョブをリストします。 List all jobs that are currently running.
# kill
実行中のジョブを終了します。 Terminate a running job.
# latte StaSh上に構築されたPythonista向けのパッケージマネージャ。 # ls
ファイルに関する情報を表示する(デフォルトではカレントディレクトリ) List information about files (the current directory by default)
# mail
StaShからメッセージ/ファイルを送信します。 Send messages/files from stash.
# man
$ STASH_ROOT / bin /またはトピック内のコマンドのヘルプを表示するか、名前が与えられていない場合はすべてのコマンドをリストします。 Display help for a command in $STASH_ROOT/bin/ or a topic, or list all commands if no name is given.
# mc
複数のファイルシステム(ローカルやFTPなど)との同期が簡単 easily work with multiple filesystems (e.g. local and FTP) synchronously
# md5sum
ファイルまたは文字列のmd5ハッシュを取得します。 Get md5 hash of a file or string.
# mkdir
新しいディレクトリを作成します。親ディレクトリは既に存在している必要がありますが、 Create a new directory. The parent directory must already exist,
# monkeylord
猿パッチを簡単に管理できます。セマンの猿のパッチを当てました。 easiliy manage monkey-patches. See 'man monkeypatching' for more help.
# more
一度に1画面の出力を表示する(任意に番号付きの行がある場合) Display output one screen page at a time (optionally with numbered lines)
# mount
ファイルシステムをマウントする。 mount a filesystem.
# mv
ファイルまたはディレクトリを新しい名前または新しい名前に移動(名前を変更)する Move (rename) a file or directory to a new name, or into a new
# openin
外部アプリでファイルを開きます。 Open file in an external app.
# pbcopy
1つ以上のファイルをシステムクリップボードにコピーする Copy one or more files to the system clipboard
# pbpaste
システムクリップボードの内容をファイルに書き込みます。 Writes the contents of the system clipboard to a file.
# ping リモートホストへのping # pip
Pythonパッケージのインストールと管理 Install and manage python packages
# printenv
現在の環境変数と値をリストします。 List current environment variables and values.
# printhex
指定されたファイルの内容と16進バイト値を出力します。 Print the given files' content and hexadecimal byte values.
# ptinstaller
Pythonista Tools GitHubリポジトリに登録されているツールをインストールするためのインストーラプログラム。 Installer program to help install tools registered on the Pythonista Tools GitHub repo.
# pwd
現在の作業ディレクトリを表示します。 Print the current working directory.
# python
pythonへのコンソール呼び出しをシミュレートします[-m module] [ - c cmd] [file] [args] Simulates a console call to python [-m module][-c cmd] [file] [args]
# python3
python3のコンソール呼び出しをシミュレートします[-m module] [ - c cmd] [file] [args] Simulates a console call to python3 [-m module][-c cmd] [file] [args]
# quicklook
クイックルックでファイルを開きます。 Open file in Quick Look.
# rm
ファイルとディレクトリを削除(削除)します。 Remove (delete) files and directories.
# rmdir
空のディレクトリを削除する Remove empty directory
# scp
安全なコピー - ローカルとリモートの間でファイルをコピーする Secure Copy - Copy files between local and remote
# selfupdate
GitHubリポジトリから自己更新StaSh。 Selfupdate StaSh from the GitHub repo.
# sha1sum
ファイルまたは文字列のsha1ハッシュを取得します。 Get sha1 hash of a file or string.
# sha256sum
ファイルまたは文字列のsha256ハッシュを取得します。 Get sha256 hash of a file or string.
# sort
標準入力または指定ファイルを標準出力にソートする Sort standard input or given files to standard output
# source
現在の環境のシェルスクリプトからコマンドを読み取り、実行します。 Read and execute commands from a shell script in the current environment.
# sqlite
sqlite3コマンドラインの後にモデル化されたsqlite3シェル。 sqlite3 shell modeled after sqlite3 command-line.
# ssh SSHクライアントは、コマンドを実行するか、リモートサーバー上で対話型セッションを起動します。 pyteは端末のエミュレーションに使用され、コマンドに本格的なSSHクライアントの感触を与えます。
StaShのためのOpenSSHクライアント。 OpenSSH client for stash.
# ssh-keygen
RSA / DSA SSH鍵を生成します。 Generates RSA/DSA SSH Keys.
# stashconf
StaShの設定オプションの表示と設定 List and set StaSh configuration options
# tail
指定されたファイルの最後の10行を出力します。 Print the last 10 lines of the given files.
# tar
tar、gzip、bz2のアーカイブを作成して展開します。 Create and extract tar, gzip, bz2 archives.
# telnet
シンプルなtelnetクライアント。 Simple telent client.
# totd
今日のヒント Tip of the day
# touch
指定されたファイルの変更時刻を更新し、 Update the modification times of the given files, and create them if
# translate ??? # umount
ファイルシステムをマウント解除します。 unmount a filesystem.
# uniq
繰返し行を省略して標準入力またはファイルを出力する Print standard input or files, omitting repeated lines
# unzip
zipアーカイブをディレクトリに展開します。 Extract a zip archive into a directory.
# version
このStaShインストールに関する情報を表示します。 Show information about this StaSh installation.
# wc
各FILEの改行、単語、およびバイト数、および行全体を表示するif Print newline, word, and byte counts for each FILE, and a total line if
# webviewer
指定されたURLをWebブラウザまたはApp内で開きます。 Opens the given URL in the webbrowser or an App.
# wget
URLからファイルをダウンロードする。 Download a file from a url.
# whatis マニュアルページデータベースの検索 # which
BIN_PATHでコマンドスクリプトを探します。コマンドが見つからない場合は出力されません。 Locate a command script in BIN_PATH. No output if command is not found.
# wol スリープシステムを起動するためのMACアドレスを使用したWake on LAN
使用法:wol.py [-h] [-i ip] [-p port] macアドレス[mac addresses ...]Wake on LAN using MAC address for launching a sleeping system
usage: wol.py [-h] [-i ip] [-p port] mac addresses [mac addresses ...]
# xargs
引数リストを作成してユーティリティを実行する Construct argument list(s) and execute utility
# youtube-dl
YouTube動画ダウンローダ YouTube video downloader
# zip
ファイルとディレクトリのパッケージ化と圧縮(アーカイブ) Package and compress (archive) files and directories
9
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?