tab completion should escape spaces
I'm forwarding bug #601938 from the Debian bug tracker:
The add
command expects that spaces in the torrent's filename are escaped, but the tab completion doesn't escape them. This is quite annoying since every time one uses tab completion to get the filename of torrents with spaces one has to escape them manually. Instead tab completion should just give the escaped path.
Change History
(6)
Milestone: |
Future → 1.3.3
|
Milestone: |
1.3.x → 1.4.0
|
Version: |
1.3.1 → git master
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
I looked into this and it is quite a complex problem to fix because tab completion function splits on spaces to denote commands and args.