https://github.com/mwilliammyers/plugin-osx
plugin to add some common OS X related aliases and functions.
https://github.com/mwilliammyers/plugin-osx
Last synced: 4 months ago
JSON representation
plugin to add some common OS X related aliases and functions.
- Host: GitHub
- URL: https://github.com/mwilliammyers/plugin-osx
- Owner: mwilliammyers
- License: mit
- Created: 2015-06-14T20:11:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-31T08:15:39.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T23:11:46.347Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - osx - Add some common macOS related aliases and functions. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - osx - Add some common macOS related aliases and functions. (Plugins / ZSH on Windows)
- awesome-zsh-plugins - osx - Add some common macOS related aliases and functions. (Plugins / Zinit (née zplugin))
README
plugin-osx
==========
Collection of OS X related functions for use with [fish] & [zsh]
## install
```
dotstrap install mkwmms/plugin-osx
```
see: [dotstrap]
## functions
#### ql ([fish] only at the moment)
OSX's quick look on the command line. Just opens a preview for whatever, escape closes it.
```
$ ql img.png
```
## acknowledgements
[brigand/fish-functions](https://github.com/brigand/fish-functions)
[zsh]: http://zsh.sourceforge.net
[fish]: http://fishshell.com/
[dotstrap]: https://github.com/mkwmms/dotstrap