Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, Nix, pacman, zypper 安装 trash-cli

查看 trash-cli 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install trash-cli

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add trash-cli

Alpine Linux edge package indexes · trash-cli · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install trash-cli

Debian stable package indexes · trash-cli · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install trash-cli

Fedora Rawhide package metadata · trash-cli · 来源: dl.fedoraproject.org

Nix已验证 · 92%
nix profile install nixpkgs#trash-cli

nixpkgs package indexes · pkgs/by-name/tr/trash-cli/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S trash-cli

Arch Linux sync databases · trash-cli · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install trash-cli

openSUSE Tumbleweed package metadata · trash-cli · 来源: download.opensuse.org

概览

软件包摘要

Command-line interface to the freedesktop.org trashcan

命令和别名

  • trash-empty
  • trash-list
  • trash-put
  • trash-restore
  • trash-rm

历史

项目历史与用法

trash-cli is a Python command-line interface to the freedesktop.org trash can. Its README describes a suite of commands for moving files to trash, listing trashed files, restoring them, emptying trash, and removing matching trashed entries while preserving metadata such as original path, deletion date, and permissions.

项目历史

The project grew out of the Unix command-line gap between irreversible `rm` and desktop trash implementations. The official README frames trash-cli as a command-line and scripting interface to the same trash can used by KDE, GNOME, and XFCE, making desktop-style file recovery available from shells and scripts.

GitHub repository metadata identifies `andreafrancia/trash-cli` as an official source repository created in 2011, while the README examples still show older usage dates from 2007 and 2008. The project has continued to publish tagged versions and maintain Python packaging instructions, with the README recommending pipx or pip, source installs from Git, and distro package managers.

采用历史

trash-cli moved from being a convenience wrapper for freedesktop.org trash semantics into a broadly packaged Unix utility. The official README lists package-manager installation commands for Debian/Ubuntu, Arch Linux, and Fedora, and the batch input additionally records availability in Homebrew, apk, Debian, dnf, MacPorts, Nix, pacman, Ubuntu, and zypper.

The package's adoption is tied to cross-desktop Linux behavior: by using the freedesktop.org trash location and metadata model, it fits systems where graphical file managers and command-line tools need to see the same trash state.

使用方式

Typical use is replacing ad hoc destructive cleanup with explicit trash operations: `trash-put` sends files or directories to the trash, `trash-list` supports shell filtering, `trash-restore` interactively restores entries, `trash-empty` clears trash or old entries, and `trash-rm` removes trashed files matching patterns.

The README explicitly warns against aliasing `rm` directly to `trash-put` because the commands have different semantics, including directory handling. Instead it suggests using shell aliases that remind users not to run `rm`, and it documents cron-based automatic deletion with `trash-empty 30`.

为什么软件包爱好者会关心

For package-manager users, trash-cli is the portable Linux answer to safer deletion from scripts and terminals. It matters because it integrates with the desktop trash standard rather than inventing a private holding directory, so it can be packaged once and behave consistently across common Unix desktops.

The formula is also a good example of a small CLI whose executable surface is intentionally split into subcommands, making it easy for downstream packagers and shell users to expose focused tools instead of one large interactive program.

时间线

  • 2007-2008: README examples show early trash-list and trash-empty workflows.
  • 2011: Official GitHub repository metadata records creation of `andreafrancia/trash-cli`.
  • 2020s: README documents pipx, pip, Git source installs, and distribution package-manager installs.

Related projects

  • Related to freedesktop.org trash implementations used by KDE, GNOME, and XFCE.
  • Contrasts with `rm`, which permanently unlinks files rather than recording trash metadata for recovery.
  • Complements macOS-specific tools such as Ali Rantakari's `trash`, which targets Finder and macOS Trash behavior.

来源

  • Batch input fields: source_facts.description, source_facts.executables, source_facts.package-manager
  • Official GitHub repository metadata: https://github.com/andreafrancia/trash-cli
  • Official README: https://github.com/andreafrancia/trash-cli#readme

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
trash-emptycli全局可执行文件
trash-listcli全局可执行文件
trash-putcli全局可执行文件
trash-restorecli全局可执行文件
trash-rmcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-26
管理器版本0.24.5.26
管理器更新时间
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/andreafrancia/trash-cli

安装元数据

软件包元数据

软件包键brew:trash-cli
版本0.24.5.26
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/trash-cli
主页https://github.com/andreafrancia/trash-cli
仓库https://github.com/andreafrancia/trash-cli
上游文档https://github.com/andreafrancia/trash-cli#readme
许可证GPL-2.0-or-later
源码归档https://files.pythonhosted.org/packages/f7/6c/d51b36377c35e4f9e69af4d8b61a920f26251483cdc0165f5513da7aefeb/trash_cli-0.24.5.26.tar.gz
依赖python@3.14
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nametrash-cli
Version Scheme0
Revision0
Head VersionHEAD
Conflicts With
  • macos-trash
  • osx-trash
  • trash
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Debian apt95%

trash-cli 0.24.5.26-0.3

command line trashcan utility

https://github.com/andreafrancia/trash-cli

sudo apt install trash-cli
  • Section: utils
  • Architecture: all
  • 2 依赖
  • normalized package name match
  • 匹配方式:Trash Cli
Debian stable package indexes · deb.debian.org · Debian stable package indexes: trash-cli from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

trash-cli

nix profile install nixpkgs#trash-cli
  • normalized package name match
  • 匹配方式:Trash Cli
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/tr/trash-cli/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

trash-cli 0.23.11.10-1

command line trashcan utility

https://github.com/andreafrancia/trash-cli

sudo apt install trash-cli
  • Section: universe/utils
  • Architecture: all
  • 6 依赖
  • normalized package name match
  • 匹配方式:Trash Cli
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: trash-cli from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

trash-cli 0.24.5.26-r1

Command line interface to the freedesktop.org trashcan

https://github.com/andreafrancia/trash-cli

sudo apk add trash-cli
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: trash-cli
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Trash Cli
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: trash-cli from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

trash-cli-doc 0.24.5.26-r1

Command line interface to the freedesktop.org trashcan (documentation)

https://github.com/andreafrancia/trash-cli

sudo apk add trash-cli-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: trash-cli
  • normalized package name match
  • 匹配方式:Trash Cli
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: trash-cli-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

trash-cli-pyc 0.24.5.26-r1

Precompiled Python bytecode for trash-cli

https://github.com/andreafrancia/trash-cli

sudo apk add trash-cli-pyc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: trash-cli
  • 1 依赖
  • normalized package name match
  • 匹配方式:Trash Cli
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: trash-cli-pyc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

trash-cli 0.24.5.26-20.fc45

Command line interface to the freedesktop.org trashcan

https://github.com/andreafrancia/trash-cli

sudo dnf install trash-cli
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: trash-cli
  • 3 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Trash Cli
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: trash-cli from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

trash-cli 0.24.5.26-3

Command line trashcan (recycle bin) interface

https://github.com/andreafrancia/trash-cli

sudo pacman -S trash-cli
  • License: GPL-2.0-only
  • Architecture: any
  • 3 依赖
  • normalized package name match
  • 匹配方式:Trash Cli
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: trash-cli from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

trash-cli 0.24.5.26-1.4

Command line interface to the freedesktop.org trashcan

https://github.com/andreafrancia/trash-cli

sudo zypper install trash-cli
  • License: GPL-2.0-or-later
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: trash-cli
  • 3 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Trash Cli
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: trash-cli from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment