Niko Heiskanen
Niko Heiskanen
This Pull Request fixes/closes #1171 It changes the following: - Allow using `enter` to create a newline in commit message box - Up/Down arrow changes the line the cursor is...
It changes the following: - Adds a new tab for worktrees - Can run in bare repositories - Changing current worktrees - Lock/Unlock Worktree - Prune/Force Prune worktree - Indicate...
Currently working on something that requires me to keep track of a cursor in a message and wrap the message in a textbox with the cursor in the right place....
It changes the following: - Scrolls the text in the commit message box As discussed in https://github.com/extrawurst/gitui/pull/1333 this implements a scroll in commit message box. I followed the checklist: -...
Allows to perform custom logic (analytic etc.) after logout for the same reasons as in `on_after_login`. I am currently using fast-api for serving html content. I know its not the...