mv, cp and I'm sure some others could benefit from a slicker experience.
I'm imagining a world where the path is freely editable and you can save it after.
We can use the noise library to handle this nicely
https://github.com/jangko/nim-noise
Usecases are:
- moving a note. Can prepopulate the input and let the user edit it freely
- copying a note, same as above
- prompted variables? Would be cool to display the whole template (or what we can of it) and allow pressing tab to go to the next placeholder
mv,cpand I'm sure some others could benefit from a slicker experience.I'm imagining a world where the path is freely editable and you can save it after.
We can use the
noiselibrary to handle this nicelyhttps://github.com/jangko/nim-noise
Usecases are: