Run context-aware commands from your source code comments
codeline Codeline allows you to run custom commands directly from source-code comments, combining the power of IDE extensions with the expressiveness of the command-line. Installation git clone https://github.com/synek/codeline.git poetry install Development Codeline can monitor the current directory for file-changes, and then run any commands it finds:poetry run codeline –watch . Alternatively you can run Codeline on a single file, executing any commands the file and then exiting.poetry run codeline –run path/to/python/file.py To build a command, copy the plugins/test_plugin as a […]
Read more