mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-22 12:54:59 +00:00
I don't like it but it gets the job done
This commit is contained in:
parent
50c9a7602c
commit
5313950597
@ -136,7 +136,9 @@ impl<'a> Swapper<'a> {
|
|||||||
let options = self.executor.execute(params);
|
let options = self.executor.execute(params);
|
||||||
let lines: Vec<&str> = options.split('\n').collect();
|
let lines: Vec<&str> = options.split('\n').collect();
|
||||||
|
|
||||||
let pattern = Regex::new(r#"@thumbs-([\w\-0-9]+)\s+(.+)"#).unwrap();
|
//let pattern = Regex::new(r#"@thumbs-([\w\-0-9]+)\s+(.+)"#).unwrap();
|
||||||
|
let pattern =
|
||||||
|
Regex::new(r#"@thumbs-([\w\-0-9]+)\s+"?([\w\d\[\{\(\-\+/\\\.,\|=\)\}\]!@#\$%\^&~`:<>\?;'\*]+)"?$"#).unwrap();
|
||||||
|
|
||||||
let args = lines
|
let args = lines
|
||||||
.iter()
|
.iter()
|
||||||
|
Loading…
Reference in New Issue
Block a user