code-examples-manager
code-examples-manager copied to clipboard
Software tool to manage your notes, scripts, code examples, configs,... to publish them as gists or snippets
When `CEM_SEARCH_IGNORE_MASK` is not well defined, and didn't exclude some big files which shouldn't be inspected for eligibility we shouldn't have any memory issues.
It will avoid browsing all gists, and keep CEM very simple without architectural constraints (no database) and the hability to be executed from everywhere
Cleanup database content, collections - [ ] `code-examples` - [ ] `run-statuses` - [ ] `code-examples-metadata` when notes, examples, scripts are deleted, renamed or moved.
such as required JVM options : ``` --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED ```