An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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