Luke Sampson
ae3fdb62ce
add -i/--independent switch to install without dependencies (see #985 )
2016-08-15 06:55:51 +10:00
Luke Sampson
0bcb44a281
implement architecture-specific shims
2016-06-24 07:22:04 +10:00
Luke Sampson
291f6caf80
restore @deevus's relative paths ( fixes #443 )
2016-06-03 19:13:06 +10:00
Luke Sampson
68da60c2c9
use UTF8 encoding for shims for better handling of usernames containing special characters ( fixes #572 )
2016-06-03 18:00:40 +10:00
Luke Sampson
fb1dd522de
Fix 'scoop which' when username has space ( fixes #673 )
2016-06-03 17:24:05 +10:00
Luke Sampson
3553b2ec02
allow uninstalling multiple apps ( fixes #719 )
2016-06-03 15:22:26 +10:00
Luke Sampson
fad7fd5a25
fixes to #888 to match conventions
2016-06-03 14:14:35 +10:00
Luke Sampson
47c66aa977
Merge branch 'bucket-known' of git://github.com/wangzq/scoop into wangzq-bucket-known
2016-06-03 12:41:24 +10:00
wangzq
abbc571b62
Update usage
2016-06-03 11:17:40 +08:00
wangzq
4cf833364f
Add a new subcommand "list-known" to command "bucket"
2016-06-03 11:13:28 +08:00
Luke Sampson
e37577b072
handle username with space for git commands ( fixes #885 )
2016-06-02 22:54:02 +10:00
Luke Sampson
3e17a60bb0
reinstate download progress % indicator, along with new filesize display
2016-06-01 21:22:11 +10:00
Luke Sampson
376630fd80
Fix: first scoop update fails because scoop deletes itself too early (needs to call itself to get proxy config for git clone)
2016-06-01 09:09:02 +10:00
wangzq
92d75884f3
#864 Fix following issue when searching on a new Win10 ( #865 )
...
invoke-webrequest : The response content cannot be parsed because the Internet Explorer engine is not available, or Internet Explorer's first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again.
2016-05-25 09:20:54 +10:00
Luke Sampson
6e921e9b2f
allow .exe installers to access $global variable (see #854 )
2016-05-18 12:36:36 +10:00
Simon Hartcher
637480f5b8
Fix scoop not using proxy for git commands ( #843 )
...
Commands that call git from scoop will now pass proxy details. The
command is executed using `cmd` to avoid polluting the user's
environment as the variables set will die with the process.
Fixes #842
2016-05-09 17:55:05 +10:00
Luke Sampson
fff82e2d72
add architecture-specific support for pre- and post-install (see #783 )
2016-04-16 11:58:59 +10:00
Luke Sampson
d11582be6b
don't ignore --arch flag ( fixes #750 )
2016-03-23 20:52:26 +10:00
Chawye Hsu
6bf5ffa032
Use https protocol
...
...to prevent connection reset.
2016-02-28 16:41:14 +08:00
Ryan J. McDonough
280e4ecd81
Adding support for Start Menu shortcuts
2016-02-07 09:40:37 -05:00
Simon Hartcher
bea3189583
Add ability to search known buckets that haven't been added locally
...
By using githubs api we can search known buckets that haven't been added
to the local scoop instance. When a local search doesn't return any
results, other known buckets will be searched via github. If the rate
limit has been reached (60 per hour as of impl) the search won't occur.
2016-01-24 17:57:06 +11:00
Luke Sampson
bf024705a8
search: better handling for invalid query ( fixes #634
2016-01-14 17:16:00 +10:00
Roy Ivy III
6d9bca805f
whitespace cleanup
...
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00
Simon Hartcher
b68ccaa8f4
Fix scoop-which to support relative shims
...
Fixes #442
2015-07-27 18:47:48 +10:00
Simon Hartcher
bf4e92588c
Sanitise path when returning manifest path
...
Fixes #386
2015-07-24 14:04:38 +10:00
Simon Hartcher
53a3224b3a
Add --quiet opt to update command to suppress extraneous messages
2015-06-04 12:44:28 +10:00
Simon Hartcher
9e7bb98399
Add scoop-alias command
...
Fixes #377
2015-05-31 16:47:30 +10:00
Luke Sampson
bc1a8e4945
brute force fix for powershell alias problems
2015-05-11 20:17:59 +10:00
Luke Sampson
b103b80045
scoop which: handle double-quoted paths in shims ( fixes #358 )
2015-05-11 13:41:53 +10:00
Simon Hartcher
24347c2afb
Revert "Add ability to reset scoop (also adds Git Bash support)"
2015-05-10 12:05:11 +10:00
Simon Hartcher
3538788132
Add support for resetting scoop
2015-05-09 21:52:21 +10:00
Simon Hartcher
3e0b5293bc
Changed scoop-status to git fetch quietly
2015-04-04 15:45:52 +11:00
Simon Hartcher
ed3972ee75
Removed unused timestamp code
2015-04-04 14:58:04 +11:00
Simon Hartcher
735ee17571
Fixed status command. Added support for custom repo/branch.
2015-04-04 14:48:41 +11:00
Simon Hartcher
94ae0cc92a
Changed scoop update to use git for updating self
2015-04-04 14:22:23 +11:00
Simon Hartcher
2c31213431
Added simplistic nightly support
...
When an app versioned as "nightly" is installed (or updated),
the current date is appended to the version which changes the
version directory to nightly-yyyymmdd.
Fixes #181
2015-03-30 23:32:08 +11:00
Simon Hartcher
fe92dd7962
Added scoop-home command
...
`scoop home <app>` opens the homepage for the given app
2015-03-28 18:29:07 +11:00
Simon Hartcher
cecb04542c
Added --no-cache option to scoop update
...
Ignores cache when updating an app
2015-03-28 17:45:10 +11:00
Simon Hartcher
e6e4b7492f
Added support for custom commands
...
Custom commands `scoop-*` that are in the `$env:scoop\shims` directory
can now be run using scoop as well as the built-in commands
2015-03-26 18:24:28 +11:00
Simon Hartcher
2e420f6fe2
Fixed encoding for files created using scoop-create
2015-03-13 16:46:18 +11:00
Simon Hartcher
c5a753bf34
Bugfixes
...
* Abort when url is invalid
* Show usage when no url is provided
2015-03-11 20:14:19 +11:00
Simon Hartcher
5d8e1f8c3b
scoop-create command to help with creating app manifests
2015-03-11 17:58:55 +11:00
Luke Sampson
4d1b817731
fix for scoop search when an app contains a bin alias with no arguments (see lukesampson/scoop-extras#56 )
2014-12-24 11:09:27 +10:00
Luke Sampson
cb2ff446e6
fixes #189 : check for failed installs of dependencies and give a more useful error message if that's the case
2014-11-03 09:33:43 +10:00
Kody Brown
e24d27c57b
Merge remote-tracking branch 'upstream/master'
2014-10-23 17:39:19 -06:00
Luke Sampson
0d96c0139c
mention --force argument in help for update command
2014-10-12 19:04:45 +10:00
Luke Sampson
ce5b9878f0
better help summary for 'scoop status' (see #155 )
2014-08-31 09:12:44 +10:00
Kody Brown
1b024462e3
Added support for scoop export. Work in progress.
2014-08-26 16:40:20 -06:00
Kody Brown
0886589d9a
Changed the exit code to 1 when no apps were found (or none match the $query).
2014-08-26 16:39:20 -06:00
Kody Brown
62b9f5d6a1
Added --force option to update command. This is very particularly useful so I don't have to increment version numbers while creating scoop packages.
2014-08-16 13:39:10 -06:00