Skip to content

Releases: JoniVR/IntelliDock

Intellidock 1.1.0

01 Aug 17:33
Compare
Choose a tag to compare

Installation

  1. Download or clone the script to your computer
  2. Open a terminal window, navigate to the location where you saved the file (cd /<folder>/)
  3. Run chmod u+x Intellidock.sh to allow the user to run the script
  4. Run the script in the background nohup ./Intellidock.sh > /dev/null 2>&1&
  5. Optionally set the script to run at startup (see this link).

To receive a notification every time the state changes, run Intellidock with the -n parameter.

nohup ./Intellidock.sh -n > /dev/null 2>&1&

Changes from 1.0.0

  • added option to receive notifcations
  • refactored code and fixed a small bug

Intellidock 1.0.0

26 Mar 10:11
Compare
Choose a tag to compare

Installation

  1. Save the script Intellidock.sh to a location of your choice on your computer
  2. Open a terminal window, navigate to the location where you saved the file (cd /<folder>/)
  3. Run chmod u+x Intellidock.sh to allow the user to run the script
  4. Run the script in the background nohup ./Intellidock.sh > /dev/null 2>&1&
  5. Optionally set the script to run at startup (see this link).