puter/packages/backend
Sam Atkins fa81dca950 feat(backend): Add tab completion to server console command arguments
A command can optionally define a `completer(args)` function. It takes
an array of strings for the current arguments, and returns an array of
completion results for the last argument.

Includes a few completers:
- alarm:info/clear/inspect completes the first argument as an alarm id
  or short_id
- script:run completes the first argument as a script name
- params:get/set completes the first argument as a parameter name
2024-06-28 11:18:29 -04:00
..
doc doc: add documentation for app shares 2024-06-24 20:13:40 -04:00
src feat(backend): Add tab completion to server console command arguments 2024-06-28 11:18:29 -04:00
tools fix: update test kernel 2024-06-19 19:55:50 -04:00
.gitignore Release backend 2024-03-30 19:08:03 -04:00
exports.js refactor: name from SelfhostedModule to SelfHostedModule 🔨 2024-05-05 07:53:55 +00:00
package.json feat: add cross-server event broadcasting 2024-06-14 23:17:58 -04:00
README.md Add README.md to backend directory 2024-03-30 19:23:43 -04:00