1. 30 Dec, 2016 3 commits
  2. 18 Dec, 2016 3 commits
  3. 17 Dec, 2016 4 commits
  4. 14 Dec, 2016 3 commits
    • Marc Cornellà's avatar
      docker: update completion (upstream 2fe62f2) · 67dad45b
      Marc Cornellà authored
      Closes #5683
      67dad45b
    • Arthur's avatar
      add dotenv plugin (#4373) · 8d35fa0e
      Arthur authored
      8d35fa0e
    • Erik Zivkovic's avatar
      gradle: extract simple task names from subproject tasks (#5704) · 3b13dc07
      Erik Zivkovic authored
      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
  5. 08 Dec, 2016 1 commit
  6. 29 Nov, 2016 1 commit
  7. 28 Nov, 2016 1 commit
  8. 23 Nov, 2016 1 commit
  9. 16 Nov, 2016 1 commit
  10. 11 Nov, 2016 2 commits
  11. 10 Nov, 2016 1 commit
  12. 02 Nov, 2016 6 commits
  13. 25 Oct, 2016 4 commits
  14. 17 Oct, 2016 1 commit
  15. 10 Oct, 2016 1 commit
  16. 09 Oct, 2016 1 commit
  17. 08 Oct, 2016 1 commit
  18. 07 Oct, 2016 1 commit
    • diego's avatar
      Add non 0 exit code for missing jump targets (#5500) · d69f2850
      diego authored
      This allows for the user to combine the jump command with something else. In my example cd and jump are now combined like this:
      
      ```bash
      jumpcd() {
              jump $1 > /dev/null || cd $1
      }
      alias cd="jumpcd"
      ```
      d69f2850
  19. 04 Oct, 2016 4 commits