ea-command

Crates.ioea-command
lib.rsea-command
version0.2.1
sourcesrc
created_at2022-04-30 22:45:48.684461
updated_at2022-06-27 08:09:16.73264
descriptionEditor Alias: making paths in command line tools actionable.
homepagehttps://github.com/dduan/ea
repositoryhttps://github.com/dduan/ea
max_upload_size
id578377
size60,248
Daniel Duan (dduan)

documentation

https://github.com/dduan/ea/blob/master/README.md

README

ea: Making CLI Outputs Actionable

ea remembers file paths from CLI output for later use.

Intro

CLI programs like find, rg, clang etc, print out file paths (and line/columns). ea lets you act on them. Here's how:

Aliasing In Action

By running your command through ea, each path in its output get marked with a number in the front. This number can be used to retrieve its corresponding path later for your purposes. Combined with some shell configurations, this can provide a powerful experience.

Install

Via a package manager

ea is available in the following package managers.

Manager / OS Command
Cargo cargo install ea-command
Homebrew brew install dduan/formulae/ea
AUR / Arch yay -S ea-command
Nix flake Use github:dduan/ea

Pre-built executable

Choose an pre-built executable from the release page that fits your platform to download. Unpack it somewhere you'd like to run it from.

Documentation

Credits

ea is inspired by keith/tag, which was inspired by aykamko/tag.

LICENSE

See LICENSE.txt.

Commit count: 74

cargo fmt