Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Sharkboy-j/Kebler
Transmission remote GUI
https://github.com/Sharkboy-j/Kebler
csharp gui netcore3 transmission transmission-remote windows
Last synced: 3 months ago
JSON representation
Transmission remote GUI
- Host: GitHub
- URL: https://github.com/Sharkboy-j/Kebler
- Owner: Sharkboy-j
- License: apache-2.0
- Created: 2019-03-10T00:32:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T00:33:32.000Z (about 1 year ago)
- Last Synced: 2024-06-19T21:58:00.917Z (5 months ago)
- Topics: csharp, gui, netcore3, transmission, transmission-remote, windows
- Language: C#
- Homepage:
- Size: 3.38 MB
- Stars: 52
- Watchers: 3
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kebler - Transmission Remote GUI (Windows only) x64
![Kebler](https://github.com/Rebell81/Kebler/raw/master/Images/1.png)
![Kebler](https://github.com/Rebell81/Kebler/raw/master/Images/2.png)## Some info
Kebler is GUI for Transmission Daemon (local or remote)
Kebler developed using .Net 5 and still in beta[Official Transmission RPC specs](https://github.com/transmission/transmission/blob/master/extras/rpc-spec.txt)
## Installation
Go to [Releases](https://github.com/Rebell81/Kebler/releases/latest) page and download one of builds. Or clone repository and build it by ur self using [Visual Studio 2019](https://visualstudio.microsoft.com/) and preinstalled [.Net 5 Desktop (SDK or Runtime)](https://dotnet.microsoft.com/download/dotnet/5.0)
Be carefull, portable version doesnot include auto update feature yet
Also you can download prerelease installer and receive updates from develop branch.
Or edit `app.config` at `C:\Users\{USERNAME}\AppData\Roaming\Kebler` and set `AllowPreRelease=True`#### Using [WinGet](https://docs.microsoft.com/en-us/windows/package-manager/winget/)
Run `winget install Kebler` to install the latest version of Kebler Transmission Remote GUI.
## Fixed hotkeys
- Ctrl + C : Connection manager
- Ctrl + N : Add new torrent
- Ctrl + M : Add magnet link
- Ctrl + F : Find torrent
- Alt + X : Exit
- F2 : Rename torrent
- Shift + Delete : Remove torrent with Data
- Delete : Remove torrent and save data on disk
- Escape : Hide props
- Space : Start or Pause torrent
## LicenseCopyright (c) 2019 by Rebell81
Kebler is free opensource software;
KeblerI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache-2.0 License for more details.