improve custom selection #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
on the status view, allow selecting not just file, but also diff lines for each change in a file
have some "marker" that gets added for each selection (files and lines)
from this you can do other actions:
look at the
[FILESETS]argument that can be passed tojj split, must it be interactive? how can an external selection (selected lines, and not just files) be "passed into" split? 🤔... worst case we would need to create something that can "undo" a diff (actually undo all the other diffs than the ones selected, keep in memory, andjj new+ reapply the diffs), then you should have recreated thejj splitbehaviour "from scratch"... presumably this is not the way to go, and this is overthinking it.