1. 01 Nov, 2017 4 commits
  2. 24 Sep, 2017 1 commit
  3. 22 Jun, 2017 1 commit
  4. 07 Jun, 2017 1 commit
  5. 03 May, 2017 1 commit
  6. 21 Apr, 2017 1 commit
  7. 30 Mar, 2017 12 commits
  8. 16 Mar, 2017 5 commits
  9. 27 Feb, 2017 1 commit
  10. 26 Feb, 2017 1 commit
  11. 23 Feb, 2017 4 commits
  12. 20 Feb, 2017 2 commits
  13. 15 Jan, 2017 1 commit
  14. 09 Jan, 2017 1 commit
  15. 05 Jan, 2017 1 commit
  16. 04 Jan, 2017 1 commit
  17. 02 Jan, 2017 1 commit
  18. 30 Dec, 2016 1 commit
    • Ryan Brushett's avatar
      Improve UX for Spotify quit command in osx plugin (#5726) · ff5629e6
      Ryan Brushett authored
      * Improve UX for Spotify commands in osx plugin
      
      Spotify command UX is a bit weak for people who live and work almost entirely in shells.
      - `spotify quit` should not open Spotify if it is not already running. Should confirm that Spotify is indeed not running.
      - `spotify quit` should not blow away the user's shell once Spotify is quit. This can be a disruption to work flow.
      
      This PR looks to add a few little checks which will help improve this experience.
      This PR also adds a space to line 477 between `break` and `;;` for consistency. Doesn't seem like a big enough change to put in its own PR.
      
      * Rearranging output as per peer feedback
      
      * osx plugin's spotify: change quitting w/ closing
      
      Closing is more idiomatic English.
      ff5629e6