Go to file
Omar Rizwan be519afe5f extension,test: Start on simplifying routing.
Introduces a 'named variable' syntax so we can remove all the manual
indexing into path components / converting to int in individual fs
ops.

Also rewrites the route finding to use regex: all routes are compiled
to regexes, then the route finder just walks through them all until it
hits a match.

Doesn't fully work yet; JS test passes.
2021-03-21 15:35:01 -07:00
.github Create FUNDING.yml 2021-01-10 14:51:36 -08:00
extension extension,test: Start on simplifying routing. 2021-03-21 15:35:01 -07:00
fs create -> mknod 2021-02-25 15:41:21 -08:00
test extension,test: Start on simplifying routing. 2021-03-21 15:35:01 -07:00
.gitignore Add default log file and mountpoint to gitignore 2021-01-02 19:26:58 +01:00
install.sh Merge commit 'refs/pullreqs/55' 2021-01-31 12:33:11 -08:00
LICENSE add LICENSE, fixes #23; md updates 2021-01-03 21:42:23 -08:00
README.md sponsor updates, document debugger folder slightly better 2021-01-10 15:06:52 -08:00
tabfs.md md: evals -> watches 2021-02-25 15:43:02 -08:00

TabFS

See https://omar.website/tabfs/.

(update: You can now sponsor further development of TabFS and help to turn it from an experiment into something really reliable and useful!)