abgox
ca0506cf3e
refactor(output): Replace raw prints with functions for standardized output ( #6449 )
...
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2025-09-29 15:12:10 +08:00
Chawye Hsu
cc863353e2
fix(scoop-cache): Fix regression in 36026f18 ( #5944 )
...
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com >
2024-05-08 11:24:41 +08:00
Chawye Hsu
36026f1804
feat(core): New cache filename format ( #5929 )
...
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com >
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com >
2024-04-29 18:36:19 +08:00
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
Hsiao-nan Cheung
6296822f1f
perf(scoop): Load libs only once ( #4839 )
2022-04-21 21:34:26 +08:00
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
Emil Sundin
9309b52640
scoop-cache: Display help on incorrect cache command ( #3431 )
2019-05-06 13:24:58 +02:00
Richard Kuhnt
38bdaec440
Use aria2c to support multi-connection downloads
2018-08-07 20:11:38 +02:00
Chawye Hsu
e1bb1e91d0
Lint: PSAvoidUsingCmdletAliases ( #2075 )
2018-03-03 18:41:19 +01:00
Steve Baker
eadba0116f
Fix: scoop cache command not using $SCOOP_CACHE ( #1990 )
2018-01-28 23:52:04 +01:00
Richard Kuhnt
51564672c4
Use show as default option for cache command
2017-08-30 21:41:43 +02:00
Luke Sampson
1c173bc56d
Use sentence case for UI messages.
2017-02-13 20:20:41 +11:00
Luke Sampson
5a82918d0e
Update 'scoop help cache' to show example of removing everything from cache (see #1288 )
2017-01-31 09:43:44 +11:00
Sergey
43e0c20468
Print '0 B' when cache is empty ( #1109 )
...
If cache is empty `$total_length` is null, and the output is:
```
λ scoop cache show some-non-existing-app
total: 0 files, B
```
Cast sum to double to get '0 B' instead
2016-11-08 10:45:30 +11:00
Luke Sampson
3e17a60bb0
reinstate download progress % indicator, along with new filesize display
2016-06-01 21:22:11 +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
Luke Sampson
bc1a8e4945
brute force fix for powershell alias problems
2015-05-11 20:17:59 +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
859e40eea4
tweak cache help
2013-09-05 12:19:35 +10:00
Luke Sampson
881754c361
fix cache help
2013-09-05 12:18:45 +10:00
Luke Sampson
58cdc721fc
update readme, add help for cache command
2013-09-05 12:18:00 +10:00
Luke Sampson
7382e17561
convert spaces to tabs
2013-08-15 13:05:00 +10:00
Luke Sampson
44416c99d4
rename: 'scoop cache clear' to 'scoop cache rm'
2013-07-24 20:06:20 +10:00
Luke Sampson
a9177750cf
add cache command to replace uncache
2013-07-18 13:01:07 +10:00