RegexPortfolio
Save your useful regex pattern in a portfolio
Details
Installs
- Total 347
- Win 210
- Mac 92
- Linux 45
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
RegexPortfolio
Save your useful regex pattern in a portfolio Sublime Text.
If you want to save/keep some of your regex pattern, then Regex Portfolio could fit your needs.
In this package, you will also find some pre defined regex pattern, compatible with Sphinx directives
Main features
7 useful regex for catching all the : - changelog - keyword - synopsis (desc or description) - todo - warning - note - and all the above keys at the same time
The regex will accept all the current most popular comment style I know (HTML and PHP Blade comment style are not supported).
It is better to indent your comments (to be also compatible with Sphinx, just in case when you want to auto documentate later - mainly for python users)
The find results will be output in a single file in which all the important information is gathered ^
Documentation
RegexPortfolio
All commands are accessible via the Command Palette, Ctrl + Shift + P
on Windows/Linux, Command + Shift + P
on Mac.
Regex Portfolio: load changelog
to load the changelog regex patternRegex Portfolio: load keywords
to load the keywords regex patternRegex Portfolio: load synopsis
to load the synospis regex patternRegex Portfolio: load todo
to load the todo regex patternRegex Portfolio: load notes
to load the notes regex patternRegex Portfolio: load warnings
to load the warnings regex patternRegex Portfolio: load all flag (keywords, synopsis, changelog, todo, notes & warnings)
to load all the regex pattern at the same time
User Portfolio (My Regex)
You can also add your custom regex in the RegexPortfolio plugin.
All your pattern are accessible via the context menu
After loading the wanted regex pattern, select the folder you want to scan.
Installation
Regex Portfolio
is also available via Package Control and can be found as RegexPortfolio
.
For manual installation, run the following script in the Sublime Text terminal (ctrl+`
) which utilizes git clone
(you must have git installed with correct env path defined).
import os; path=sublime.packages_path(); (os.makedirs(path) if not os.path.exists(path) else None); window.run_command('exec', {'cmd': ['git', 'clone', 'https://github.com/KaminoU/RegexPortfolio.git', 'RegexPortfolio'], 'working_dir': path})
Packages can be uninstalled via Package Control: Remove Package
, located in the Command Palette.
License
Copyright © 2020 宀Кami宀 (Michel TRUONG)
Licensed under the MIT license.
o( ^ ^ )o Cheers!!! o( ^ ^ )o