Update README.md

This commit is contained in:
Daan Wijns 2020-09-14 18:57:03 +02:00 committed by GitHub
parent b41b1e20c5
commit 18a0ed5112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@ The sleekest looking WEBUI for qBittorrent made with Vuejs!
- adding / removing / pausing / resuming torrents
- sorting by every property shown!
- filtering powered by Fuse.js!
- mobile friendly! (maybe not for thousands of torrents...)
@ -52,16 +52,6 @@ The sleekest looking WEBUI for qBittorrent made with Vuejs!
- works on QBittorrent V4.2 and later
### Sorting/Filtring
example queries:
- s name asc => sort by name ascending
- sort size desc => sort by size descending
- f ubuntu => filter by torrent-name that contains 'ubuntu'
- filter done => filter all completed torrents
- filt busy => filter all downloading torrents
## Contributing
I'll gladly accept help/pull requests & advice! (this is my first project of this nature, pls be kind 😛 ).