diff --git a/Changelog.org b/Changelog.org index c0582af..fb57680 100644 --- a/Changelog.org +++ b/Changelog.org @@ -1,4 +1,4 @@ -* 0.7 (Unreleased) +* 0.7 - Finds all types of justfiles now and makes it compatible with the ~just~ program. Earlier it used to just working with ~justfile~ and diff --git a/justl.el b/justl.el index 9420239..4c0493c 100644 --- a/justl.el +++ b/justl.el @@ -19,7 +19,7 @@ ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 ;; USA -;; Version: 0.3 +;; Version: 0.7 ;; Author: Sibi Prabakaran ;; Keywords: just justfile tools processes ;; URL: https://github.com/psibi/justl.el @@ -41,22 +41,25 @@ ;; ;; M-x justl-execute-recipe-in-dir ;; -;;; Shortcuts: - +;; Shortcuts: +;; ;; On the just screen, place your cursor on a recipe ;; ;; h => help popup ;; ? => help popup ;; g => refresh ;; e => execute recipe - -;;; Customize: - +;; E => execute recipe with eshell +;; w => execute recipe with arguments +;; W => open eshell without executing +;; +;; Customize: +;; ;; By default, justl searches the executable named `just`, you can ;; change the `justl-executable` variable to set any explicit path. ;; ;; You can also control the width of the RECIPE column in the justl -;; buffer via `justl-recipe width`. By default it has a value of 20. +;; buffer via `justl-recipe width`. By default it has a value of 20. ;;; Code: