Commit Graph
67 Commits
Author SHA1 Message Date
Luke Sampson 0d1961e4e7 fix check for 7zip required when app uses arch-specific URLs 2013-09-03 18:08:47 +10:00
Luke Sampson 0f222b74be support globally uninstalling scoop 2013-09-03 14:26:13 +10:00
Luke Sampson 67953ab1b6 update when not installed in specified location (global or user) should check if installed in other location and show helpful message 2013-09-03 13:54:02 +10:00
Luke Sampson b535c706a9 make update work with --global (or -g) 2013-09-03 13:18:33 +10:00
Luke Sampson 9dab00f2b8 scoop which shows friendly path even though full path is now stored in shim 2013-09-03 11:45:26 +10:00
Luke Sampson 78b54c170e for uninstall: show helpful message if not installed in the location specified (global or local) but it is installed in the other location 2013-09-03 11:30:39 +10:00
Luke Sampson 9fcd4215d1 make 'scoop which' work with global shims 2013-09-03 11:10:22 +10:00
Luke Sampson 47218ce863 use getopt for uninstall 2013-09-03 10:53:06 +10:00
Luke Sampson b7cfd6fdb0 getopt: return remaining args, use getopt for scoop install 2013-09-03 10:45:47 +10:00
Luke Sampson 358916beb3 scoop uninstall works with global 2013-09-02 09:53:04 +10:00
Luke Sampson 9fba05b309 fix scoop list ordering 2013-09-02 08:57:47 +10:00
Luke Sampson 86553ce4c0 change admin rights message 2013-09-02 08:45:53 +10:00
Luke Sampson df288ee739 scoop list works for global apps 2013-09-02 08:44:44 +10:00
Luke Sampson 9ee42e7c0a refactor installed_apps, more reorg for global 2013-09-01 12:41:54 +10:00
Luke Sampson cd9aebbf74 scoop install -global sorta works 2013-08-30 20:55:37 +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 f15d8bb1c0 fix 2013-08-30 09:41:54 +10:00
Luke Sampson 22414802c6 starting on -global flag for install 2013-08-30 09:29:12 +10:00
Luke Sampson cc1be78228 allow passing multiple apps to scoop install 2013-08-28 10:20:26 +10:00
Luke Sampson 2982dc5fea add scoop reset command 2013-08-27 16:14:20 +10:00
Luke Sampson 21f41903d8 scoop install <app> handles urls and paths as well as apps from buckets 2013-08-27 13:00:02 +10:00
Luke Sampson cb57c494ce rename *_env functions to env_* 2013-08-26 08:29:31 +10:00
Luke Sampson 20ff3ffac0 missing '.' 2013-08-22 22:09:49 +10:00
Luke Sampson e279fcbf0c fix in for loop leaking into outer scope 2013-08-15 21:47:33 +10:00
Luke Sampson c4301aa3c1 better uninstall? 2013-08-15 14:50:27 +10:00
Luke Sampson b7b918ae0a show message if user tries to run scoop uninstall scoop 2013-08-15 14:16:31 +10:00
Luke Sampson 7382e17561 convert spaces to tabs 2013-08-15 13:05:00 +10:00
Luke Sampson 01fa31e0f7 scoop search: show matching bin if applicable so that it's obvious why the app matches the query 2013-08-12 16:53:44 +10:00
Luke Sampson 82f8948869 make scoop search match bin files as well as app names 2013-08-12 15:02:53 +10:00
Luke Sampson 2c5a722d6e time command 2013-08-10 10:26:12 +10:00
Luke Sampson b6951e10bb don't show double-done when recursively extracting with 7zip, show version in brackets after install 2013-08-09 23:38:58 +10:00
Luke Sampson 862c39e93a scoop which: send errors to std error, output program path to std out whether it's a scoop shim or not 2013-08-09 13:39:58 +10:00
Luke Sampson 7189606518 scoop list [query] 2013-08-09 13:25:44 +10:00
Luke Sampson b37c38289e do bucket updates quietly with git 2013-08-08 15:32:44 +10:00
Luke Sampson ea3f1ee5f7 check for git before trying to update bucket with git 2013-08-08 15:25:16 +10:00
Luke Sampson 3bca9f480e update buckets when updating scoop 2013-08-08 11:18:39 +10:00
Luke Sampson aab024a4a2 clarify update message when already up-to-date, don't show as error 2013-08-08 11:15:08 +10:00
Luke Sampson b4d7cf3c17 refactor for buckets 2013-08-08 10:39:31 +10:00
Luke Sampson b852236bd7 start on scoop search for buckets, fix a few places where latest_version was used instead of current_version 2013-08-07 16:24:55 +10:00
Luke Sampson 2281ba0d33 add well-known bucket functionality (only extras so far) 2013-08-07 15:03:30 +10:00
Luke Sampson 69ae330eea fix usage help for bucket add 2013-08-07 14:25:29 +10:00
Luke Sampson c27e5292bf simplify scoop bucket so it doesn't need config 2013-08-07 14:24:05 +10:00
Luke Sampson df780ac761 bucket add checks whether it's a valid git repo 2013-08-06 18:15:42 +10:00
Luke Sampson 6bc47f1357 convert PSObject to hashtable 2013-08-06 16:53:00 +10:00
Luke Sampson 432ae1fb90 move notepad2 to extras, add scoop bucket command 2013-08-06 14:01:57 +10:00
Luke Sampson 20b6e7e98e better error handling for URL manifests 2013-08-06 11:51:08 +10:00
Luke Sampson 6579adf365 remember when scoop was last updated and report this in 'scoop status' 2013-08-05 16:43:59 +10:00