Crates.io | ea-command |
lib.rs | ea-command |
version | 0.2.1 |
source | src |
created_at | 2022-04-30 22:45:48.684461 |
updated_at | 2022-06-27 08:09:16.73264 |
description | Editor Alias: making paths in command line tools actionable. |
homepage | https://github.com/dduan/ea |
repository | https://github.com/dduan/ea |
max_upload_size | |
id | 578377 |
size | 60,248 |
ea
remembers file paths from CLI output for later use.
CLI programs like find
, rg
, clang
etc, print out file paths (and line/columns). ea
lets you act on
them. Here's how:
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.
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 |
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.
ea
is inspired by keith/tag, which was inspired by aykamko/tag.
See LICENSE.txt
.