Simon Hartcher
|
49bd9b637d
|
Add tests for shim
Refactored rm_shims into two functions rm_shims and rm_shim
Added tests for shim and rm_shim
Added test for quote in username (#196)
|
2015-04-12 21:15:50 +10:00 |
|
Luke Sampson
|
7a243c72f6
|
fix mkdir function
|
2015-03-11 13:18:15 +10:00 |
|
Simon Hartcher
|
2581bd8c53
|
Add missing commands to alias
|
2015-03-11 13:55:40 +11:00 |
|
Simon Hartcher
|
afa8166e81
|
Added functions as aliases for powershell commands
Fixes #183
|
2015-03-11 13:52:30 +11:00 |
|
Luke Sampson
|
2a3427bdd7
|
fix for install where username contains spaces (see #128)
|
2014-07-16 10:56:37 +10:00 |
|
Luke Sampson
|
df1567c778
|
workarounds for windows not handling 'long' (260 char) paths (see #127)
|
2014-07-10 02:38:42 +10:00 |
|
Luke Sampson
|
bf02a335d9
|
Use Scoop/1.0 user agent for downloads
|
2014-05-26 09:38:14 +10:00 |
|
Luke Sampson
|
655e346999
|
experimental path override for #52
|
2014-03-25 12:28:37 +10:00 |
|
Luke Sampson
|
69c11d449a
|
Revert "updated for new color naming in concfg (see lukesampson/concfg#3"
This reverts commit d4ff02bbef.
|
2014-03-17 18:08:33 +10:00 |
|
Luke Sampson
|
d4ff02bbef
|
updated for new color naming in concfg (see lukesampson/concfg#3
|
2014-03-17 15:58:49 +10:00 |
|
Luke Sampson
|
31410a12ba
|
fix for unzip when .NET version pre 4.5: ensure output directory exists first (issue #80)
|
2014-03-16 10:05:11 +10:00 |
|
Luke Sampson
|
619a7a1b05
|
cache show: handle 1 file
|
2014-03-03 17:52:55 +10:00 |
|
Luke Sampson
|
5e0b74630e
|
improved comment
|
2014-02-21 19:57:38 +10:00 |
|
Luke Sampson
|
ac2716eacb
|
tidy-up
|
2014-02-21 19:57:02 +10:00 |
|
Luke Sampson
|
307ec93568
|
remove test
|
2014-02-21 19:47:26 +10:00 |
|
Luke Sampson
|
14625e0087
|
unzip: fall back to shell COM object if .NET earlier than 4.5 (#66)
|
2014-02-21 19:46:36 +10:00 |
|
Luke Sampson
|
e06fdf784f
|
abort if unzip fails
|
2014-01-17 08:51:15 +10:00 |
|
Luke Sampson
|
3b90306472
|
allow alias and arguments for shims
|
2014-01-12 15:46:59 +10:00 |
|
Luke Sampson
|
5c52166fcd
|
add .exe shims for programs that only look for .exes (e.g. tar calling gzip)
|
2014-01-05 16:25:16 +10:00 |
|
Luke Sampson
|
753c933ee2
|
for cmd shims, resolve path because cmd can't interpret ~
|
2014-01-02 14:20:33 +10:00 |
|
Luke Sampson
|
7909e692b6
|
scoop update: auto-install missing dependencies
|
2014-01-01 08:40:37 +10:00 |
|
Luke Sampson
|
634464e3de
|
simpler, faster unzip (5x speedup, see #35)
|
2013-12-02 12:33:40 +10:00 |
|
Luke Sampson
|
a572724710
|
fix typo that caused paths not to be removed on uninstall
|
2013-11-12 09:21:23 +10:00 |
|
Luke Sampson
|
86ada69289
|
fix for #27: don't assume English when checking for elevation
|
2013-11-08 08:43:21 +10:00 |
|
Luke Sampson
|
3430bd6a43
|
Fix for #23: 'scoop which' doesn't return a valid path when home dir is a root path (e.g. H:\)
|
2013-11-07 11:15:53 +10:00 |
|
Luke Sampson
|
a21a2d2f1f
|
word-wrap for notes, add note to sudo
|
2013-10-17 12:20:39 +10:00 |
|
Luke Sampson
|
37c67784aa
|
shim powershell scripts so they're accessible from cmd.exe
|
2013-09-25 12:53:04 +10:00 |
|
Luke Sampson
|
d05491f661
|
also shim .cmd/.bat for cmd.exe (not just .exe)
|
2013-09-23 16:12:56 +10:00 |
|
Luke Sampson
|
5eec4b8355
|
make .ps1 shims work the same as .cmd shims
|
2013-09-04 12:16:46 +10:00 |
|
Luke Sampson
|
4d466c41ff
|
typo
|
2013-09-04 12:13:01 +10:00 |
|
Luke Sampson
|
2182181857
|
fix for last commit
|
2013-09-04 12:11:54 +10:00 |
|
Luke Sampson
|
e089fdf193
|
fix msys .cmd shim
|
2013-09-04 12:09:35 +10:00 |
|
Luke Sampson
|
a0bbf07953
|
tweaking msys/cmd/local-system edge case
|
2013-09-04 11:47:45 +10:00 |
|
Luke Sampson
|
d13039095c
|
fix for last commit
|
2013-09-04 11:36:46 +10:00 |
|
Luke Sampson
|
c5179fbaf5
|
edge case for MSYS shims running as system (don't try to set $HOME)
|
2013-09-04 11:32:44 +10:00 |
|
Luke Sampson
|
98a10aa3c9
|
revert last commit: didn't help
|
2013-09-04 10:54:18 +10:00 |
|
Luke Sampson
|
80154fa19e
|
don't include trailing slash when setting $HOME for MSYS progs
|
2013-09-04 10:51:31 +10:00 |
|
Luke Sampson
|
9ee42e7c0a
|
refactor installed_apps, more reorg for global
|
2013-09-01 12:41:54 +10:00 |
|
Luke Sampson
|
4247981ccd
|
change position of param to env func so that it actually works
|
2013-08-30 20:50:40 +10:00 |
|
Luke Sampson
|
7106fcadae
|
fix shims for global install
|
2013-08-30 20:24:57 +10:00 |
|
Luke Sampson
|
8725524f42
|
fix hash
|
2013-08-30 20:11:58 +10:00 |
|
Luke Sampson
|
555e189d33
|
beginning refactoring for global installs
|
2013-08-30 16:58:20 +10:00 |
|
Luke Sampson
|
4f0b1b91c1
|
support setting environment variables (and removing them on uninstall)
|
2013-07-22 21:36:43 +10:00 |
|
Luke Sampson
|
f3d4d2cf0b
|
less verbose 7zip extraction, only do .cmd shim for .exe, ensure C:\Users\luke set for all shims
|
2013-07-18 12:40:27 +10:00 |
|
Luke Sampson
|
f2c6d2a7b7
|
.cmd shim use OEM encoding
|
2013-07-17 18:00:36 +10:00 |
|
Luke Sampson
|
5717f21591
|
create .cmd shim as well as .ps1 for native apps to use
|
2013-07-17 17:00:56 +10:00 |
|
Luke Sampson
|
682a99f900
|
winmerge 2.14.0
|
2013-07-12 16:45:24 +10:00 |
|
Luke Sampson
|
402c80459c
|
renamed 'resolve' to 'relpath', and 'full_path' to 'fullpath'
|
2013-07-02 20:59:04 +10:00 |
|
Luke Sampson
|
1f2ead16f8
|
better colored messages, to work well with Solarized imported with consp
|
2013-06-30 22:34:08 +10:00 |
|
Luke Sampson
|
c7b0425301
|
rename scoop/shim to scoop/shims, remove_from_path handles current session as well
|
2013-06-27 16:06:32 +10:00 |
|