Alternative Editors
Using Atom🔗
- From Atom go to
Settings> -> Installthen search for "foxdot" and press install on the plugin - To start FoxDot press Ctrl+Alt+f or use the menu to go to Packages -> FoxDot -> Toggle
Credit: Koltes
Using Emacs🔗
- Download
foxdot-cli.pyandfoxdot-mode.elfrom here - Put
foxdot-cli.pyin the same directory as the FoxDot installaton (in case you're using virtualenv, otherwise comment from lines 5 to 7) - Copy
foxdot-mode.elto~/.emacs.d/lisp - Add
(defvar foxdot-cli-path "/path/to/foxdot-cli/")in your~/.emacsfile - In Emacs
M-x load-libraryand complete withfoxdot-mode - Type
C-c C-forM-x foxdot-startto start - Type
C-c C-eorM-x foxdot-executeto evaluate a line or a block of code
Credit: Mauro