trashy icon indicating copy to clipboard operation
trashy copied to clipboard

a cli system trash manager, alternative to rm and trash-cli

Results 35 trashy issues
Sort by recently updated
recently updated
newest added

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.68 to 1.0.71. Release notes Sourced from anyhow's releases. 1.0.71 Documentation improvements 1.0.70 Update syn dependency to 2.x 1.0.69 Documentation improvements Commits 8b4fc43 Release 1.0.71 3c33b4b Merge...

dependencies
rust

Bumps [regex](https://github.com/rust-lang/regex) from 1.7.0 to 1.8.1. Changelog Sourced from regex's changelog. 1.8.1 (2023-04-21) This is a patch release that fixes a bug where a regex match could be reported where...

dependencies
rust

If you begin trashing a large folder and then interrupt the trashing operation you will be unable to restore the files by merging them back into the partially trashed directory....

Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.2.0 to 2.2.1. Release notes Sourced from Swatinem/rust-cache's releases. v2.2.1 Update @actions/cache dependency to fix usage of zstd compression. Changelog Sourced from Swatinem/rust-cache's changelog. 2.2.1 Update @actions/cache...

dependencies
github_actions

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.0 to 1.17.1. Changelog Sourced from once_cell's changelog. 1.17.1 Make OnceRef implementation compliant with strict provenance. Commits 3514863 Merge #222 f0ad5f0 Bump version to 1.17.1 and update...

dependencies
rust

Bumps [globset](https://github.com/BurntSushi/ripgrep) from 0.4.9 to 0.4.10. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=globset&package-manager=cargo&previous-version=0.4.9&new-version=0.4.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
rust

see [v2.0.0](https://github.com/oberblastmeister/trashy/blob/v2.0.0/Cargo.lock#L892). By the way, it is better to have a new release with other dependencies updating.

Example path: ``` /home/xxx/xxx xxx/aaa bbb ccc.zip ``` Original scirpt(failed): ```bash trashy list | fzf --multi | awk '{$1=$1;print}' | rev | cut -d ' ' -f1 | rev |...

Trying to use `trash put` and `trash restore` on a mounted volume (mounted on for example `/run/media/username/volumename/`) seemingly tries to access `/run/.Trash-1000` and fails. `trash list` however works as expected....

I am unable to install trashy on my M1 Mac. Here are the details of my environment: ### Environment: Macbook M1 Pro macOS 14.4.1 (23E224) Cargo 1.78.0 (54d8815d0 2024-03-26) ###...