Commit Graph

2 Commits (125a4e7aed80528443b5a3424b6135e923a2b939)

Author SHA1 Message Date
bretello 125a4e7aed functions: allow arguments in vimscratch 2023-09-25 12:39:24 +02:00
bretello fbc6934f8f
functions: add vimscratch
use `vimscratch` to open a scratch vim buffer.

If run in a pipe, it uses `stdin` as input:

```bash
<command> | vimscratch
```
2023-08-23 13:52:35 +02:00