runex-core 0.1.4

Core library for runex – a cross-shell abbreviation expansion engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# runex-core


Core library for `runex`, a cross-shell abbreviation engine.

This crate is primarily internal to the `runex` CLI.

Most users should install the CLI instead:

```bash
cargo install runex
```

Project documentation:

- <https://github.com/ShortArrow/runex#readme>