hughjonesd / huxtable

An R package to create styled tables in multiple output formats, with a friendly, modern interface.
http://hughjonesd.github.io/huxtable
Other
322 stars 28 forks source link

Apply shell escapes to quick open paths #232

Closed ceresek closed 2 years ago

ceresek commented 2 years ago

The quick_open function family does not escape the paths in auto_open. With this fix, paths with spaces and some other special characters work, even though file names starting with dashes are still confused for options by xdg-open. Only tested on Linux.