Skip to content

Commit 1a85795

Browse files
committed
Update README.md
1 parent adfd094 commit 1a85795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![License](https://img.shields.io/github/license/jamescherti/pathaction.el)
55
![](https://jamescherti.com/misc/made-for-gnu-emacs.svg)
66

7-
The **pathaction.el** Emacs package provides an interface for executing `.pathaction.yaml` rules directly from Emacs through [pathaction cli](https://github.com/jamescherti/pathaction), a flexible tool for running commands on files and directories.
7+
The **pathaction.el** Emacs package provides an interface for executing `.pathaction.yaml` rules directly from Emacs through the [pathaction cli](https://github.com/jamescherti/pathaction), a flexible tool for running commands on files and directories.
88

99
Think of `pathaction` like a Makefile for your entire filesystem. It uses a `.pathaction.yaml` file to figure out which command to run, and you can even use Jinja2 templating to make those commands dynamic. You can also use tags to define multiple actions for the exact same file type, like setting up one tag to run a script, and another to debug it.
1010

@@ -14,7 +14,7 @@ If this package helps your workflow, please show your support by **⭐ starring
1414

1515
## Requirements
1616

17-
- The [pathaction](https://github.com/jamescherti/pathaction) command-line tool.
17+
- The [pathaction command-line tool](https://github.com/jamescherti/pathaction).
1818

1919
## Installation
2020

0 commit comments

Comments
 (0)