Commit Graph
133 Commits
Author SHA1 Message Date
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
Kody Brown 89dcbefbc5 Renamed pre_create_shims to pre_install. Much better. 2014-08-14 22:21:14 -06:00
Kody Brown c12463b12d Added call to before_create_shims to scoop-update.ps1?update(). 2014-08-14 20:31:28 -06:00
Luke Sampson cd5bfaecc8 use 'scoop update *' syntax (see #111), simplified switches for update 2014-08-15 08:47:14 +10:00
Kody Brown 75caced126 Added support for updating all apps at the same time. 2014-08-14 11:48:17 -06:00
Luke Sampson 95e2f51fe7 fix for #130 2014-07-21 14:37:09 +10:00
Luke Sampson 7041a3a576 fix for #122: 'scoop reset' incorrectly used ~ rooted paths for environment variables 2014-06-25 13:11:21 +10:00
Luke Sampson b4ab131d91 add proxy support, see #86 2014-05-12 12:42:55 +10:00
Luke Sampson 482f9b6637 add config command 2014-05-12 10:19:13 +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 1c40340f7c update now removes previous version's environment variables changes 2014-03-10 21:00:53 +10:00
Luke Sampson 619a7a1b05 cache show: handle 1 file 2014-03-03 17:52:55 +10:00
Luke Sampson 953a7ec78a better 'cache show': support [app] filter, formatting 2014-02-21 08:45:27 +10:00
Luke Sampson 3611921a69 scoop depends: reverse display order of dependencies so that the highest level dependencies are shown first 2014-01-03 14:10:20 +10:00
Luke Sampson ee69d7a76c fix depends when <app> is missing or not a manifest 2014-01-03 13:57:03 +10:00
Luke Sampson 79b04bb877 scoop status: report missing runtime dependencies 2014-01-01 09:22:12 +10:00
Luke Sampson 7909e692b6 scoop update: auto-install missing dependencies 2014-01-01 08:40:37 +10:00
Luke Sampson 4f2cd4bbf6 install: auto-install dependencies 2013-12-24 11:07:25 +10:00
Luke Sampson 8b78b14a06 Merge branch 'deps' 2013-12-23 09:18:20 +10:00
Luke Sampson 2d60282155 fix search so it includes bin matches from buckets other than main 2013-12-03 19:29:39 +10:00
Luke Sampson 634464e3de simpler, faster unzip (5x speedup, see #35) 2013-12-02 12:33:40 +10:00
Luke Sampson 08e55b916f Add 'scoop depends' command 2013-11-16 21:07:48 +10:00
Luke Sampson c782bc5fb1 do innounp for update 2013-10-04 15:50:25 +10:00
Luke Sampson b8f8c20b2d support unpacking innosetup files with innounp 2013-10-04 15:40:26 +10:00
Luke Sampson 16fbf80b1a check requirements (7zip so far) on update as well as install 2013-10-04 14:11:39 +10:00