We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8f2ca commit b3a6269Copy full SHA for b3a6269
src/main.rs
@@ -11,7 +11,7 @@ use regex::Regex;
11
use skim::{Skim, SkimOptionsBuilder};
12
use structopt::StructOpt;
13
14
-const URL_REGEX: &str = r"(http(s)?://[a-zA-Z0-9_/?+&.=@%#;~-]+)";
+const URL_REGEX: &str = r"(http(s)?://[a-zA-Z0-9_/?+&.=@%#;~:-]+)";
15
16
#[derive(Debug, StructOpt)]
17
#[structopt(name = "leth", about = "URL extractor intended to be used within mutt")]
0 commit comments