1. 20 May, 2020 1 commit
  2. 16 May, 2020 1 commit
  3. 11 May, 2020 1 commit
  4. 01 May, 2020 1 commit
  5. 05 Apr, 2020 1 commit
  6. 05 Mar, 2020 1 commit
  7. 03 Mar, 2020 3 commits
  8. 02 Mar, 2020 1 commit
  9. 01 Mar, 2020 6 commits
  10. 28 Feb, 2020 2 commits
  11. 27 Feb, 2020 2 commits
  12. 24 Feb, 2020 1 commit
  13. 11 Feb, 2020 1 commit
  14. 10 Feb, 2020 1 commit
  15. 16 Jan, 2020 1 commit
  16. 19 Nov, 2019 1 commit
  17. 06 Nov, 2019 3 commits
  18. 16 Oct, 2019 1 commit
  19. 19 Sep, 2019 1 commit
    • Marc Cornellà's avatar
      Fix WSL check for WSL 2 and simplify nohup in open_command · 095d56b5
      Marc Cornellà authored
      WSL 2 changes the output of `uname -r`. For instance,
      
        WSL 1: 4.4.0-18980-Microsoft
        WSL 2: 4.19.67-microsoft-standard
      
      Since WSL 2 lowercases the M, we can match for the rest of the string
      which remains lowercase throughout both versions. Another option would
      be to match for both upper- and lower-case Ms, like that:
      
        $(uname -r) = *[Mm]icrosoft*
      
      Fixed use of nohup in open_command where it was only necessary for
      xdg-open (and actually harmful for cmd.exe in WSL 2). The current logic
      is simpler and more future-proof.
      095d56b5
  20. 19 Aug, 2019 1 commit
  21. 14 Jul, 2019 3 commits
  22. 12 Jul, 2019 3 commits
  23. 07 Jul, 2019 1 commit
  24. 06 Jul, 2019 1 commit
  25. 11 May, 2019 1 commit