Skip to content

Commit adfd094

Browse files
committed
Update README.md
1 parent 4a1c70a commit adfd094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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. Just pass a file path as an argument, and it handles the rest, whether you're working with code, media, or configurations.
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.
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

0 commit comments

Comments
 (0)