Skip to content

Commit 4a1c70a

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +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 the `pathaction` command-line tool.
8-
9-
The [pathaction cli](https://github.com/jamescherti/pathaction) is a flexible command-line 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. Just pass a file path as an argument, and it handles the rest, whether you're working with code, media, or configurations.
108

119
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.
1210

0 commit comments

Comments
 (0)