1. 14 Dec, 2016 2 commits
    • 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
  2. 08 Dec, 2016 1 commit
  3. 29 Nov, 2016 1 commit
  4. 28 Nov, 2016 1 commit
  5. 23 Nov, 2016 1 commit
  6. 16 Nov, 2016 1 commit
  7. 11 Nov, 2016 2 commits
  8. 10 Nov, 2016 1 commit
  9. 02 Nov, 2016 6 commits
  10. 25 Oct, 2016 4 commits
  11. 17 Oct, 2016 1 commit
  12. 10 Oct, 2016 1 commit
  13. 09 Oct, 2016 1 commit
  14. 08 Oct, 2016 1 commit
  15. 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
  16. 04 Oct, 2016 6 commits
  17. 03 Oct, 2016 8 commits
  18. 02 Oct, 2016 1 commit