This script requires two Python dependencies: beautifulsoup4 and openpyxl. Install them first using pip:
$ pip install beautifulsoup4
$ pip install openpyxlYou might have to use sudo if installing globally.
This script requires two Python dependencies: beautifulsoup4 and openpyxl. Install them first using pip:
$ pip install beautifulsoup4
$ pip install openpyxlYou might have to use sudo if installing globally.
This is a compilation of information I found in different postings on the net.
tmux can be invoked in command mode using tmux -CC. The simplest way to get a remote tmux session into a window of iterm is to invoke it on the remote host
| -- ddcavcontrol | |
| -- v1.2.1 | |
| -- This Hammerspoon script is intended to do the following: | |
| -- 1) Control External Display Brightness via DDC (utilizing a proper brightness+contrast curve) | |
| -- 2) Control External Display Volume via DDC | |
| -- 3) Control Digital AV Volume via Network (currently works with Yamaha AVs) | |
| -- 4) Use the standard brightness and volume keys of an Apple keyboards | |
| -- 5) Display the standard MacOS OSD as expected |