Skip to content

Instantly share code, notes, and snippets.

View gravelfreeman's full-sized avatar

Freeman gravelfreeman

View GitHub Profile
@Clemv95
Clemv95 / ygg-api.yml
Last active April 29, 2025 09:23 — forked from LimeDrive/ygg-api.yml
Indexeur ygg-api pour jackett / prowlarr
---
id: ygg-api
name: Ygg API
description: Indexeur non officiel pour YggTorrent (YGG) MOVIES / TV
language: fr-FR
type: private
encoding: UTF-8
testlinktorrent: false
links:
- https://yggapi.eu/
@PickleBoxer
PickleBoxer / 1Password_CLI_Windows_WSL_Setup.md
Last active April 26, 2025 12:32
1Password CLI on Windows Host Running on WSL

1Password CLI on Windows Host Running on WSL

This guide will walk you through the process of installing the 1Password Command Line Interface (CLI) on a Windows system and setting up an alias for it in the Windows Subsystem for Linux (WSL) using Zsh.

Prerequisites

  • Windows 10 or later with WSL enabled.
  • Zsh installed on your WSL distribution.
  • Windows Package Manager (winget) installed on your Windows system.
@paul-chambers
paul-chambers / torrent-complete
Last active April 23, 2025 15:13
Helper script for deluge or qBittorrent. It hardlinks completed torrents into a destination folder. It also unrars it, if it includes a rar archive.
#!/bin/bash
# Helper script for deluge or qBittorrent bittorrent clients
# Intended to be run when the torrent download completes
#
# for qBittorrent, enable 'Run external program on torrent completion' under 'Downloads' in the options dialog.
# in the text field, enter:
#
# <path to>/torrent-complete.sh "%K" "%N" "%D"
#