puter/packages
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
..
backend feat(backend): Add tab completion to server console command arguments 2024-06-28 11:18:29 -04:00
contextlink refactor: flatten the monorepo 2024-06-08 01:07:42 -04:00
git refactor: flatten the monorepo 2024-06-08 01:07:42 -04:00
phoenix Remove repo links from Phoenix shell init 2024-06-12 01:50:13 -04:00
pty refactor: flatten the monorepo 2024-06-08 01:07:42 -04:00
puter-js close #483 2024-06-19 22:30:42 -07:00
puter-js-common fix: Throw an error when readdir is called on a non-directory 2024-06-24 19:08:56 -04:00
strataparse refactor: flatten the monorepo 2024-06-08 01:07:42 -04:00
terminal refactor: flatten the monorepo 2024-06-08 01:07:42 -04:00
useapi feat: add external mod loading 2024-06-09 13:14:48 -04:00