stig icon indicating copy to clipboard operation
stig copied to clipboard

TUI and CLI for the BitTorrent client Transmission

Results 50 stig issues
Sort by recently updated
recently updated
newest added

It might be really useful to be able to set these properties for individual torrents: - seedIdleMode - seedIdleLimit - seedRatioMode - seedRatioLimit I guess these, plus `peer-limit`, are the...

enhancement

I want to change the default binding of `alt-enter` showing the files of a torrent to `shift-enter` but I can't get it to work. I put the following in my...

bug

When stig wasn't working with the latest urwid, I tried several versions to pinpoint which had the breaking changes, which is 2.4.2 Trace: ``` Traceback (most recent call last): File...

I can't (or couldn't figure it out how to) add torrents in bulk. Like, : add path/to/torrent/file.torrent path/to/other/torrent/file.torrent works, but path/to/torrent/* doesn't. It says "Torrent file is corrupt or doesn't...

A recent `urwid` update changed how/when the screen is redrawn, which made commits 030508e6069a909e89b5d5e5beb36f4a794a8157 f83949fb23773a557a90eceac79227b57b66b8f6 a48ef301138a483abbbb60cc2c428b9438336b72 necessary. However, there are still some problems remaining. The ones I have noticed are...

Was trying to make things more simple and package this with an auto-packager on debian but it tells me a unit test is failing. I believe all deps are installed....

The `Scrollable` and `ScrollBar` widgets implemented for stig were merged into urwid in 2.5.0. This PR updates stig to use the now native urwid widgets. This makes stig compatible with...

this way Timestamp.NEVER will sort as less than other timestamps

How to reproduce: `ls -c name,tact -s !tact` Expected behaviour: the most recently active torrent is listed first Actual behaviour: torrents that have never been active are listed first, then...

When you run ```pip3 install stig``` and launch it you get this error ``` ImportError: cannot import name 'get_char_width' from 'urwid.str_util' (/home/sinistra/.main_env/lib/python3.11/site-packages/urwid/str_util.cpython-311-x86_64-linux-gnu.so) ```