openscopeproject / openscopeproject/TrguiNG
Feature Request: Navigate through torrents list via typing torrent name on keyboard
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 796
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
For example, if you will take a look at this picture:
you can spot 3 torrents currently in the list.
So when pressing 'M' button on keyboard 'MyName1' torrent will be selected, pressing 'M' again within a short period of time will look for torrents that starts with 'MM' and selecting them (case insensitive). If no 'MM' torrents available in the list the second torrent with 'M' in it's name will be selected - 'MoreFiles'.
Pressing 'A' will select first torrent in the list starting with 'A' in it's name (case insensitve).
Basically the same behavior you can see in default Windows Explorer when browsing through file list in a directory.
Thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the TypeScript torrent-list UI and its keyboard-event handling, then inspect existing selection behavior. Done means keyboard typing selects matching torrents case-insensitively and repeated characters follow the requested cycling behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100