mattmc3 085ab11646 osx: Add trash function 11 maanden geleden
..
functions 085ab11646 osx: Add trash function 7 maanden geleden
README.md 1ff9421f7b general: Update documentation better qualifying runcom paths 3 jaren geleden
init.zsh d5bef142d4 Fix missing dependency on helper module for helpers added in #1793 (#1811) 4 jaren geleden

README.md

OSX

Defines macOS aliases and functions.

This module must be loaded before the completion module so that the provided completion definitions are loaded automatically by completion module.

Settings

Dash Keyword

To change the keyword used by mand to open man pages in Dash.app from its default value of 'manpages', add the following line in ${ZDOTDIR:-$HOME}/.zpreztorc and replace the keyword with the one configured in Dash.app.

zstyle ':prezto:module:osx:man' dash-keyword 'keyword'

Aliases

  • cdf changes the current working director to the current Finder directory.
  • pushdf pushes the current working directory onto the directory queue and changes the current working director to the current Finder directory.

Functions

  • mand opens man pages in Dash.app.
  • manp opens man pages in Preview.app.
  • pfd prints the current Finder directory.
  • pfs prints the current Finder selection.
  • tab creates a new tab (works in both Terminal and iTerm.app).
  • ql previews files in Quick Look.
  • osx-rm-dir-metadata deletes .DS_Store, __MACOSX cruft.
  • osx-ls-download-history displays the macOS download history.
  • osx-rm-download-history deletes the macOS download history.

Authors

The authors of this module should be contacted via the issue tracker.