Rashil Gandhi
c4d1b9c22f
feat(scoop-import): Import a Scoop installation from JSON ( #5014 )
...
* feat(scoop-export): Export Scoop installation in JSON
* optimize
* yesss done
* complete
* Update CHANGELOG.md
* Add suggestions from code review
* fix CI
2022-06-24 11:12:01 +05:30
Rashil Gandhi
9811a5f853
feat(chore): Add missing -a/--all param to all commands ( #5004 )
...
* feat(scoop-reset): Add -a/--all switch to reset all apps
* feat(scoop-cache): Add -a/--all switch to delete whole cache
* feat(scoop-virustotal): Add -e/--every switch to check every installed app
* Update CHANGELOG.md
* use 'all' instead of 'every'
2022-06-22 15:47:31 +05:30
Rashil Gandhi
6629331799
feat(scoop-status): Check bucket status, improve output ( #5011 )
...
* feat(scoop-status): Check bucket status, improve output
* Update CHANGELOG.md
2022-06-22 15:40:24 +05:30
tech189
4fec4d7089
feat(scoop-info): Show app installed/download size ( #4886 )
...
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-06-21 23:22:01 +08:00
Rashil Gandhi
9723725402
fix(chore): Update help documentation ( #5002 )
...
* tweaks to help system
* update help text
* update changelog
* fix order of printing deps
* Apply suggestions from code review
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update scoop-help.ps1
* Update scoop.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-06-21 12:08:05 +05:30
Rashil Gandhi
847756bd1e
refactor(scoop-search): Output PSObject, use API token ( #4997 )
...
* refactor(scoop-search): Output PSObject, use API token
* warn about parsing error
* Update CHANGELOG.md
* Update scoop-search.ps1
* Apply suggestions from code review
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* separate lines
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-06-21 11:48:58 +05:30
Chawye Hsu
666d474ee1
feat(scoop-update): Support scoop update scoop ( #4992 )
2022-06-20 14:43:28 +08:00
L. Yeung
e7c0faa29a
feat(scoop-hold,scoop-unhold): Support -g/--global flag ( #4991 )
...
* feat(scoop-hold,scoop-unhold): Support `-g`/`--global` flag
* Update CHANGELOG.md
2022-06-17 10:53:18 +05:30
ClassicDarkChocolate
9e6c758c1f
feat(scoop-virustotal): Migrate to VirusTotal API v3 ( #4983 )
2022-06-15 23:39:45 +08:00
Hsiao-nan Cheung
0b38c91f1a
fix(manifest): Fix bugs in 'Get-Manifest()' ( #4986 )
2022-06-14 14:25:53 +08:00
yi_Xu
6e25e440af
feat(core): Add 'Get-Encoding()' function to fix missing webClient encoding ( #4956 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-06-13 23:21:57 +08:00
HUMORCE
bfb5c8d04a
fix(scoop-download): Use correct Args when calling Get-Manifest ( #4970 )
2022-06-10 09:37:39 +08:00
Hsiao-nan Cheung
ccd067b2b1
refactor(manifest): Rename 'Find-Manifest()' to 'Get-Manifest()' ( #4966 )
2022-06-07 09:31:30 +08:00
beerpsi
78c1bc45b4
fix(scoop-uninstall): run pre_uninstall before testing running processes ( #4962 )
2022-06-03 12:17:55 +08:00
Chawye Hsu
dd0f51426b
feat(core): Add pre_uninstall and post_uninstall hooks ( #4957 )
2022-06-02 00:34:57 +08:00
rayinfinite
d6c6ddcbb3
fix(update): Prevent uninstall when update ( #4949 )
...
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-06-02 00:27:48 +08:00
Rashil Gandhi
0f6d012d26
fix(shim): Add 'Get-CommandPath()' to find git ( #4913 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-05-27 10:18:41 +08:00
Hsiao-nan Cheung
d056d542db
fix(core): Use Invoke-Command instead of Invoke-Expression ( #4941 )
2022-05-26 10:54:34 +08:00
Xuesong
8140a2052c
fix(scoop-search): Require files in 'bucket' dir for remote known buckets ( #4944 )
2022-05-24 18:49:28 +08:00
Lewin Chan
47d7f76f7c
fix(scoop-info): Fix error message when manifest is not found ( #4935 )
2022-05-17 23:31:41 +08:00
Hsiao-nan Cheung
a2600b1203
fix(buckets): Don't check remote URL of non-git buckets ( #4923 )
2022-05-15 15:49:38 +08:00
Hsiao-nan Cheung
b96abcfda9
feat(scoop-cleanup): Add -a/--all switch to cleanup all apps ( #4906 )
2022-05-07 11:23:33 +08:00
L. Yeung
22365c2169
fix(bucket): Return empty list correctly in Get-LocalBucket ( #4885 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
Co-authored-by: Rashil Gandhi <rashil2000@gmail.com >
2022-04-27 17:37:18 +08:00
Hsiao-nan Cheung
e6d03715fa
fix(libs): Add missing 'json.ps1' dependency ( #4884 )
2022-04-23 01:44:03 +08:00
Hsiao-nan Cheung
6296822f1f
perf(scoop): Load libs only once ( #4839 )
2022-04-21 21:34:26 +08:00
Hsiao-nan Cheung
32de4c5714
refactor(bucket): Move 'Find-Manifest' and 'list_buckets' to 'buckets' ( #4814 )
2022-03-23 10:47:52 +08:00
Rashil Gandhi
ced36b285d
doc(scoop-shim): Fix typo ( #4836 )
...
* Update scoop-shim.ps1
* Update CHANGELOG.md
2022-03-22 19:56:21 +05:30
Alex Stelmachonak
ad3fc4f8fb
feat(config): Rename checkver_token to gh_token and SCOOP_CHECKVER_TOKEN to SCOOP_GH_TOKEN ( #4832 )
...
* Properly filtering null input in dl function when private_hosts is not set in config
* Rename checkver_token to gh_token and SCOOP_CHECKVER_TOKEN to SCOOP_GH_TOKEN
2022-03-22 03:30:19 +05:30
Thad Smith
45db5fb325
feat(install): Allow downloading from private repositories ( #4254 )
...
* added ability to use private github repositories
To do this, define a gh_api_token in the sccop config, if the repository is private it will use the apis to get and use the asset id
* corrected inherited linting error
* updated url to pull filename
* inlined get_headers and get-members functions and updated changelog
* simplified host headers and switched to checkver_token from: astelmachonak-nydig
* added ability to use private github repositories
To do this, define a gh_api_token in the sccop config, if the repository is private it will use the apis to get and use the asset id
* updated url to pull filename
* inlined get_headers and get-members functions and updated changelog
* simplified host headers and switched to checkver_token from: astelmachonak-nydig
* Update lib/core.ps1
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
* Update lib/core.ps1
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
* Fix RegEx
* Some tweaks
* optimize
Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com >
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
Co-authored-by: Rashil Gandhi <rashil2000@gmail.com >
2022-03-22 02:25:53 +05:30
tech189
53cdf68e26
fix(scoop-download): Add failure check ( #4822 )
...
* scoop-download failure check, aria2 warn if uninstalled
* Revert core.ps1
* Update CHANGELOG.md
2022-03-18 20:36:46 +05:30
Hsiao-nan Cheung
5a795caca5
refactor(reset_aliases): Move core function of reset_aliases to scoop ( #4794 )
2022-03-11 18:10:04 +08:00
Chawye Hsu
5025661fa2
fix(shim): Manipulating shims with UTF8 encoding ( #4791 )
2022-03-10 15:55:15 +08:00
Rashil Gandhi
476b507bb6
fix(update): Skip logs starting with (chore) ( #4800 )
...
* fix(update): Skip logs starting with `(chore)`
* Update CHANGELOG.md
2022-03-10 13:14:46 +05:30
Hsiao-nan Cheung
60d308f7d6
fix(scoop-prefix): Fix typo that breaks global installed apps ( #4795 )
2022-03-10 01:24:46 +08:00
Hsiao-nan Cheung
750ea54d49
fix(shim): Fix scoop which error ( #4780 )
2022-03-07 22:14:26 +08:00
zStruCat
43d5e99705
fix(scoop-search): Remove redundant 'bucket/' in search result ( #4773 )
...
* fix remote search
* add hint
* tweak
* docs(changelog): Update CHANGELOG
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-03-07 15:43:30 +05:30
HUMORCE
63b858c41f
style: Use correct casing for $PSScriptRoot ( #4775 )
2022-03-04 22:55:45 +08:00
Rashil Gandhi
a8e36d35c7
feat(scoop-config): Show all settings ( #4765 )
...
* feat(scoop-config): Show all settings
* cl
2022-02-28 10:53:45 +05:30
Hsiao-nan Cheung
e4580dd705
feat(scoop-shim): Add scoop shim to manipulate shims ( #4736 )
2022-02-26 22:32:54 +08:00
Hsiao-nan Cheung
a67937f77d
fix(cleanup): Hotfix for #4681 ( #4763 )
2022-02-26 22:22:33 +08:00
Rashil Gandhi
aa61f1994a
feat(scoop-info): Revamp details and show more information ( #4747 )
...
* feat(scoop-info): Introduce `verbose` flag
* feat(scoop-info): Allow passing local manifest paths
* feat(scoop-info): Show bucket and shortcuts
* feat(scoop-info): Show dependencies and suggestions
* feat(scoop-info): Show 'Updated at' and 'Updated by'
* changelog
* optimize git call
* restore clicky-ness of homepage
* simplify joining
* use getopt
* Update libexec/scoop-info.ps1
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-02-25 13:06:46 +05:30
HUMORCE
0cb6152e1a
fix(scoop-bucket): Fix date formatting issues with git bucket(s) ( #4759 )
2022-02-25 11:32:50 +08:00
Xavier Young
4047d6962c
perf(install): Avoid checking all files for unlink persisted data ( #4681 )
2022-02-25 10:08:07 +08:00
Rashil Gandhi
40b2d951e8
fix(scoop-bucket): Check for git before running command ( #4756 )
...
* fix(scoop-bucket): Check for git before running command
* Apply suggestions from code review
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
* Update CHANGELOG.md
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-02-24 15:11:40 +05:30
Rashil Gandhi
b95ccbe14a
refactor(scoop-config): Use underscores everywhere ( #4745 )
2022-02-21 10:01:20 +08:00
Rashil Gandhi
e1f569b01b
feat(scoop-cat): Use bat to pretty-print JSON ( #4742 )
...
* feat(scoop-cat): Use `bat` to pretty-print JSON
* update changelog
* hide filename and line numbers
* Add `cat_style` config option
* use underscores
* Revert "use underscores"
This reverts commit 46524fc947 .
* Apply suggestions from code review
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-02-17 22:57:18 +05:30
Rashil Gandhi
d1f828c942
fix(scoop-info): Use pipe to separate bins ( #4744 )
2022-02-17 19:21:52 +05:30
Rashil Gandhi
26517644df
refactor(scoop-info): Use List View for output ( #4741 )
...
* refactor(scoop-info): Use List View for output
* review comments
2022-02-17 08:21:38 +05:30
Rashil Gandhi
f83fa145de
feat(scoop-cache): Handle multiple apps, show more information ( #4738 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2022-02-16 13:06:23 +08:00
Hsiao-nan Cheung
21c5c6e775
fix(scoop-alias): Fix alias initialization ( #4737 )
...
* fix(scoop-alias): Fix alias initialization
* fix(scoop-alias): Remove 'Format-Table'
2022-02-14 20:17:15 +05:30