Raven Scott
98dd91020e
feat(shell): job-aware kill, disown, jobs/set flags, fallback REPL history
...
- Document interactive shell vs /bin/sh in bare-os-shell man, handbook §9,
kill(1), and shell-completion guide
- Resolve kill %n and %% to synthetic PIDs via shellBackgroundJobs
- Add disown builtin; jobs -p (pgid-only) and -l (pid column); set -o/+o to
print errexit/nounset/pipefail/noglob
- Expand completion-engine fallback flags for common utilities
- Persist lines to /.bare/repl_history_<USER> when BARE_OS_REPL_HISTORY=1
and Fish REPL is off (repl-session + cli-readline)
- Tests: kill job specs, set -o output, jobs -p
2026-04-21 17:26:41 -04:00
..
2026-04-04 18:09:08 -04:00
2026-04-04 22:39:33 -04:00
2026-04-09 20:42:54 -04:00
2026-04-09 20:42:54 -04:00
2026-04-09 20:48:03 -04:00
2026-04-09 20:42:54 -04:00
2026-04-05 16:34:58 -04:00
2026-04-09 20:42:54 -04:00
2026-04-05 12:52:06 -04:00
2026-04-09 20:42:54 -04:00
2026-04-09 20:42:54 -04:00
2026-04-09 00:53:45 -04:00
2026-04-21 16:55:52 -04:00
2026-04-09 01:24:07 -04:00
2026-04-03 20:46:09 -04:00
2026-04-04 17:51:47 -04:00
2026-04-04 19:23:06 -04:00
2026-04-05 02:08:38 -04:00
2026-04-05 12:52:06 -04:00
2026-04-04 17:51:47 -04:00
2026-04-03 23:44:13 -04:00
2026-04-03 23:42:47 -04:00
2026-04-03 23:44:13 -04:00
2026-04-04 18:09:08 -04:00
2026-04-04 18:46:00 -04:00
2026-04-05 23:14:08 -04:00
2026-04-09 20:42:54 -04:00
2026-04-09 20:42:54 -04:00
2026-04-04 02:51:33 -04:00
2026-04-05 23:14:08 -04:00
2026-04-04 01:20:57 -04:00
2026-04-04 01:20:57 -04:00
2026-04-04 18:09:08 -04:00
2026-04-05 13:50:07 -04:00
2026-04-05 15:04:59 -04:00
2026-04-04 19:23:06 -04:00
2026-04-04 18:41:34 -04:00
2026-04-04 21:23:49 -04:00
2026-04-05 01:31:03 -04:00
2026-04-05 15:52:59 -04:00
2026-04-03 20:46:09 -04:00
2026-04-05 13:50:07 -04:00
2026-04-04 01:20:57 -04:00
2026-04-05 13:50:07 -04:00
2026-04-04 18:46:00 -04:00
2026-04-08 20:53:38 -04:00
2026-04-04 17:51:47 -04:00
2026-04-04 16:39:15 -04:00
2026-04-05 14:17:20 -04:00
2026-04-04 06:39:31 -04:00
2026-04-04 22:39:33 -04:00
2026-04-05 03:16:33 -04:00
2026-04-05 15:52:59 -04:00
2026-04-04 02:34:21 -04:00
2026-04-05 00:45:17 -04:00
2026-04-05 13:50:07 -04:00
2026-04-04 21:23:49 -04:00
2026-04-04 22:39:33 -04:00
2026-04-05 23:14:08 -04:00
2026-04-05 14:17:20 -04:00
2026-04-05 13:50:07 -04:00
2026-04-05 14:45:01 -04:00
2026-04-05 01:06:59 -04:00
2026-04-05 01:31:03 -04:00
2026-04-05 00:32:40 -04:00
2026-04-05 23:14:08 -04:00
2026-04-04 17:51:47 -04:00
2026-04-05 15:52:59 -04:00
2026-04-04 17:51:47 -04:00
2026-04-05 13:50:07 -04:00
2026-04-08 20:02:12 -04:00
2026-04-04 18:41:34 -04:00
2026-04-04 17:51:47 -04:00
2026-04-05 02:08:38 -04:00
2026-04-04 22:00:01 -04:00
2026-04-05 01:06:59 -04:00
2026-04-04 22:39:33 -04:00
2026-04-05 23:14:08 -04:00
2026-04-04 04:33:25 -04:00
2026-04-05 15:52:59 -04:00
2026-04-05 23:14:08 -04:00
2026-04-03 21:39:36 -04:00
2026-04-09 20:42:54 -04:00
2026-04-04 22:28:47 -04:00
2026-04-04 22:13:19 -04:00
2026-04-05 23:01:54 -04:00
2026-04-04 18:20:56 -04:00
2026-04-21 17:26:41 -04:00
2026-04-21 17:26:41 -04:00
2026-04-05 23:14:08 -04:00
2026-04-04 22:13:19 -04:00
2026-04-03 20:46:09 -04:00
2026-04-04 02:51:33 -04:00
2026-04-06 08:37:38 -04:00
2026-04-05 15:04:59 -04:00
2026-04-04 22:13:19 -04:00
2026-04-05 22:45:21 -04:00
2026-04-05 23:14:08 -04:00
2026-04-05 22:45:21 -04:00
2026-04-09 20:42:54 -04:00
2026-04-04 19:08:51 -04:00
2026-04-04 22:13:19 -04:00
2026-04-04 05:54:08 -04:00
2026-04-05 01:06:59 -04:00
2026-04-08 23:07:07 -04:00
2026-04-04 17:06:35 -04:00
2026-04-05 14:45:01 -04:00
2026-04-09 00:10:51 -04:00
2026-04-04 17:51:47 -04:00
2026-04-05 04:33:14 -04:00
2026-04-21 17:26:41 -04:00
2026-04-03 20:46:09 -04:00
2026-04-04 19:36:32 -04:00
2026-04-04 17:24:48 -04:00
2026-04-21 17:26:41 -04:00
2026-04-04 18:09:08 -04:00
2026-04-08 23:07:07 -04:00
2026-04-04 17:51:47 -04:00
2026-04-08 20:53:38 -04:00
2026-04-08 20:02:12 -04:00
2026-04-05 02:21:07 -04:00
2026-04-04 22:00:01 -04:00
2026-04-08 23:28:05 -04:00
2026-04-04 18:09:08 -04:00
2026-04-04 22:13:19 -04:00