Bash <<
Previous Next >> Fossil SCM
Leo Editor
https://leoeditor.com/
https://github.com/leo-editor/leo-editor
https://groups.google.com/g/leo-editor
https://edreamleo.blogspot.com/
Leo editor importer script:
'''Recursively import all python files in a directory and clean the result.'''
# ctrl + b to execute
c.recursiveImport(
dir_ = r'./',
kind = '@clean', # The new best practice.
safe_at_file = False,
theTypes = ['.cpp']
)
Bash <<
Previous Next >> Fossil SCM