A bunch of new pages:
common/: dig, gzip, rm, sort, zfs, zpool
linux/: apt-get, shutdown
osx/: airport, caffeinate, diskutil, networksetup open, pgrep, qlmanage, say, shutdown, sysctl, system_profiler
Edits to existing pages:
curl: Added simple download example
find: Added iname and size exmaples
grep: Edited -c description
ps: Added wide lines example
ssh: edited -D description, added simple port forwarding example
unzip: added list option
2014-02-10 21:36:05 +01:00
|
|
|
# qlmanage
|
|
|
|
|
|
|
|
> QuickLook server tool
|
|
|
|
|
|
|
|
- displays QuickLook for one or multiple files
|
|
|
|
|
|
|
|
`quicklook -p {{filename}} {{filename2}}`
|
|
|
|
|
|
|
|
- Compute 300px wide PNG thumbnails of all JPEGs in the current directory and put them in a directory.
|
|
|
|
|
2014-02-10 22:18:10 +01:00
|
|
|
`quicklook *.jpg -t -s 300 {{/existing//thumbnail/directory}}`
|