Commit Graph

  • 0d8cb7fc84 update readme: add ci badge master Adrien Marquès 2019-11-18 16:00:18 +0100
  • 20410fe438 add ci + go module support Adrien Marquès 2019-11-18 15:58:54 +0100
  • 847bfffcb3 Precise readme details Adrien Marquès 2019-03-17 22:12:10 +0100
  • f0b164af42 update readme xdrm-brackets 2019-01-31 10:44:23 +0100
  • c96d5b827c update readme xdrm-brackets 2019-01-31 09:37:17 +0100
  • 3a25db9d18 upgrade hyperlink: can now CONTAIN other syntaxes | can be interlaced with other syntaxes (at beginning, or contains [ without a \033 before) xdrm-brackets 2019-01-31 09:28:57 +0100
  • 943e61119c upgrade hyperlink: can now CONTAIN and be interlaced with other syntaxes xdrm-brackets 2019-01-31 09:28:22 +0100
  • 428cc0945e minfix xdrm-brackets 2019-01-30 21:51:24 +0100
  • f2d05af62e update readme xdrm-brackets 2019-01-30 21:33:38 +0100
  • 983d9746b6 fix progress rewrite : multiline vs. no newline at all xdrm-brackets 2019-01-30 21:32:06 +0100
  • 96d096eabb progress works with **multiline** input | stabilised feature/progress xdrm-brackets 2019-01-30 20:15:39 +0100
  • 9a73ed5c3c add progress (Printpf) featuring :\n (1) channel & normal arguments\n (2) right padding to avoid overlaps\n xdrm-brackets 2019-01-29 18:55:42 +0100
  • 8240584340 minmod xdrm-brackets 2019-01-29 14:34:38 +0100
  • 7ee7710e74 update whole structure : each syntax feature implements now the 'internal/transform/Transformer' interface ; to apply all transforms on the same input text, use a 'internal/transform/Registry' that dispatches errors | update all transformers' code to the new structure | still pass tests xdrm-brackets 2019-01-27 20:31:06 +0100
  • e553670836 update readme: add hyperlink format xdrm-brackets 2019-01-27 17:04:45 +0100
  • 455fcb1fe7 update 'internal/color' and its tests xdrm-brackets 2019-01-27 17:03:07 +0100
  • a621e22cf1 add executable -help explanation xdrm-brackets 2019-01-27 16:40:21 +0100
  • 60b733783c allow escaping special characters (*, _, $, [) | fix: append last character when cursor is len-1 after all matches | add transform/markdown/hyperlink format xdrm-brackets 2019-01-27 16:39:34 +0100
  • 79e57cdf0b add minimal tests for 'internal/color' xdrm-brackets 2019-01-27 12:57:15 +0100
  • 86decbef84 add CI badge to readme xdrm-brackets 2019-01-27 11:39:30 +0100
  • 3758a6e02e update markdown : add markdown-like syntax + screenshot for it and mixed with colorization xdrm-brackets 2019-01-25 16:19:31 +0100
  • 7c12b9a9db update structure | 'internal/color' for color type and theme | 'internal/transform/color' for colorization | 'internal/transform/markdown' for markdown-like formatting | 'clifmt.go' tests | make colorization + markdown-like format available for nesting (and cross-nesting?) xdrm-brackets 2019-01-25 16:14:45 +0100
  • 699b413b2a lint xdrm-brackets 2019-01-25 12:24:57 +0100
  • 8e14182645 upd readme xdrm-brackets 2019-01-25 12:22:21 +0100
  • d92b8977b8 add readme xdrm-brackets 2019-01-25 12:19:06 +0100
  • 98c8af7a67 add 'sprintf' vs. 'printf' | add simple coloring test xdrm-brackets 2019-01-25 11:59:38 +0100
  • 2b9e25fa39 base code | coloring format v1 (foreground and/or background) | only _real_ issue for now, text cannot contain the character '$' due to regexp mechanism xdrm-brackets 2019-01-24 14:38:35 +0100