blob: 80f2a7bfae90f585dafd7193a2e12f701b7f0a40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Sheetedit
> Edit `Sheet` files using your system editor
## Usage
jvn sheetedit <FILE>
## Note
It reads and uses a command-line editor program in the following priority order:
1. JV\_TEXT\_EDITOR
2. EDITOR
3. If neither exists, it falls back to using `jvii`
|