winget install --id ChawyeHsu.Hok
About Hok
A CLI implementation of Scoop in Rust
What's new in 0.1.0-beta.7
⚠ BREAKING CHANGES - libscoop: switch to use tracing for logging - libscoop: manifest.hash() return type changed from str to HashString Features - hok: add hok completions command to generate shell completion (da1b6d8) - hok: add global --verbose flag (5fd0505) Bug Fixes - libscoop: hash checking should be case insensitive (fix #18) (b3afbef) Code Refactoring - libscoop: switch to use tracing for logging (d835c7f)
Version history
| Version | Updated | Notes |
|---|---|---|
| 0.1.0-beta.7 | Unknown | ⚠ BREAKING CHANGES - libscoop: switch to use tracing for logging - libscoop: manifest.hash() return type changed from str to HashString Features - hok: add hok completions command to generate shell completion (da1b6d8) -... |
| 0.1.0-beta.6 | Unknown | Features - libscoop: Adpot new cache filename format (15172a9) Bug Fixes - cargo clippy fix (71a7596) - hok: Check if cat_style is empty (4ed662e), closes #10 - hok: Remove type.exe dep in hok cat, closes #14 (47a42c5) |
| 0.1.0-beta.5 | Unknown | Features - libscoop|config: support use_isolated_path config (1bb5ee7) - libscoop: remove env paths under isolated_path mode correctly (2f58173) - libscoop: support use_sqlite_cache config (35c9577) Bug Fixes - libscoop|... |
| 0.1.0-beta.4 | Unknown | Features - hok: added s shortcut for search command (50c0bfc) Bug Fixes - hok: added long format arg of listing known buckets (658ef7d) - hok: fix 50c0bfc (387fd66) - hok: trim yes_no prompt input (0a01f1e) - libscoop|co... |
| 0.1.0-beta.3 | Unknown | ⚠ BREAKING CHANGES - libscoop|config: Package::manifest_path is replaced by manifest().path(). Features - hok: reflect basic support of uninstalling packages (183cfd8) - libscoop|sync: basic support of uninstalling packa... |