13 Commits

Author SHA1 Message Date
Maas Lalani
0572aaac99 fix: ioutil is deprecated 2022-09-01 12:14:50 -04:00
Maas Lalani
e5e3d0f2f7 feat: code comments to hide verbose code. (#174) 2022-07-16 12:35:53 -04:00
Maas Lalani
54b1f0a7b0 doc: add comments to top of public functions and variables 2022-07-04 13:56:33 -04:00
Maas Lalani
cce6980f62 Use exit code from command if exists 2021-11-01 11:38:27 -04:00
Maas Lalani
acc4e08881 Fix: bug where old file name would be reused
There was a bug where the command would reference an old file name which would be deleted which meant that the code block would not execute on future executions and only work the first time.
2021-10-29 16:57:48 -04:00
darmiel
518028e6d3 refactor: only use multi, removed single and base 2021-10-20 20:53:15 -04:00
darmiel
a065914f73 feat: multiple code execute commands; rust code support (#104) 2021-10-20 20:53:15 -04:00
Maas Lalani
3bd39616b2 var rename 2021-09-10 16:38:45 -04:00
林玮 (Jade Lin)
68adc0a622 be able to run multiple code blocks in a single slide 2021-09-10 16:36:46 -04:00
satoru
2bf2cd5506 Fix #39, allow code blocks without trailing new line to run 2021-06-23 09:48:29 -04:00
Maas Lalani
eae6b6ffcd feat: execute code on slides 2021-06-21 16:52:43 -04:00
Maas Lalani
be0a54a1a6 Execute code block for supported languages (bash,go,ruby,python) 2021-06-13 11:13:09 -04:00
Maas Lalani
2a4ea2ed9d Add code package with Parse function (with tests) 2021-06-12 23:05:13 -04:00