sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
| #!/usr/bin/env python | |
| from jira import JIRA | |
| import csv | |
| # Instructions | |
| # ------------ | |
| # | |
| # 1. Create a CSV file with "Summary" and "Description" headers and fill out appropriately. | |
| # 2. Modify the varaibles in the lines below as appropriate |
| g_LastCtrlKeyDownTime := 0 | |
| g_AbortSendEsc := false | |
| g_ControlRepeatDetected := false | |
| *CapsLock:: | |
| if (g_ControlRepeatDetected) | |
| { | |
| return | |
| } |