Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I've created just runner plugin for neovim #2057

Closed
al1-ce opened this issue May 19, 2024 · 1 comment
Closed

I've created just runner plugin for neovim #2057

al1-ce opened this issue May 19, 2024 · 1 comment

Comments

@al1-ce
Copy link

al1-ce commented May 19, 2024

You might be interested

https://github.com/al1-ce/just.nvim

Creates a number of commands to use just as a build tool, namely:

  • JustDefault - Builds current file/project using default task.
  • JustBuild - Builds current file/project using build task.
  • JustRun - Builds current file/project using run task.
  • JustTest - Builds current file/project using test task.
  • JustSelect - Gives you selection of all tasks in justdfile.
  • JustStop - Stops currently executed task
  • JustCreateTemplate - Creates template justdfile with included "cheatsheet".

And has some special keywords like passing file path/file name to just and is able to ask user for input for arguments

@casey
Copy link
Owner

casey commented May 20, 2024

Looks very cool! I like the keyword system! If it gets some traction I'll definitely add it to the readme.

@casey casey closed this as completed May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants