splito
Version:
Passive event based multifile editor
14 lines (11 loc) • 464 B
text/typescript
export const NUKE = "☢";
export const DEFAULT_CONTENT = `
${NUKE} exec echo "do something"
${NUKE} IGNORED exec grep console.log -irl src | awk '{print "☢ open \\"" $1 "\\""}'
${NUKE} IGNORED load "src/**/*.*"
${NUKE} IGNORED exec find $(pwd)/src -type f
${NUKE} IGNORED file "myNewFolder/myNewFile.txt"
${NUKE} IGNORED open "myExistingFolder/myExistingFile.txt"
`;
export const GHOSTFILE = `ghostfile.splito`;
export const TEMP_GHOSTFILE = `ghostfile.tmp`;