Fixed knaben search provider and added torrent renaming:
To make use of torrent renaming, you have to bind Rename action to a key under [torrents_tab] in keymap.toml like this:
[torrents_tab]
keybindings = [
{ on = "r", action = "Rename" },
]To update Rustmission that was installed using cargo just run the same install command again:
cargo install rustmission
What's Changed
- refactor: start moving common things to intuitils by @micielski in #120
- feat: renaming torrents by @micielski in #123
- refactor: move Tui to intuitils by @micielski in #124
- refactor: move tabs to intui-tabs by @micielski in #125
- fix: search throbber and knaben provider by @micielski in #127
- release: 0.5.1 by @micielski in #128
Full Changelog: v0.5.0...v0.5.1