v0.5.0
Change the field syntax to be fzf compatible.
- Previously it was git style
- fields starts with
0
1..3
results in2, 3
(which is0, 1, 2, 3
minus0, 1
)
- fields starts with
- Now it is
cut
style- fields starts with
1
1..3
results in1, 2, 3
- fields starts with