- 12 Jul, 2019 3 commits
-
-
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.
-
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.
-
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.
-
- 11 Jul, 2019 1 commit
-
-
Adriaan Knapen authored
-
- 01 Jul, 2019 2 commits
-
-
Robby Russell authored
After wandering into a few articles that discuss the difference between might and may...opting for may.
-
Jackson Delahunt authored
Redirect stderr to avoid printing errors to the console when the ssh key is not unlocked.
-
- 27 Jun, 2019 1 commit
-
-
Jacky Wu authored
-
- 26 Jun, 2019 1 commit
-
-
tom-apfm authored
Add better usage instructions for the plugin which actually work
-
- 15 Jun, 2019 6 commits
-
-
Jason Schwerberg authored
-
Marc Cornellà authored
-
Nicholas Wehr authored
-
Sung Won Cho authored
-
Robby Russell authored
Just add aliases for PVC actions.
-
SomeDer authored
* git: add `alias grev="git revert"` * Swapping double for single quotes Matching the conventions in the plugin
-
- 14 Jun, 2019 1 commit
-
-
Crackpot authored
-
- 12 Jun, 2019 1 commit
-
-
Viktor Fonic authored
-
- 11 Jun, 2019 2 commits
-
-
Marc Cornellà authored
* Clean up plugin and README * Rename ag to age to avoid conflict with The Silver Searcher Fixes #3866
-
Marc Cornellà authored
* Use double quotes to cache value of $apt_pref and $apt_upgr * Clean up and fix syntax of command checks * Clean up README and document $apt_pref/$apt_upgr overriding mechanism * Rename `ag` alias (apt upgrade) to `au` * Clean up README and fix syntax Fixes #3686 Fixes #4660 Closes #5906 Co-authored-by: Noah Vesely <fowlslegs@riseup.net>
-
- 10 Jun, 2019 1 commit
-
-
Marc Cornellà authored
-
- 09 Jun, 2019 2 commits
-
-
Ryan Greenblatt authored
Zsh may be configured such that ">>" will error if the file doesn't exist (`setopt noclobber`).
-
Marc Cornellà authored
tput is error-prone and may not be needed, since all the formatting codes used are standard across all types of terminals.
-
- 08 Jun, 2019 1 commit
-
-
Felipe Contreras authored
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
- 07 Jun, 2019 2 commits
-
-
Roger Steneteg authored
-
Felipe Contreras authored
* gitfast: use $OSTYPE again In the last update to upstream this was reverted: a56eac7a (Use OSTYPE instead of uname whenever possible for better speed. (#5496)) Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> * gitfast: simplify plugin No need to set and unset a variable we use once. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> * gitfast: add script to update from upstream This would make easier the process of updating, and also not miss our patches. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> * gitfast: update to upstream v2.21 Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-
- 03 Jun, 2019 16 commits
-
-
Marc Cornellà authored
installer: fix, refactor and add installer arguments
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
tput may throw errors on invalid $TERM values, for example. This shorthand syntax allows for that as well as for if tput doesn't exist.
-
Zach Whitten authored
Co-authored-by: Antonio QUINTAVALLE <antonio.quintavalle@amadeus.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Co-authored-by: Liquidsoul <liquidsoul@liquidsoul.fr> Co-authored-by: Alexander Polynomdivision <digitalmail555@googlemail.com> Co-authored-by: loket <loket@cruftlab.io> Co-authored-by: Connor Demille <subtlepseudonym@gmail.com>
-
Marc Cornellà authored
Co-authored-by: Joel Kuzmarski <leoj3n@gmail.com>
-
Marc Cornellà authored
Co-authored-by: Marshall Ford <inbox@marshallford.me> Co-authored-by: Joel Kuzmarski <leoj3n@gmail.com>
-
Andrew Janke authored
-
Marc Cornellà authored
Supposed to be POSIX-compatible. Proved to work in dash, yash and whatever alpine uses. See https://unix.stackexchange.com/a/371873
-
Marc Cornellà authored
-
Andrew Janke authored
This facilitates testing of changes to the core installation code: you'll be able to do a roundtrip test of install and uninstall using the working code on your branch. Controlled by passing $REPO and $BRANCH environment variables to install.sh.
-
Marc Cornellà authored
This changes the behavior to default to the binary found first in $PATH, then checking it's actually in the shells file (/etc/shells). If that fails go back to the previous behavior, but actually check that the path obtained exists in the filesystem. Co-authored-by: Joel Kuzmarski <leoj3n@gmail.com>
-