-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial work on release v1.7.10, bulkrename feature * Update fsnotify from v1.7.0 to v1.8.0 * gofmt * Lot more work on bulkrename and bug fixes * Don't reset bottom bar message on mouse move (e.g. hover to copy) * Bulk-rename: show correct error msg on temp file missing * Add a comment * Bulk-rename: use notepad on Windows * Fix rename navigation again somehow, use rundll32.exe on windows for bulkrename * Reverse fen.UpdatePanes(true) * Downgrade fsnotify back to 1.7.0, fsnotify.Remove() in ChangeDir() blocks forever on Windows 10 * Fix bulkrename on Windows by forcing notepad * Fix a panic * Bulk-rename: shorten an error msg * Ctrl+Right: only check for unstaged/untracked file when fen.git_status is true * Update TODO.md * Add bulkrename confirmation prompt, make fen.ui_borders prettier * Fix file previews drawing outside of --ui-borders * Add known issue to README * Add error message when not able to rename file with 'a'
- Loading branch information
Showing
9 changed files
with
464 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.