Onhold Versions Save

🔊 Play sounds while and after shell jobs complete

v0.6.5

3 years ago

This release upgrades play_sounds and removes redundant dependencies.

You can install this version like so:

python3 -m pip install onhold==0.6.5

v0.6.4

3 years ago

This release's default sounds are all MP3 instead of OGG. Windows MCI doesn't support OGG, but it does support MP3.

You can install this version like so:

python3 -m pip install onhold==0.6.4

v0.6.2

3 years ago

This release uses a cross-platform terminal bell.

You can install this version like so:

python3 -m pip install onhold==0.6.2

v0.6.1

3 years ago

This version adds terminal bell functionality behind the -b/--bell flag.

You can install this version like so:

python3 -m pip install onhold==0.6.1

v0.5.0

3 years ago

This version scraps the piping method used in v0.4.1 in favor of fast cross-platform piping.

  • Fast I/O redirection on all platforms
  • detect removed from dependencies

You can install this version like so:

python3 -m pip install onhold==0.5.0

v0.4.1

3 years ago

This is a small update that improves pipe I/O speeds and CPU usage, especially on Linux and macOS.

  • Add detect dependency, and use it to detect platforms
  • Unix-like systems will use shell I/O redirection
  • Other systems will use iterators over stdin instead of explicitly iterating over input with slow Python for-loops

You can install this like so:

python3 -m pip install onhold==0.4.1

v0.3.12

3 years ago

Changes

  • Removed -i/--ignore flag from onhold script
  • Add -w/--warn flag to onhold script
  • Update documentation to reflect change

Installing

You can install this release from PyPI like so:

$ python3 -m pip install onhold==0.3.12

Or

$ python3 -m pip install --upgrade onhold

v0.3.10

3 years ago