dotfiles/.config/fisherman/last_job_id/README.md

600 B

Build Status Slack Room

Last_job_id

Get the id of one or more existing jobs

Install

With fisherman

fisher last_job_id

Usage

if set -l i (last_job_id --last)
    printf "Most recent job: %%%i\n" $i
end