tulir / gomuks

A terminal based Matrix client written in Go.
https://maunium.net/go/gomuks
GNU Affero General Public License v3.0
1.3k stars 124 forks source link

Issue uploading files from folders with spaces #416

Open brunofontes opened 1 year ago

brunofontes commented 1 year ago

Hello,

Not sure if it is only here, but I can't upload any file if there is a space in the folder.

I've tried things as:

And I've also trying using autocomplete, with a very weird behaviour:

  1. /upload /home/bruno/my<TAB> was autocompleted to /upload /home/bruno/my folder/;
  2. So I included the "image" and pressed tab again, and faced a /upload /home/bruno/my /home/bruno/my folder/image.png

Thanks, Bruno