Leon van Kammen 9de38aaf6c | ||
---|---|---|
.forgejo/workflows | ||
.github/workflows | ||
nix | ||
src | ||
.args | ||
.env | ||
.env.leave | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md | ||
cosmopolitan.nix | ||
index.html | ||
make | ||
package.zip | ||
result | ||
shell.nix | ||
tags | ||
xrsh.com | ||
xrsh.com.txt | ||
xrsh.ico | ||
xrsh.iso | ||
xrsh.nix | ||
xrsh.svg | ||
xrsh.txt |
README.md
xrsh
click here for the website / hosted repo
XRSH Manual
Documentation for XRSH users can be found here
TIP: this is also available by typing
ctrl/cmd+a+0
orman xrsh
inside XRSH
Wiki / Roadmap
See the wiki here
Install
NOTE: installation is optional: just surf to the public version here
install using nix
NIX is a convenient way to install or develop xrsh:
- run
nix-run -p xrsh --run "xrsh.com"
(pass-p XXXX
to specify non-default 8080 port ) - build it when package does not exist:
nix-build -E "with import <nixpkgs> { }; callPackage ./xrsh.nix"
install without nix
- Download xrsh.com
- optional: run
unzip xrsh.com
to verify repository contents - run
chmod +x xrsh.com
in your console (only linux/mac) - run
./xrsh.com
in (any) shell - Profit! ✔
launch different .iso / modify files
You can specify a different .iso
file in various ways:
- open the
xrsh.com
as a zip (drag-drop into a zip-manager, or add.zip
extension) - method 1: overwrite
xrsh.iso
- method 2: open
src/index.html
and changeisoterminal="iso: ./../xrsh.iso"
to another file/URL
see developer-section below on building your own iso
The browser auto-launches https://localhost:8080
on most platforms
pass
-p XXXX
to specify port (default:8080)
Developers
Make sure to clone the repo including submodules (the xrsh-com repo)
$ git clone --recurse-submodules https://forgejo.isvery.ninja/xrsh/xrsh
$ cd xrsh
$ nix-shell # optional but adviced (to get up and running instantly)
Now serve the repo from a HTTPS webserver (for example run
./make dev
)
Run ./make standalone
to package everything into xrsh.com
- development of components (
src/com
) takes places in this git submodule - development of
xrsh.iso
takes places in this gitsubmodule
Funding
This project is funded through NGI0 Entrust, a fund established by NLnet with financial support from the European Commission's Next Generation Internet program. Learn more at the NLnet project page.
Inspired by
- mimetype hooks: Future of Text's
- xterm
- xr-terminal of Mauve (an amazingly talented dev)
- Fabien Beneout's PIM (the WIKI containing all secrets & ideas in life)