macOS
brew install timelimitlocal Homebrew formula metadata
安装
brew install timelimitlocal Homebrew formula metadata
sudo apt install timelimitDebian stable package indexes · timelimit · 来源: deb.debian.org
nix profile install nixpkgs#timelimitnixpkgs package indexes · pkgs/by-name/ti/timelimit/package.nix · 来源: api.github.com
概览
Limit a process's absolute execution time
历史
timelimit is a small Unix command-line utility that runs another command and terminates it after an absolute time limit, first with a warning signal and then with a kill signal.
The official homepage presents timelimit as a process-control utility modelled after the staged signalling pattern used by init during shutdown. It is maintained by Peter Pentchev and developed in the official GitLab repository.
The release archive on the official site lists timelimit 1.0 and later releases through 1.9.2, with source archives, signatures, and downstream Debian and FreeBSD packaging references.
timelimit entered classic Unix packaging channels because it solves a simple shell problem: bound a command's wall-clock runtime and choose the signals used to stop it.
The input package-manager metadata lists Homebrew, Debian, Nix, and Ubuntu, showing cross-platform package adoption beyond its original release archive. The official release page also links historical Debian snapshots and a FreeBSD port for older releases.
Typical use is in scripts, tests, batch jobs, and administrative commands where a child process must not run forever. Compared with an ad hoc shell wrapper, timelimit exposes explicit warning and kill stages.
Its utility overlaps with timeout-style tools, but the official description emphasizes absolute execution time and configurable signals.
timelimit is package-nerd material because it is a tiny command that package managers keep alive for scripting compatibility. It is the kind of Unix utility people install when a shell pipeline needs one sharp behavior and no framework.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
timelimit | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:timelimit |
|---|---|
| 版本 | 1.9.2 |
| 软件包管理器 | Homebrew |
| 主页 | https://devel.ringlet.net/sysutils/timelimit/ |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
timelimit 1.9.2-3
simple utility to limit a process's absolute execution time
https://devel.ringlet.net/sysutils/timelimit/
sudo apt install timelimittimelimit
nix profile install nixpkgs#timelimittimelimit 1.9.2-2build1
simple utility to limit a process's absolute execution time
https://devel.ringlet.net/sysutils/timelimit/
sudo apt install timelimit来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.