Skip to content

Instantly share code, notes, and snippets.

View peppemas's full-sized avatar
💭
Senior Architect and Game Developer

peppemas peppemas

💭
Senior Architect and Game Developer
  • Victrix Games
  • Italy
View GitHub Profile
@peppemas
peppemas / RemoveAnsiEscapeCommand.py
Created November 9, 2018 10:52
Sumblime Text Plugin: Remove ANSI escape sequence from selected text
#######################################
# Sublime Text Plugin
# Remove ANSI Escape sequence from text
# Written by Giuseppe Mastrangelo
#
# select text and from console execute:
# view.run_command("remove_ansi_escape")
#######################################
import sublime