index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart
/
src
/
commands
/
search.rs
Age
Commit message (
Expand
)
Author
2026-05-06
refactor(console): add write macros and migrate commands to use them
nsfisis
2026-05-05
chore: remove redundant comments
nsfisis
2026-05-03
refactor: switch internal maps/sets from HashMap to IndexMap
nsfisis
2026-05-01
refactor: fix clippy warnings
nsfisis
2026-02-23
refactor(cli): route command output through Console abstraction
nsfisis
2026-02-23
refactor(cli): replace std::process::exit() with bail_silent in command handlers
nsfisis
2026-02-23
fix(search): match Composer single-line output format with truncation
nsfisis
2026-02-22
fix(search): match Composer's --only-vendor and JSON output formats
nsfisis
2026-02-22
feat(search): display abandoned package indicator in search results
nsfisis
2026-02-22
refactor(console): add console_format! proc macro and migrate all commands
nsfisis
2026-02-22
fix(search): validate --only-name/--only-vendor exclusivity and --format values
nsfisis
2026-02-22
refactor(async): migrate from blocking HTTP to async/await with tokio
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis
2026-02-21
feat(console): add structured error handling, verbosity, and suggestions
nsfisis
2026-02-21
feat(require,remove): add interactive search and dependency-aware partial upd...
nsfisis
2026-02-21
feat(search): implement search command with Packagist API integration
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis