Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 646 Bytes

README.rst

File metadata and controls

35 lines (21 loc) · 646 Bytes

AUTOMAGIC!

Setup

  1. Install the VS Code Extension

  2. Install Poetry

  3. Install fswatch native library

    brew install fswatch
  4. Install this package

    poetry install

Use

After setup, run the package:

poetry shell
automagic

The VS Code extension should automatically connect, and allow you to evaluate the current selection (or line if there is no selection) in a Python file with ctrl+enter.