Update variables
This commit is contained in:
parent
8600220d20
commit
d9cc4a82e5
1 changed files with 3 additions and 2 deletions
|
@ -65,10 +65,11 @@
|
|||
'(("https://regexr.com/" regex debug)
|
||||
("https://regex101.com/" regex debug)
|
||||
("https://www.regextester.com/" regex debug)
|
||||
("https://extendsclass.com/regex-tester.html#python" regex debug)))
|
||||
("https://extendsclass.com/regex-tester.html#python" regex debug)
|
||||
("https://everything.curl.dev/" curl tool)))
|
||||
|
||||
(defvar mk/mirror-website
|
||||
"Locally mirror a website using `wget -mkEpnp <ur>`")
|
||||
"Locally mirror a website using `wget -mkEpnp <url>`")
|
||||
|
||||
(defvar mk/useful-regex
|
||||
'(("[\w\s]+:" "match any word or space that precede the :")
|
||||
|
|
Loading…
Add table
Reference in a new issue