Skip to content

Little program to run a command and play a sound after

Notifications You must be signed in to change notification settings

HeroProtagonist/jobs_done

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jobs_done

Like && say done, but more fun.

Installation

curl -s https://raw.githubusercontent.com/HeroProtagonist/jobs_done/main/install.sh | bash

Usage

Run a command and play an audio file when it's done

Usage: jobs_done [OPTIONS] [COMMAND]...

Arguments:
  [COMMAND]...  Command to run

Options:
  -p, --play           Just play the sound without supplying a command
  -s, --sound <SOUND>  Sound to play [default: jobs-done] [possible values: jobs-done, work-complete]
  -h, --help           Print help
  -V, --version        Print version