This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ## | |
| # Quick Look Plugins | |
| # @url http://caskroom.io | |
| # @brief Quick Look Plugins installed via Homebrew Cask | |
| # | |
| # For a comprehensive overview of Quick Look plugins look here: https://github.com/sindresorhus/quick-look-plugins | |
| # | |
| brew cask install qlcolorcode # Preview source code files with syntax highlighting | |
| brew cask install qlstephen # Preview plain text files without a file extension. Example: README, CHANGELOG, etc. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """Prompt user for URL and filename and download the remote resource to a file. | |
| If the clipboard contains a HTTP(S) or FTP(S) URL, the URL input dialog is | |
| pre-filled with it. | |
| The suggested local filename is extracted from the URL, if possible. | |
| If a github file viewer URL is given, it is transformed into the matching | |
| raw file access URL, which makes it easier to download files on github you | |
| are viewing in your browser. Just copy the URL to the clipboard, change to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ———————————————————————————————————————————————————————————————————————————————————————————————————— | |
| BBEdit / BBEdit-Lite / TextWrangler Regular Expression Guide Modified: 2018/08/10 01:19 | |
| ———————————————————————————————————————————————————————————————————————————————————————————————————— | |
| NOTES: | |
| The PCRE engine (Perl Compatible Regular Expressions) is what BBEdit and TextWrangler use. | |
| Items I'm unsure of are marked '# PCRE?'. The list while fairly comprehensive is not complete. |
NewerOlder