macOS
brew install execlinelocal Homebrew formula metadata
sudo port install execlineMacPorts ports tree · lang/execline/Portfile · 来源: api.github.com
安装
brew install execlinelocal Homebrew formula metadata
sudo port install execlineMacPorts ports tree · lang/execline/Portfile · 来源: api.github.com
sudo apk add execlineAlpine Linux edge package indexes · execline · 来源: dl-cdn.alpinelinux.org
sudo apt install execlineDebian stable package indexes · execline · 来源: deb.debian.org
概览
Interpreter-less scripting language
历史
execline is a small non-interactive scripting language from skarnet.org, designed as a predictable shell alternative for process supervision, startup scripts, and command chaining.
The official page describes execline as a scripting language like sh, but with substantially different syntax. Its design goal is predictable grammar and avoidance of shell-style security issues while retaining shell-level power through conditionals, loops, option handling, globbing, environment management, and process-control commands.
The public git tag list shows the 2.x series beginning with v2.0.0.0 about twelve years before June 2026. The upgrade notes record a major build-system change in 2.0.0.0 and continuing incremental additions through 2.9.x, including envfile, posix-cd, posix-umask, eltest, multicall support, and macOS shared-library support.
execline is part of the wider skarnet.org software ecosystem and depends on skalibs. It is packaged across Unix-like distributions and package managers, including Homebrew, Debian, Ubuntu, Alpine, MacPorts, and others in the supplied package facts.
Its adoption is strongest among users of s6, runit-like supervision ideas, and minimal Unix service-management stacks, where explicit process state, file descriptor handling, and environment manipulation matter more than interactive shell convenience.
Users write execlineb scripts or compose the provided commands directly. The command set covers parser/launcher behavior, process state control, environment files, fd operations, redirection, pipelines, foreground/background blocks, conditionals, loops, positional parameters, and option parsing.
The homepage includes example .profile replacement scripts and documents each command with consistent exit behavior: temporary errors exit 111, permanent misuse-style errors exit 100, failed exec lookup exits 127, and other exec failures exit 126.
execline is package-nerd significant because it decomposes shell behavior into many small binaries with explicit process semantics. It fits the skarnet tradition of small composable tools for supervision and init-adjacent systems.
It is also a good example of a package where the binary list is the product: installing execline adds a vocabulary of tiny command primitives rather than one large interactive shell.
安全态势
没有找到 execline 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
background | cli | 全局可执行文件 | |
backtick | cli | 全局可执行文件 | |
case | cli | 全局可执行文件 | |
cd | cli | 全局可执行文件 | |
dollarat | cli | 全局可执行文件 | |
elgetopt | cli | 全局可执行文件 | |
elgetpositionals | cli | 全局可执行文件 | |
elglob | cli | 全局可执行文件 | |
eltest | cli | 全局可执行文件 | |
emptyenv | cli | 全局可执行文件 | |
envfile | cli | 全局可执行文件 | |
exec | cli | 全局可执行文件 | |
execline-cd | cli | 全局可执行文件 | |
execline-umask | cli | 全局可执行文件 | |
execlineb | cli | 全局可执行文件 | |
exit | cli | 全局可执行文件 | |
export | cli | 全局可执行文件 | |
export-array | cli | 全局可执行文件 | |
fdblock | cli | 全局可执行文件 | |
fdclose | cli | 全局可执行文件 | |
fdmove | cli | 全局可执行文件 | |
fdreserve | cli | 全局可执行文件 | |
fdswap | cli | 全局可执行文件 | |
forbacktickx | cli | 全局可执行文件 | |
foreground | cli | 全局可执行文件 | |
forstdin | cli | 全局可执行文件 | |
forx | cli | 全局可执行文件 | |
getcwd | cli | 全局可执行文件 | |
getpid | cli | 全局可执行文件 | |
heredoc | cli | 全局可执行文件 | |
homeof | cli | 全局可执行文件 | |
if | cli | 全局可执行文件 | |
ifelse | cli | 全局可执行文件 | |
ifte | cli | 全局可执行文件 | |
ifthenelse | cli | 全局可执行文件 | |
importas | cli | 全局可执行文件 | |
loopwhilex | cli | 全局可执行文件 | |
multidefine | cli | 全局可执行文件 | |
multisubstitute | cli | 全局可执行文件 | |
pipeline | cli | 全局可执行文件 | |
piperw | cli | 全局可执行文件 | |
posix-cd | cli | 全局可执行文件 | |
posix-umask | cli | 全局可执行文件 | |
redirfd | cli | 全局可执行文件 | |
runblock | cli | 全局可执行文件 | |
shift | cli | 全局可执行文件 | |
trap | cli | 全局可执行文件 | |
tryexec | cli | 全局可执行文件 | |
umask | cli | 全局可执行文件 | |
unexport | cli | 全局可执行文件 | |
wait | cli | 全局可执行文件 | |
withstdinas | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://skarnet.org/software/execline/
安装元数据
| 软件包键 | brew:execline |
|---|---|
| 版本 | 2.9.9.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/execline |
| 主页 | https://skarnet.org/software/execline/ |
| 仓库 | https://git.skarnet.org/cgi-bin/cgit.cgi/execline |
| 上游文档 | https://skarnet.org/software/execline |
| 许可证 | ISC |
| 源码归档 | https://skarnet.org/software/execline/execline-2.9.9.2.tar.gz |
| 最后更新 | 2026-07-14T12:58:16Z |
| Pulse | updated |
| 依赖 | skalibs |
| 构建依赖 | pkgconf |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | execline |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
execline 2.9.6.1-1
small and non-interactive scripting language
https://skarnet.org/software/execline/
sudo apt install execlineexecline-doc 2.9.6.1-1
small and non-interactive scripting language (documentation)
https://skarnet.org/software/execline/
sudo apt install execline-doclibexecline-dev 2.9.6.1-1
small and non-interactive scripting language (development files)
https://skarnet.org/software/execline/
sudo apt install libexecline-devlibexecline2.9 2.9.6.1-1
small and non-interactive scripting language (shared library)
https://skarnet.org/software/execline/
sudo apt install libexecline2.9execline 2.9.4.0-1build2
small and non-interactive scripting language
https://skarnet.org/software/execline/
sudo apt install execlineexecline-doc 2.9.4.0-1build2
small and non-interactive scripting language (documentation)
https://skarnet.org/software/execline/
sudo apt install execline-doclibexecline-dev 2.9.4.0-1build2
small and non-interactive scripting language (development files)
https://skarnet.org/software/execline/
sudo apt install libexecline-devlibexecline2.9 2.9.4.0-1build2
small and non-interactive scripting language (shared library)
https://skarnet.org/software/execline/
sudo apt install libexecline2.9execline 2.9.9.1-r0
A small scripting language, to be used in place of a shell in non-interactive scripts.
https://skarnet.org/software/execline/
sudo apk add execlineexecline-dev 2.9.9.1-r0
A small scripting language, to be used in place of a shell in non-interactive scripts. (development files)
https://skarnet.org/software/execline/
sudo apk add execline-devexecline-doc 2.9.9.1-r0
A small scripting language, to be used in place of a shell in non-interactive scripts. (documentation)
https://skarnet.org/software/execline/
sudo apk add execline-docexecline-libs 2.9.9.1-r0
A small scripting language, to be used in place of a shell in non-interactive scripts. (libraries)
https://skarnet.org/software/execline/
sudo apk add execline-libsexecline-static 2.9.9.1-r0
A small scripting language, to be used in place of a shell in non-interactive scripts. (static library)
https://skarnet.org/software/execline/
sudo apk add execline-staticexecline
sudo port install execlinepython-case-doc 1.5.3+dfsg-5
Python unittest Utilities (documentation)
https://github.com/celery/case
sudo apt install python-case-docpython3-case 1.5.3+dfsg-5
Python unittest Utilities (Python3 version)
https://github.com/celery/case
sudo apt install python3-case来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.