hok icon indicating copy to clipboard operation
hok copied to clipboard

CLI reimplementation of Scoop in Rust

Results 6 hok issues
Sort by recently updated
recently updated
newest added

:robot: I have created a release *beep* *boop* --- ## [0.1.0-beta.5](https://github.com/chawyehsu/hok/compare/v0.1.0-beta.4...v0.1.0-beta.5) (2024-05-15) ### Features * **libscoop|config:** support `use_isolated_path` config ([1bb5ee7](https://github.com/chawyehsu/hok/commit/1bb5ee773867c490af8e21885acc87e84a33f40c)) * **libscoop:** remove env paths under isolated_path mode correctly ([2f58173](https://github.com/chawyehsu/hok/commit/2f5817387006a9334f5a74bc7c17d7063e529108))...

autorelease: pending

你好, 我用了两年多的 scoop,发现 scoop 很多包都是 github release 发布的, 国内很难访问, 翻墙体验也不好, 如果不改 host 文件,甚至连安装 scoop 都做不到, 希望 scoop-rs 能考虑到大陆用户的网络环境对此做出一些优化。 有几种解决方案供参考 - 用 gitee 等对自身以及 bucket 仓库做一些镜像 - 允许配置使用 https://ghproxy.com/ 等代理站点下载 github...

:robot: I have created a release *beep* *boop* --- ## [0.1.0-beta.6](https://github.com/chawyehsu/hok/compare/v0.1.0-beta.5...v0.1.0-beta.6) (2024-07-22) ### Features * **libscoop:** Adpot new cache filename format ([15172a9](https://github.com/chawyehsu/hok/commit/15172a9f7ac35963d1f274e51a4a72de478546c1)) ### Bug Fixes * cargo clippy fix ([71a7596](https://github.com/chawyehsu/hok/commit/71a759605a5ea2b68093cf19f1f3fc8bfe3c15b8))...

autorelease: pending

Hi, Since hok is work in progress, we're forced to use scoop for some commands. Therefore I'd would be ideal if `hok update` can update the scoop git repo (e.g....

OS: Win11 Version: 0.1.0-beta5 `hok cat ` works before, now does not. Error: ``` error: invalid value '' for '--style ': Unknown style, '' For more information, try '--help'. ```

bug

https://chawyehsu.com/blog/reimplementing-scoop-in-rust 刚拜读你的文章。 我最近 几年用 windows 用得很少,这导致了 x-cmd 在 scoop / choco / winget 的理解 有点 落后。 囿于见识,我们 只对 scoop 顺便做了标准化的 UI 增强,利用 x-cmd 的 UI 框架。后面 我们 会 用 fzf...