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 |
---|---|---|
![]() |
aarch64 (16)*, x86_64 (43)* | EPEL 10 (33 downloads) |
![]() |
aarch64 (40)*, x86_64 (39)* | EPEL 8 (57 downloads) |
![]() |
aarch64 (33)*, x86_64 (52)* | EPEL 9 (55 downloads) |
![]() |
aarch64 (32)*, x86_64 (30)* | Fedora 40 (0 downloads) |
![]() |
aarch64 (32)*, x86_64 (53)* | Fedora 41 (71 downloads) |
![]() |
aarch64 (36)*, x86_64 (121)* | Fedora 42 (40 downloads) |
![]() |
aarch64 (8)*, x86_64 (8)* | Fedora 43 (15 downloads) |
![]() |
aarch64 (34)*, x86_64 (78)* | Fedora rawhide (63 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable tkbcopr/oils-for-unix
More info about enabling Copr repositories