Conversation
|
This is still in draft, because I want to build this in android too. But currently this can't be build in android because android didn't has trash method built-in (ref: Byron/trash-rs#10 (comment)). @dmulholl , do you mind implementing trash as optional feature? Because it seems I have error deleting files in my minimal arch linux wayland too🙏 Here's the reference for what nushell do to resolve this issue: @xfzv , I really do hope this will be maintaining here as this is the original and I would delete my repo. But before there I will maintain mine (https://github.com/latipun7/vimv-releases/releases) because I'm using chezmoi too (https://github.com/latipun7/dotfiles/blob/8401469f579f1c8677d1270a0d729f582f8417b2/home/.chezmoiexternal.yaml#L13) 😁👌 But, for now, no aarch64 android build because the problem I mention before. |
|
I'll use your repo for now then. Thank you! |
|
Great work! Since I want to maintain my terminal software in less places (More Homebrew and less PIP, npm, cargo etc.) it would be wonderful to make a Homebrew recipe (I can help). |
This pull request is for automatically creating GitHub release when you push new tag into GitHub. At those times, GitHub actions would run and build this tool into various environments and create GitHub release.
Example release: https://github.com/latipun7/vimv-releases/releases
How to release:
Settings→Actionstab →General→ check Workflow permissionsRead and write permissionsv3.0.0(git tag "v3.0.0" -m "")git push --tags)Note:
This PR only builds and releases artifacts on GitHub Release. It's not published on crates.io.
This PR also fixes linting and formatting to successfully build and release. Run
cargo clippy&cargo fmt --allbefore commit.Sorry for the inconvenience