feat: implement __rand_string generator and update jobrunner backend #98

Merged
rootiest merged 7 commits from feature/rand-string-generator into main 2026-08-06 19:44:27 +00:00
Owner

Implemented the __rand_string helper function according to the spec, including fetching and parsing word databases into plain-text files bundled in data/words/. Also updated jobrunner.fish to use tmux as the primary backend with fallback to screen.

Implemented the `__rand_string` helper function according to the spec, including fetching and parsing word databases into plain-text files bundled in `data/words/`. Also updated `jobrunner.fish` to use `tmux` as the primary backend with fallback to `screen`.
rootiest added 2 commits 2026-08-02 09:21:56 +00:00
Adds jobrunner (short alias jr) for running, listing, inspecting,
re-attaching to, and terminating detached background tasks. Unlike bkg
and detach, which discard output, a jobrunner job keeps a live terminal
that survives closing the shell and can be restored later with attach.

Includes the __jobrunner_sessions parser shared by the function and its
completions, dynamic job-name completions, and screen in the fish-deps
catalog.
rootiest added 1 commit 2026-08-02 09:32:50 +00:00
rootiest added 1 commit 2026-08-02 09:37:16 +00:00
rootiest added 1 commit 2026-08-02 09:41:56 +00:00
rootiest added 1 commit 2026-08-02 09:45:44 +00:00
rootiest added 1 commit 2026-08-02 09:47:35 +00:00
rootiest merged commit 93831564a8 into main 2026-08-06 19:44:27 +00:00
rootiest deleted branch feature/rand-string-generator 2026-08-06 19:44:29 +00:00
Sign in to join this conversation.