Sublime-Evaluate
Sublime-Evaluate copied to clipboard
Selection evaluation in Sublime Text
I've been using Evaluate for years now, just had to generate a bunch of random numbers and thought I could with this little guy. I think the code to add...
Added support for using dateutil module in expressions. Allows evaluating for example: dateutil.parser.parse('10/1/2018 12:10:13 AM') -> 2018-10-01 12:10:13
@jbrooksuk Hi! Something like this: ```json { "keys": [ "super+ctrl+alt+shift+d" ], "command": "evaluate", "args": { "input": "date '+%d.%m.%Y'" } } ```
Enable `universal_newlines` mode so that eval on windows don't throw half EOL (#9)
Hi All, when I try this plugin on a few selection, it is working fine. However, when I apply it on large selections like 600,000 selections, sublime stops responding and...