I hereby claim:
- I am delthas on github.
- I am delthas (https://keybase.io/delthas) on keybase.
- I have a public key whose fingerprint is F80E ABBA 7EF0 18DC B1F1 95E3 9380 8D16 AEA4 D19C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$ErrorActionPreference = 'Stop' | |
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" | |
$ahkScript = "$toolsDir\eacuninstall.ahk" | |
[array]$key = Get-UninstallRegistryKey -SoftwareName 'Exact Audio Copy*' | |
if ($key.Count -eq 1) { | |
$key | % { | |
AutoHotkey $ahkScript "$($_.UninstallString)" | |
} |
$ErrorActionPreference = 'Stop' | |
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" | |
$url = 'https://prerelease.keybase.io/keybase_setup_386.exe' | |
$packageArgs = @{ | |
packageName = $env:ChocolateyPackageName | |
unzipLocation = $toolsDir | |
fileType = 'exe' | |
url = $url |
with support for downloading both free and paid apps you own
url := "https://perdu.com" | |
hostname := "perdu.com" | |
sni := false | |
var serverName string | |
if sni { | |
serverName = hostname | |
} else { | |
// disable sending the ServerName by using an IP |
#!/bin/sh -eux | |
# will list all JAR files containing log4j (log4j related classes) | |
for f in $(find / -name '*.jar' 2>/dev/null); do echo "Checking $f..."; unzip -l "$f" | grep -F org/apache/logging/log4j/core/lookup/JndiLookup.class; done |
TL;DR This simple spec enables terminal apps to have their own icons, window grouping, and app pinning, by letting terminal emulators know about the ID of the app they are running.
There are two general ways of starting a terminal application: