Skip to content

Releases: J3RN/inf-elixir

Better REPL-choosing Logic

21 Jul 19:57
Compare
Choose a tag to compare

This release includes a fix for #7. The new logic for REPL-choosing it illustrated in a new wiki page.

Also included is an inf-elixir-set-repl command which prompts the user for a REPL to target for inf-elixir-send-* commands for the current buffer. The prompt includes a "Create REPL" option in case you'd like to target a brand new REPL.

Incremental feature update

26 Feb 16:58
Compare
Choose a tag to compare
  • Add inf-elixir-run-cmd which receives a command as a string and opens a new Elixir REPL and buffer running that command.
  • Add all "sent" commands (e.g. commands run with inf-elixir-send-line) to the shell's history.

Initial MELPA Release

26 Feb 16:56
Compare
Choose a tag to compare

This includes the core functionality of inf-elixir with the ability to open Elixir REPLs, interact with them in their buffer, and send snippets from other buffers.