summaryrefslogtreecommitdiffstats
path: root/2022/talks/justl.md
diff options
context:
space:
mode:
Diffstat (limited to '2022/talks/justl.md')
-rw-r--r--2022/talks/justl.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/2022/talks/justl.md b/2022/talks/justl.md
index 54b5cca7..640bc168 100644
--- a/2022/talks/justl.md
+++ b/2022/talks/justl.md
@@ -1,3 +1,4 @@
+[[!sidebar content=""]]
[[!meta title="justl: Driving recipes within Emacs"]]
[[!meta copyright="Copyright © 2022 Sibi Prabakaran"]]
[[!inline pages="internal(2022/info/justl-nav)" raw="yes"]]
@@ -11,7 +12,7 @@ Sibi Prabakaran (he/him, <mailto:psibi2000@gmail.com>)
[[!inline pages="internal(2022/info/justl-before)" raw="yes"]]
-justl.el is a major mode for driving justfiles.
+[justl.el](https://github.com/psibi/justl.el) is a major mode for driving justfiles.
Justfiles are a way to save and run project specific commands. Think
of it like Makefile, but purely focused as a command runner.
@@ -20,7 +21,19 @@ The purpose of the talk is to give a brief introduction about
justfile and then followed by how to use the justl.el extension to
drive justfiles from within Emacs.
+Bio: [https://psibi.in/about.html](https://psibi.in/about.html)
+## Resources
+
+- [justl.el Home page](https://github.com/psibi/justl.el)
+- [Just tool Home page](https://github.com/casey/just)
+
+## Discussion
+
+- thanks for the great talk sibi :)
+- Seems like a pretty focused and useful tool!
+- will try out Just after that talk
+- Great talk. I'll definitively give it a try.
[[!inline pages="internal(2022/info/justl-after)" raw="yes"]]