summaryrefslogtreecommitdiff
path: root/plugins/osx/README.md
AgeCommit message (Collapse)Author
2021-11-17fix(osx): deprecate `osx` plugin without symlink (#10428)Marc Cornellà
Fixes #10428
2021-11-05refactor(osx): Rename osx plugin to macos (#10341)Jonathan Batchelor
Apple changed the name of their operating system from OS X to macOS a number of years ago. This was overdue! As per issue #10311 * refactor(osx): rename `osx` plugin to `macos` * refactor(macos): Add symbolic link from old `osx` plugin name.
2021-10-20feat(osx): add `freespace` command to clean purgeable disk space (#8762)Rob Vadai
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2020-06-17osx: refactor plugin and add a few features (#9026)Marc Cornellà
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>
2020-03-11Clean up plugin READMEs and a few pluginsMarc Cornellà
- fasd - history - mercurial - pylint - repo - yii2
2019-11-15osx: modify itunes function to support Apple Music (#8372)James Jensen
Change `itunes` to `music`, as iTunes was renamed to Music in _**macOS** Catalina 10.15_ Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-05-09osx: update spotify to v2.1 (#7820)DT
2018-10-17osx: fix typo in README (#7283)Josh Parnham
2018-09-10osx: add function to remove .DS_Store files (#7008)Matthieu PETIOT
rmdsstore removes .DS_Store files recursively in the current directory by default, or for the given directories.
2017-12-14Replace spotify command in the osx plugin with a more recent copy of the ↵Harish Narayanan
upstream project (#6419) * Remove older shpotify code from the macOS plugin * Add Shpotify 2.0.1 from the upstream repository at https://github.com/hnarayanan/shpotify/releases/tag/2.0.1 * Wrap the Shpotify script in a function and import into the macOS plugin * Fix import path of the shpotify script * Add shpotify permission notice in the macos plugin rREADME * Merge with the upstream shpotify project - Fix playlist playback - Add a 'stop' command
2016-09-01readme updatedmahi97
2016-08-24Added documentation for undocumented OSX plugin commands (#5338)Ivan Eisenberg
* updated OSX plugin docs
2016-08-14Enhancement: Show/Hide OSX hidden files 💯 (#5275)Ahmad Awais
2016-06-16Add README for OSX plugin and refactor plugin fileMarc Cornellà