Skip to content
Christian Zangl edited this page Jun 30, 2022 · 1 revision

You can define your own filters by creating a file in ~/.config/extrakto/extrakto.conf (also see README)

match escaped spaces in a path

From an issue by @systemmonkey42:

[path]
regex:  (?:[ \t\n\"([<':]|^)(~|/)?((?:[-~a-zA-Z0-9_+-,.]|(?:\\.))+/(?:[^ \t\n\r|:\"'$%&)>\\\]]|(?:\\.))*)
Clone this wiki locally