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
Showing only changes of commit cb74cd84e2 - Show all commits
+1 -1
View File
@@ -212,7 +212,7 @@ function jobrunner --description 'Manage detached background jobs with tmux or G
end
if test -z "$name"
set name (rand_string adjective name)
set name (rand_string adjective animal)
end
set task $argv[2..-1]