1. 12 Jul, 2019 3 commits
    • Robert Estelle's avatar
      clipboard: Avoid unnecessary re-detection each time · 956ca639
      Robert Estelle authored
      Previously, OS detection would happen on each invocation. This makes it
      happen once (unless it fails, in which case it will try again on the
      next invocation).
      
      This has the additional benefit of localizing the platform-specific
      checks and commands, too, versus spreading them out in separate
      functions.
      956ca639
    • Robert Estelle's avatar
      clipboard: Reduce unnecessary special-casing on stdin · d8555476
      Robert Estelle authored
      Ideally the parameter would just be removed-users could always
      just do "clipcopy < some-file". but removing the parameter would break
      backwards compatibility.
      
      In any case, this simplifies the logic considerably.
      d8555476
    • Mark Coleman's avatar
      readme: document oneliner unattended installation command (#7983) · 29fb617e
      Mark Coleman authored
      The original suggestion for an unattended install downloads the installation script to a file, then runs that file with the --unattended argument. The install.sh file would be left behind after the suggested command was run.
      This change passes the --unattended argument directly into sh. So, it's a nice one-liner like the default installation script, and it doesn't leave a dangling install.sh script.
      29fb617e
  2. 11 Jul, 2019 1 commit
  3. 01 Jul, 2019 2 commits
  4. 27 Jun, 2019 1 commit
  5. 26 Jun, 2019 1 commit
  6. 15 Jun, 2019 6 commits
  7. 14 Jun, 2019 1 commit
  8. 12 Jun, 2019 1 commit
  9. 11 Jun, 2019 2 commits
  10. 10 Jun, 2019 1 commit
  11. 09 Jun, 2019 2 commits
  12. 08 Jun, 2019 1 commit
  13. 07 Jun, 2019 2 commits
  14. 03 Jun, 2019 16 commits