v0.9.0
Summary
- Add
copy
command, copy current repo to another remote/group. home
support clone url (both HTTPS and SSH), example:rox home https://github.com/fioncat/roxide
.home
support use keywork to do fuzzy seaching on remote, usage:rox home github xxx -s
- Support
labels
, thesync
,remove
, etc will use them to filter repos. - Update database to
v2
to supportlabels
. - Workflow now support running commands in
docker
andssh
. - Rebuild config style, embed all config in one file, see: config for details.
- Rebuild code, better hint.
What's Changed
- feat(home): Support clone url and ssh by @fioncat in #61
- feat(home): Support search from remote by @fioncat in #62
- feat(copy): Support copy command by @fioncat in #63
- feat!(all): Rebuild project framework, add labels support by @fioncat in #64
- feat(tag): Support completion for rule name flag by @fioncat in #65
- feat(label): Add
label
command to update repo labels by @fioncat in #66 - doc(cmd): Update command comments by @fioncat in #67
- feat(workflow): Support
docker
,ssh
andenv
by @fioncat in #68 - feat(workflow): Use better type define by @fioncat in #69
- feat(workflow): Use Cow as ref type by @fioncat in #70
- fix(tag): Use correct create logic by @fioncat in #71
Full Changelog: v0.8.2...v0.9.0