Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irevenko/koneko
đđ nyaa.si terminal BitTorrent tracker
https://github.com/irevenko/koneko
anime anime-downloader cli client downloader nyaa-api nyaa-si nyaasi terminal torrent torrent-client torrent-download torrent-downloader torrents
Last synced: 3 months ago
JSON representation
đđ nyaa.si terminal BitTorrent tracker
- Host: GitHub
- URL: https://github.com/irevenko/koneko
- Owner: irevenko
- License: mit
- Created: 2021-03-31T20:16:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T11:59:47.000Z (over 2 years ago)
- Last Synced: 2024-06-18T22:53:01.351Z (5 months ago)
- Topics: anime, anime-downloader, cli, client, downloader, nyaa-api, nyaa-si, nyaasi, terminal, torrent, torrent-client, torrent-download, torrent-downloader, torrents
- Language: Go
- Homepage: https://nyaa.si
- Size: 4.89 MB
- Stars: 219
- Watchers: 6
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - irevenko/koneko - đđ nyaa.si terminal BitTorrent tracker (Go)
README
# koneko - TUI Client for nyaa.si đđ
> Koneko, åįĢ - means kitten in Japanese (so it refers to nyaa.si name which is cat's meow)
âģī¸ Download Anime, Literature, Audio, Live Action, Pictures, Software and more!
Data - go-nyaa TUI - tview
# Installation đ¨
```go get -u github.com/irevenko/koneko```# About koneko âšī¸
- â Supports ```UNIX``` and ```windows```
- đ Could be faster than the website because you can mark multiple torrents and download & open them all at once
# Usage đŦ
```koneko ``` - ```nyaa``` or ```sukebei```
## Keybindings đš
| panel | operation | key |
|------------------|--------------------------|----------------------------------------------------|
| search | navigate | Tab / Shift + Tab |
| search | focus results | Esc |
| results | mark torrent | Enter |
| results | download marked torrents | Ctrl + D |
| results | open marked torrents | Ctrl + O |
| results | get marked torrent info | Ctrl + I |
| results | move down | j / â |
| results | move up | k / â |
| results | move to the top | g / home |
| results | move to the bottom | G / end |
| results | focus search | Esc / Tab |
| all | open help | Ctrl + J |
| all | exit | Ctrl + C |# Contributing đ¤
Contributions, issues and feature requests are welcome! đ
Feel free to check [open issues](https://github.com/irevenko/koneko/issues).## Show your support đ
Give a âī¸ if this project helped you!# Quick Start đ
```git clone https://github.com/irevenko/koneko.git```
```cd koneko```
```go get -d ./...```
```go build```# What I Learned đ§
- Building TUI's using tview and tcell# ToDo
- [ ] Pretty color theme
- [ ] Add bookmars, history# License đ
(c) 2021 Ilya Revenko. [MIT License](https://tldrlegal.com/license/mit-license)