summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-06Have selectors output line numbers instead of linesHEADmasterJohn Ankarström
This makes it possible for the ef shell to know which lines are being processed.
2021-01-06Add `mkefp' (make ef path) helperJohn Ankarström
The ef path is a directory containing an ef session's state. It is exposed as the environment variable EFP. For simplicity's sake, it is not allowed to contain spaces.
2021-01-06Add `r' (line range) selector, `absln' (absolute line) helperJohn Ankarström
2021-01-06Add `m' (move) filterJohn Ankarström