tkbcopr/oils-for-unix
Project ID: 147070
Description
RPMs for oils-for-unix
a project of Open Source by Tonkünstler-on-the-Bund
Installation Instructions
After enabling this repo as shown in the sidebar,
$ dnf in oils-for-unix
This installs the binary and two symlinks:
/usr/bin/
oils-for-unix
osh -> oils-for-unix
ysh -> oils-for-unix
And the manpage:
$ man osh
Smoke Test
OSH behaves like a POSIX shell:
$ osh -c 'echo hi'
hi
The -n
flag parses and prints a syntax tree for the configure
script:
$ osh -n configure
YSH is a legacy-free shell, with structured data:
$ ysh -c 'echo hi'
hi
$ ysh -c 'json write ({x: 42})'
{
"x": 42
}
To upgrade,
$ dnf --disablerepo="*" --enablerepo="copr:copr.fedorainfracloud.org:tkbcopr:oils-for-unix" --refresh up
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 8 | aarch64 (0)*, x86_64 (0)* | EPEL 8 (12 downloads) |
EPEL 9 | aarch64 (0)*, x86_64 (11)* | EPEL 9 (13 downloads) |
Fedora 40 | aarch64 (0)*, x86_64 (0)* | Fedora 40 (10 downloads) |
Fedora 41 | aarch64 (0)*, x86_64 (0)* | Fedora 41 (10 downloads) |
Fedora rawhide | aarch64 (0)*, x86_64 (4)* | Fedora rawhide (12 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable tkbcopr/oils-for-unix
More info about enabling Copr repositories