rndusr / stig

TUI and CLI for the BitTorrent client Transmission
GNU General Public License v3.0
554 stars 24 forks source link

Filter torrents by the Private flag in CLI #222

Closed Czechball closed 2 years ago

Czechball commented 2 years ago

Hello. Is there a way to filter torrents based on their Private flag? I'd like to do this in CLI since TUI doesn't run well on my machine, if possible. I'm aware that stig's codebase is currently in maintenance mode, so I'm mostly just asking if this is even possible in the first place or perhaps if there are any workarounds to do this.

rndusr commented 2 years ago

$ stig help filters | grep private $ stig ls private $ stig ls '!private'

Czechball commented 2 years ago

Thanks.