[PROPOSAL] Cursor Scan filter
Open
- Dominant language
- Go
- Stars
- 23
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
To extract a large part of table's lines. It's faster to fetch all lines and apply filter after.
This is a proposal to add a flag `--scan` to the `lino pull` action.
`--scan` is activable only for one table pull (mainly with the `--table` flag) and execute filter ( `-f` and `-F`) in memory.
Contributor guide
Assessment
This issue has not been assessed yet.