This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
# adds a project called 'none' to any task that was created without a project | |
# source: https://www.reddit.com/r/commandline/comments/jcpd9q/taskwarrior_is_perfect/g9s7o1g/?context=3 | |
import json | |
import sys | |
task = json.loads(sys.stdin.readline()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Media control (Global Spotify hotkeys) | |
<^<!<#Space:: ; LCtrl+LAlt+LWin+Space :: Play/pause | |
Send, {Media_Play_Pause} | |
return | |
<^<!<#C:: ; LCtrl+LAlt+LWin+C :: Previous track | |
Send, {Media_Prev} | |
return | |
<^<!<#V:: ; LCtrl+LAlt+LWin+V :: Next track |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a list of ISOs which can be installed simply using tools like: | |
- MultiBootISOs | |
- MultiBootUSB | |
- SARDU | |
- Ventoy | |
- WinSetupFromUSB | |
- Yumi | |
Or installed with slightly more effort using Easy2Boot. | |
Live/Persistant Installations: |