Local clone of gist: https://gist.github.com/mmuell/80a85feca9ed0d5d2d1daa05fc8dac6d
cd C:\Users\muell\.openclaw\workspace\family-daily-plan
git pull --rebase
# edit family-plan.jsonLocal clone of gist: https://gist.github.com/mmuell/80a85feca9ed0d5d2d1daa05fc8dac6d
cd C:\Users\muell\.openclaw\workspace\family-daily-plan
git pull --rebase
# edit family-plan.json| { | |
| "cmd": ["$file"], | |
| "working_dir": "$file_path", | |
| "selector": "source.dosbatch" | |
| } |
| using System.Collections.Generic; | |
| namespace MCS.DXF.Utility | |
| { | |
| public static class AccentUtility | |
| { | |
| private static class ReplacementHolder | |
| { | |
| private static Dictionary<char, char> _replacements; |