txgvnn

joined 11 months ago
[–] txgvnn@alien.top 1 points 10 months ago

Thank you very much, /u/akuszyk

Not wanna lie, if I know devdocs before perhaps I would not write terraform-doc :D

At that time, I was looking for an emacs package to search terraform's document, but couldn't find it. If I had asked people on the Reddit then I had been to know to devdocs.

After all, it is still a historical factor. It helps me learn more the elisp.

terraform-doc is still useful for who want to look for document on fly without download anything.

[–] txgvnn@alien.top 1 points 11 months ago

Thank you. I've just known it. Updated!

[–] txgvnn@alien.top 1 points 11 months ago

Thanks.

What is the ob type 'compile'?

It's another package that I created it long time. You can install it in MELPA ob-compile. Run compile by org-babel.

I use ob-compile very much in my workflow.

 

I would like to share with you a new Emacs package called project-tasks that I had been working on. With project-tasks, you can effortlessly manage tasks within your project using the power of org-babel.

You can take a look here https://github.com/TxGVNN/project-tasks

I developed and use it a long time, and it helps me a lot of to manage tasks I need to run on a project.

Example: tasks.org

#+name: docker-compose up
#+begin_src compile :name "docker-compose-up" :results none
docker-compose up -d
#+end_src

You can see more examples in tasks.org on repository.