code-examples-manager icon indicating copy to clipboard operation
code-examples-manager copied to clipboard

Software tool to manage your notes, scripts, code examples, configs,... to publish them as gists or snippets

Results 4 code-examples-manager issues
Sort by recently updated
recently updated
newest added

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.

bug

It will avoid browsing all gists, and keep CEM very simple without architectural constraints (no database) and the hability to be executed from everywhere

enhancement

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 ```