Commit Graph
127 Commits
Author SHA1 Message Date
Luke Sampson 7382e17561 convert spaces to tabs 2013-08-15 13:05:00 +10:00
Luke Sampson fdb3791b5d OpenSSL 1.0.1e 2013-08-12 09:59:36 +10:00
Luke Sampson 0503873af5 netcat 1.11 (Rodney Beede) 2013-08-10 09:15:15 +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 88bb353d29 don't require sha256: prefix for SHA256 hashes 2013-08-09 15:33:52 +10:00
Luke Sampson 6a69a0fba7 slightly faster dir unzip doesn't work when need to overwrite files (multiple dl urls), reverting to copy instead of move 2013-08-09 13:11:32 +10:00
Luke Sampson 5f63f37b36 slightly faster unzip when extract_dir is used (only about 10% faster) 2013-08-09 12:53:55 +10:00
Luke Sampson e1b1bcb880 use extract_dir instead of unzip_folder 2013-08-09 12:20:44 +10:00
Luke Sampson 6a4af89f7c setting =dumb disables output formatting for git 2013-08-09 10:59:46 +10:00
Luke Sampson e982a4bcd3 less flicker for % indicator when downloading 2013-08-08 16:34:58 +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 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 4fb316973e fix object-hashtable conversion for array elements that are objects 2013-08-06 17:11:08 +10:00
Luke Sampson b990875727 simplify 2013-08-06 16:58:03 +10:00
Luke Sampson 6bc47f1357 convert PSObject to hashtable 2013-08-06 16:53:00 +10:00
Luke Sampson 20b6e7e98e better error handling for URL manifests 2013-08-06 11:51:08 +10:00
Luke Sampson d3c5e0901f try to get arch specific prop, then fallback to generic, so that MSI etc can be re-used between architectures if possible. Fix 'missing manifest' message when manifest is invalid 2013-08-05 12:31:31 +10:00
Luke Sampson 4f0b1b91c1 support setting environment variables (and removing them on uninstall) 2013-07-22 21:36:43 +10:00
Luke Sampson 8a808a55c7 add status command. abort if error parsing JSON 2013-07-21 20:33:24 +10:00
Luke Sampson 8d3bd2da09 separate msi/installer functions 2013-07-21 18:11:38 +10:00
Luke Sampson 5be0286561 fix: interrupt download causes partial cache file to be used for next install 2013-07-20 23:02:23 +10:00
Luke Sampson 52bbc5be50 space 2013-07-20 22:49:41 +10:00
Luke Sampson 7cabb505b8 msi.silent (use this for vagrant and 7zip) 2013-07-20 22:49:00 +10:00
Luke Sampson a981df6551 vagrant uninstall doesn't show UI, doesn't require restart 2013-07-20 22:27:54 +10:00
Luke Sampson 374191ec1f vagrant, better MSI support 2013-07-20 12:07:03 +10:00
Luke Sampson 4149782248 detect previous failure when running install. MSI: log to file, pass /norestart 2013-07-20 10:46:44 +10:00
Luke Sampson 881ef697fa ensure 7zip installed before installing an app that needs it 2013-07-19 08:36:16 +10:00
Luke Sampson 2730a321f2 show download % 2013-07-18 19:33:45 +10:00
Luke Sampson 4ec238ed36 use scoop-*.ps1 for libexec 2013-07-18 12:51:15 +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 d07361b222 use portable git for no UAC 2013-07-17 17:49:23 +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 5d742360c9 openssh 5.4p1-1 install working with dependencies 2013-07-17 16:37:01 +10:00
Luke Sampson f3f6bc9f0f started on using 7zip to extract .tar.lzma 2013-07-17 16:24:34 +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 f73e96b3a9 refactor to use libexec instead of lib/cmd 2013-07-02 20:08:32 +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 0c5b7a54c7 'scoop update': use robocopy to purge old files 2013-06-29 17:27:56 +10:00
Luke Sampson d29412c8c1 scoop search supports query, shows versions 2013-06-29 17:05:44 +10:00
Luke Sampson 83c6b3f4f9 'scoop list' shows versions 2013-06-29 16:23:12 +10:00
Luke Sampson 53bfa2875e handle uninstall apps where older versions are present 2013-06-29 16:16:46 +10:00
Luke Sampson 6e3f180f3e fix for manifests with only one hash 2013-06-29 14:34:18 +10:00
Luke Sampson 2b9e7e0fa6 Vim installs vimtutor and sets up ~/.vimrc automatically. condense hash format in .json manifests 2013-06-29 14:10:44 +10:00
Luke Sampson f1488a9677 handle command not found in scoop which 2013-06-28 20:00:38 +10:00
Luke Sampson a7f48af7df vim 7.3.046 2013-06-28 19:53:55 +10:00