刚刚使用Pythonista安装了一个stash,使用这个工具,可以使用pythonista直接运行一个Shell,其中也有很多的命令
alias.py - Define or print aliases
cat.py - Print contents of file
cd.py - Change current directory
clear.py - Clear console
cowsay.py - configurable speaking cow
cp.py - Copy file
crypt.py - File encryption using AES in CBC mode
curl.py - Transfer from an URL
cut.py - Cut out selection portions of each line of a file
dropbox_setup.py - Configure dropbox accounts for other commands
du.py - Summarize disk usage of the set of FILEs, recursively for directories
easy_config.py - UI for configuring stash
echo.py - Output text to console
edit.py - Open any text type files in Pythonista editor
find.py - Powerful file searching tool
fg.py - Bring a background job to foreground
ftpserver.py - A simple FTP server
gci.py - Interface to Python's built-in garbage collector
gh.py - GitHub interface
git.py - Git client ported from shellista
grep.py - search contents of file(s)
head.py - Display first lines of a file
httpserver.py - A simple HTTP server with upload function (ripped from https://gist.github.com/UniIsland/3346170)
jobs.py - List all jobs that are currently running
kill.py - Terminate a running job
latte.py - package manager
ls.py - List files
mail.py - Send emails with optional file attachment
man.py - Show help message (docstring) of a given command
mc.py - Easily work with multiple filesystems (e.g. local and FTP) synchronously.
md5sum.py - Print or check MD5 checksums
mkdir.py - Create directory
monkeylord.py - Manage monkey patches with the goal to make Pythonista more viable
more.py - Display output one screen page at a time
mount.py - Mount filesystems
mv.py - Move file
openin.py - Show the open in dialog to open a file in external apps.
pbcopy.py - Copy to iOS clipboard
pbpaste.py - Paste from iOS clipboard
ping.py - Ping remote hosts
pip.py - Search, download, install, update and uninstall pure Python packages from PyPI.
printenv.py - List environment variables
printhex.py - Print hexadecimal dump of the given file
pwd.py - Print current directory
python.py - Run python scripts or modules
python3.py - Run python3 scripts or modules
quicklook.py - iOS quick look for files of known types
rm.py - delete (remove) file
rmdir.py - delete (remove) directories
scp.py - Copy files from/to remote servers.
selfupdate.py - Update StaSh from its GitHub repo
sha1sum.py - Print of check SHA1 checksums
sha256sum.py - Print of check SHA256 checksums
sort.py - Sort a list, also see unique
source.py - Evaluate a script in the current environment
ssh.py - SSH client to either execute a command or spawn an interactive session on remote servers. pyte is used for terminal emulation and gives the command the feel of a full-fledged SSH client.
ssh-keygen.py - Generate RSA/DSA SSH Keys.
stashconf.py - Change StaSh configuration on the fly
tail.py - Print last lines of a FILE.
tar.py - Manipulate archive files
touch.py - Update timestamp of the given file or create it if not exist
totd.py - Print a random tip
umount.py - Unmount filesystems
uniq.py - Remove duplicates from list, also see sort
unzip.py - Unzip file, also see zip
version.py - Show StaSh installation and version information
wc.py - Line, word, character counting
webviewer.py - Open a url in the webbrowser
wget.py - get data from the net
whatis.py - Show a description for some of the commands
which.py - Find the exact path to a command script
wol.py- Wake on LAN using MAC address for launching a sleeping system
xargs.py - Command constructing and executing utility
zip.py - Zip file, also see unzip