This repository was archived by the owner on Jul 6, 2024. It is now read-only.
Releases: LintaoAmons/easy-commands.nvim
Releases · LintaoAmons/easy-commands.nvim
v0.11.0
New Commands Added: TerminalCdToBufferDir
Find more usecase: CommandUsecases
Change visible terminal's working directory to the buffer's directory
V0.10.0
- Added a new command "RunShellAtBufDir" to run a one-time command at the buffer's location.
- Added a new command "RunSelectedAndOutput" to run the selected text as a shell command and display the output.
- Updated the navigation command "GoToFunctionName" to have a corrected name "GoToFunctionName" instead of "GotoFunctionName."
- Improved functionality to copy various paths and information to the system clipboard.
- Introduced a new utility for Git-related operations with a function to retrieve the current Git version.
- Enhanced the "RunShellCurrentLine" command to execute the current line as a shell command and display the output in subsequent lines.
- Created a new utility function to open a popup window displaying specified content.
- Various bug fixes, code organization improvements, and enhancements for user-friendly plugin development.
v0.9.0
- InspectCommand: View all available commands in the plugin.
- MaximiseWindowAsPopup: Maximize the current window as a popup for focused work.
- Git Command Enhancements:
GitDiffBranches
: Compare different branches.GitDiffCommits
: View diffs between commits.GitDiffCurrentFileWithBranch
: Compare the current file across branches.GitDiffCurrentBranchHistory
: View the diff history of the current branch.GitDiffStashHistory
: Explore the diff history of stashes.GitDiffCurrentFileHistory
: Check the diff history of the current file.GitCommit
: Commit with a custom message.
- Run Commands:
SendSelectedToTerminalAndRun
: Execute selected text in the terminal.SendLineToTerminalAndRun
: Send the current line to the terminal and execute.SendToTerminalAndRun
: Execute custom input commands in the terminal.
- FindCommands: Enhanced command search functionality, making it easier to find and execute commands within the plugin.
v0.8.0
Update Git modules
v0.6.0 GitDiffCurrentFileWithBranch
What's Changed
- add GitDiffCurrentFileWithBranch command by @LintaoAmons in #17
Full Changelog: v0.5.3...v0.6.0
v0.5.3
v0.5.2
v0.5.1
What's Changed
- Fix: utils methods and error msg by @LintaoAmons in #14
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Dev by @LintaoAmons in #13
- Refactor utils
- Enhance error msg
- MaximiseWindow ignore
neo-tree
andtrouble
Full Changelog: v0.4.0...v0.5.0