Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Releases: LintaoAmons/easy-commands.nvim

v0.11.0

24 Apr 14:38
8095eb7
Compare
Choose a tag to compare

New Commands Added: TerminalCdToBufferDir

Find more usecase: CommandUsecases

Change visible terminal's working directory to the buffer's directory

show

V0.10.0

05 Feb 04:06
Compare
Choose a tag to compare
  • 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

25 Jan 12:45
Compare
Choose a tag to compare
  • 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

19 Jan 04:42
58f5a71
Compare
Choose a tag to compare

feat: Add SendSelectedToTerminalAndRun

SendSelectedToTerminalAndRun

Full Changelog: v0.7.0...v0.8.0

Update Git modules

07 Jan 02:41
e68cfb4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0 GitDiffCurrentFileWithBranch

01 Jan 07:23
e71dcae
Compare
Choose a tag to compare

What's Changed

GitDiffCurrentFileWithBranch

Full Changelog: v0.5.3...v0.6.0

v0.5.3

28 Dec 04:09
9dab80b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

26 Dec 14:05
ec7b33f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

25 Dec 10:56
07751fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

23 Dec 04:11
6c65a2f
Compare
Choose a tag to compare

What's Changed

  • Refactor utils
  • Enhance error msg
  • MaximiseWindow ignore neo-tree and trouble

Full Changelog: v0.4.0...v0.5.0