diff options
author | Marc Cornellà <marc.cornella@live.com> | 2020-06-17 11:26:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 11:26:39 +0200 |
commit | d47447a5e63715ae6ab6c2f46924dc8766c8e746 (patch) | |
tree | f45a6695790837440456df9eb01be9bd73232469 /plugins/osx/README.md | |
parent | 3f6e87df15104484219c04828b2eddd6d09ee065 (diff) | |
download | zsh-d47447a5e63715ae6ab6c2f46924dc8766c8e746.tar.gz zsh-d47447a5e63715ae6ab6c2f46924dc8766c8e746.tar.bz2 zsh-d47447a5e63715ae6ab6c2f46924dc8766c8e746.zip |
osx: refactor plugin and add a few features (#9026)
Co-authored-by: Capybara <git.capybara@gmail.com>
Co-authored-by: drootang <drootang@users.noreply.github.com>
Co-authored-by: Augusto Souza <augustorsouza@gmail.com>
Co-authored-by: PatrBal <44707588+PatrBal@users.noreply.github.com>
Diffstat (limited to 'plugins/osx/README.md')
-rw-r--r-- | plugins/osx/README.md | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/osx/README.md b/plugins/osx/README.md index 50e9e7f21..ecc9327d0 100644 --- a/plugins/osx/README.md +++ b/plugins/osx/README.md @@ -22,14 +22,17 @@ Original author: [Sorin Ionescu](https://github.com/sorin-ionescu) | `pfs` | Return the current Finder selection | | `cdf` | `cd` to the current Finder directory | | `pushdf` | `pushd` to the current Finder directory | +| `pxd` | Return the current Xcode project directory | +| `cdx` | `cd` to the current Xcode project directory | | `quick-look` | Quick-Look a specified file | | `man-preview` | Open a specified man page in Preview app | -| `showfiles` | Show hidden files | -| `hidefiles` | Hide the hidden files | -| `itunes` | DEPRECATED. Use `music` from macOS Catalina on | +| `showfiles` | Show hidden files in Finder | +| `hidefiles` | Hide the hidden files in Finder | +| `itunes` | _DEPRECATED_. Use `music` from macOS Catalina on | | `music` | Control Apple Music. Use `music -h` for usage details | | `spotify` | Control Spotify and search by artist, album, track… | | `rmdsstore` | Remove .DS\_Store files recursively in a directory | +| `btrestart` | Restart the Bluetooth daemon | ## Acknowledgements |