No description
Find a file
Leon van Kammen dbfc5fe8bb
Some checks are pending
/ test (push) Waiting to run
added tabcommunication tab
2024-04-18 15:29:54 +00:00
.forgejo/workflows forgejo action test 2023-12-12 12:05:51 +01:00
.github/workflows work in progress [might break] 2023-12-31 20:28:57 +00:00
src added tabcommunication tab 2024-04-18 15:29:54 +00:00
.gitignore 1st commit 2023-11-01 11:21:41 +01:00
LICENSE Initial commit 2023-11-01 11:14:44 +01:00
make work in progress 2024-01-03 12:44:29 +00:00
README.md bugfixes 2024-01-08 20:32:27 +00:00
shell.nix work in progress [might break] 2024-01-01 13:01:15 +00:00

xrsh

Wiki / Roadmap

See the wiki here

Install

No need! Just surf to the public version here or download the standalone binary in the releases section
The apps live in the apps-repo.

Developers

$ git clone https://forgejo.isvery.ninja/xrsh/xrsh
$ git clone https://forgejo.isvery.ninja/xrsh/xrsh-apps
$ cd xrsh/src
$ ln -s ../../xrsh-apps/app .
$ ln -s ../../xrsh-apps/com .

now surf to xrsh/src/index.html

developers: run ./make dev (spins up a redbean.com https-server)

NOTE: if you value optimization over prototype-ability, you can minify the code by running cd src && npm install parcel && parcel index.html