1. 16 1月, 2017 1 次提交
  2. 09 1月, 2017 1 次提交
  3. 05 1月, 2017 1 次提交
  4. 04 1月, 2017 1 次提交
  5. 02 1月, 2017 1 次提交
  6. 31 12月, 2016 2 次提交
    • R
      Improve UX for Spotify quit command in osx plugin (#5726) · ff5629e6
      Ryan Brushett 提交于
      * 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
    • M
      9dab3c67
  7. 30 12月, 2016 16 次提交
  8. 18 12月, 2016 7 次提交
  9. 15 12月, 2016 3 次提交
    • M
      docker: update completion (upstream 2fe62f2) · 67dad45b
      Marc Cornellà 提交于
      Closes #5683
      67dad45b
    • A
      add dotenv plugin (#4373) · 8d35fa0e
      Arthur 提交于
      8d35fa0e
    • E
      gradle: extract simple task names from subproject tasks (#5704) · 3b13dc07
      Erik Zivkovic 提交于
      Currently, only tasks with complete subproject specifier are added to
      .gradletasknamecache. Gradle commands can be called for all (sub-)projects
      they are defined for, using their name as defined in the subproject, here
      called "simple" task names. One example is "gradle clean".
      
      This patch adds support for parsing out those "simple" task names from the list
      of fully specified task names. The .gradletasknamecache file will contain
      both the fully specified names, and the "simple" names for your autocompletion
      pleasure.
      3b13dc07
  10. 09 12月, 2016 1 次提交
  11. 08 12月, 2016 1 次提交
  12. 30 11月, 2016 1 次提交
  13. 29 11月, 2016 1 次提交
  14. 24 11月, 2016 1 次提交
  15. 16 11月, 2016 2 次提交