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
#!/bin/sh | |
# @file mpvc-radio-browser: script for playing radio-browser channels using github.com/gmt4/mpvc | |
curl -fsSL "https://de1.api.radio-browser.info/csv/stations/topvote" | head -n 64 | awk -F, '{ if (length($0) < 680) print $5","$4","$9}' | column -s, -t | mpvc-fzf -F |
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
#!/bin/sh | |
# @file mpvc-somafm: script for playing SomaFM channels using github.com/gmt4/mpvc | |
curl -fsSL "https://somafm.com/channels.json" | jq -r '.channels | sort_by(.listeners | tonumber) | reverse | .[] | (.playlists[3]|.url) + ";" + .listeners + " ls "+.genre+";"+ .title' | column -s ';' -t | mpvc-fzf -F |
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
From 43cd27bf1ab3c36fc443adec1699cab5f448194f Mon Sep 17 00:00:00 2001 | |
From: gmt <[email protected]> | |
Date: Mon, 16 Mar 2020 00:07:22 +0100 | |
Subject: [PATCH] openvpn: Warn about failed peer connections on UDP | |
--- | |
src/openvpn/forward.c | 6 ++++++ | |
1 file changed, 6 insertions(+) | |
diff --git a/src/openvpn/forward.c b/src/openvpn/forward.c |
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
diff --git a/vimoutliner/scripts/outline_freemind/freemind.py b/vimoutliner/scripts/outline_freemind/freemind.py | |
new file mode 100755 | |
index 0000000..d00d7fd | |
--- /dev/null | |
+++ b/vimoutliner/scripts/outline_freemind/freemind.py | |
@@ -0,0 +1,191 @@ | |
+#!/usr/bin/python | |
+ | |
+''' | |
+usage: |