Added
Link Here
|
0 |
- |
1 |
Stig features: |
|
|
2 |
|
3 |
* Filters are used to select torrents for listing, starting/stopping, deleting, |
4 |
etc |
5 |
|
6 |
* Tabs allow you to open and switch between multiple lists (torrents, peers, |
7 |
files, etc) |
8 |
|
9 |
* Commands do almost everything, and they can be invoked: |
10 |
- through single- or multi-key (think GNU/EMACS) keybindings, |
11 |
- by entering them in a command prompt in the TUI (think vi) with tab completion |
12 |
- by providing them as CLI arguments when invoking stig (think Git), |
13 |
- or by listing them in an rc file which is automatically loaded. |
14 |
|
15 |
* Color themes support 16 and 256 colors |
16 |
|
17 |
* Complete built-in documentation with help command or --help argument |
18 |
|
19 |
* Full API abstraction layer makes it possible to add support for other |
20 |
BitTorrent clients with RPC interfaces (contributors are welcome) |