Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
psibi committed Mar 12, 2022
1 parent b24b4ec commit 9f77366
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Changelog.org
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 10 additions & 7 deletions justl.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 9f77366

Please sign in to comment.