runex-core 0.1.2

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
16
17
18
# runex-core

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

This crate is primarily used by the `runex` CLI and contains:

- config parsing
- shell export generation
- doctor diagnostics
- abbreviation expansion logic

Most users want the CLI instead:

```bash
cargo install runex
```

Repository and documentation: <https://github.com/ShortArrow/runex>