Skip to content

Commit

Permalink
Add similar packages section
Browse files Browse the repository at this point in the history
  • Loading branch information
elizagamedev committed Jun 29, 2023
1 parent 19a35a6 commit 8ff3bd5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,18 @@ displaying command buffers that have useful output.
;; etc...
))
```

## Similar Packages

- [shelldon.el](https://github.com/Overdr0ne/shelldon). Like `shell-command-x`,
`shelldon` gives buffers more meaningful names. `shelldon` also provides a
numbered history of each command run out of the box. However,
`shell-command-x` has a more configurable naming scheme and provides more
features. The two packages are theoretically compatible with one another.
- [dwim-shell-command.el](https://github.com/xenodium/dwim-shell-command). This
package primarily adds extra templated arguments to shell commands, in
particular, when used with `dired`. It also provides its own take on whether
or not to display shell command buffers, using a combination of heuristics and
explicit user input. While the extra templating is a fantastic feature, its
focusing behavior conflicts with an ordinary `display-buffer-alist`-based
workflow. The two packages are theoretically compatible with one another.

0 comments on commit 8ff3bd5

Please sign in to comment.