Pinned Loading
-
Send a PushBullet notification when ...
Send a PushBullet notification when Transmission has finished a download. 1#!/bin/bash
23curl -u YOUR_ACCESS_TOKEN: \
4-X POST https://api.pushbullet.com/v2/pushes \
5--header 'Content-Type: application/json' \
-
clip: WSL bash script to access the ...
clip: WSL bash script to access the Windows Clipboard (both read and write) 1#!/bin/bash
2[[ ! -t 1 ]] && powershell.exe Get-Clipboard
3[[ ! -t 0 ]] && clip.exe
4if [[ -t 1 && -t 0 ]]; then
5echo Nothing specified to copy or paste! >&2
-
MopidyClient
MopidyClient PublicA Windows client for Mopidy, residing in the system tray, and emitting (silent) notifications whenever we change tracks, and such..
C#
-
npp_preview
npp_preview Public"Preview HTML" is a plug-in for Notepad++ which allows previewing an HTML page inside Notepad++ while editing it.
-
Fr0sT-Brutal/awesome-pascal
Fr0sT-Brutal/awesome-pascal PublicA curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!
-
koog1000/vscode-fossil
koog1000/vscode-fossil PublicIntegrated Fossil source control for Visual Studio Code
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.