Skip to content

Instantly share code, notes, and snippets.

@iwconfig
Created July 3, 2024 14:34
Show Gist options
  • Save iwconfig/32fa7bc43a2cc9f5678d71ef852393c8 to your computer and use it in GitHub Desktop.
Save iwconfig/32fa7bc43a2cc9f5678d71ef852393c8 to your computer and use it in GitHub Desktop.
scoop package for teldrive rclone fork (windoze). Usage: `scoop install <url_or_path_to_teldrive-rclone.json>`
{
"homepage": "https://github.com/divyam234/rclone",
"version": "1.67.2",
"license": "MIT license",
"url": "https://github.com/divyam234/rclone/releases/download/v1.67.2/rclone-v1.67.2-windows-amd64.zip",
"hash": "e32f95a5af686f2e79515ef3eddb52b7a8a21a030388f72223261e869fa5d970",
"extract_dir": "rclone-v1.67.2-windows-amd64",
"bin": "rclone.exe",
"shortcuts": [
[
"rclone.exe",
"rclone"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/divyam234/rclone/releases/download/v$version/rclone-v$version-windows-amd64.zip",
"extract_dir": "rclone-v$version-windows-amd64"
}
}
@iwconfig
Copy link
Author

iwconfig commented Jul 3, 2024

To get autocompletion:

Add-Content -Path $PROFILE.CurrentUserAllHosts -Value "`r`nrclone completion powershell | Out-String | Invoke-Expression"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment