From 9f77366aaf2227bb0cbd3cdc0f78088032f2e873 Mon Sep 17 00:00:00 2001 From: Sibi Prabakaran Date: Sat, 12 Mar 2022 16:34:38 +0530 Subject: [PATCH] Bump version --- Changelog.org | 2 +- justl.el | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) 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: