consolation.nvim VS yabs.nvim

Compare consolation.nvim vs yabs.nvim and see what are their differences.

consolation.nvim

A general-purpose terminal wrapper and management plugin for neovim, written in lua (by pianocomposer321)

yabs.nvim

Yet Another Build System/Code Runner for Neovim, written in lua (by pianocomposer321)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
consolation.nvim yabs.nvim
3 12
33 202
- -
0.0 0.0
over 2 years ago 3 months ago
Lua Lua
- GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

consolation.nvim

Posts with mentions or reviews of consolation.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-19.

yabs.nvim

Posts with mentions or reviews of yabs.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-06.
  • toggletasks.nvim - toggleterm+telescope task runner with JSON/YAML configs
    5 projects | /r/neovim | 6 May 2022
    toggletasks.nvim is a task manager inspired by yabs.nvim and projectlaunch.nvim. In fact initially I wanted to extend projectlaunch.nvim, but then I decided that I want to make too many changes and it should be a separate plugin. A small comparison is in the README.
  • Any plugins for project local building and makeprg?
    4 projects | /r/neovim | 3 May 2022
    Or maybe this: https://github.com/pianocomposer321/yabs.nvim
  • Should a plugin rewrite be a new repository, or a new branch on the existing one?
    1 project | /r/neovim | 12 Apr 2022
    I'm the author of https://github.com/pianocomposer321/yabs.nvim. I've been thinking for a while that it might be time for either a major refactor or a complete rewrite, and this last week I decided to just do it. I won't get into all the reasons why I thought this was a good choice (if y'all want to hear why, I'll probably explain in a separate post when I announce that the new version is done), but my question is this: when I'm ready to put the new version up on github, should it be in a new repository under a new name, or under a new branch in the current version? It seems that most other people have always done it under a new repository, but then I'd have to come up with a new name (😬), and it wouldn't have the same discoverability as the original repo did, at least at first (because it would start with no stars). On the other hand, if I made it just a new branch, I'd have to add a deprecation message to the current main branch saying that the new version will eventually take it's place, and that will be a small but annoying breaking change for existing users who don't want to switch to the new version.
  • How to compile and execute C++ cmake, make?
    3 projects | /r/lunarvim | 25 Mar 2022
  • How do I compile and run Java with NeoVim? (for learning Java)
    5 projects | /r/neovim | 14 Mar 2022
    I haven't tried it myself yet but perhaps yabs.nvim is what you're looking for?
  • [Plugin] BuildTask.nvim: Run tasks similar to VScode
    2 projects | /r/neovim | 6 Mar 2022
    I current use yabs.nvim, which is very similar to what you're trying to do.
  • ToggleTerm with YABS
    2 projects | /r/neovim | 15 Feb 2022
    I would like to setup tasks with YABS that are opened inside a ToggleTerm floating terminal window.
  • Thanks everyone! (Yabs.nvim makes it to 100 stars!)
    3 projects | /r/neovim | 12 Feb 2022
    Hello everyone, I'm the author of yabs.nvim. For those of you who don't know, yabs adds functionality similar to vscode's tasks system to neovim. In any case, we recently passed 100 stars on github, and this milestone seemed like an appropriate time to thank everyone who's helped get to that point.
  • yabs.nvim - Yet another build system for neovim, written in lua
    3 projects | /r/neovim | 11 Oct 2021
  • How to run C++ from vim in an external terminal window with ability to add input.
    4 projects | /r/neovim | 19 Sep 2021
    I wrote two plugins for exactly this purpose. One is pianocomposer321/yabs.nvim, which allows you to specify which commands (vim ex commands, or external commands) should be run for which filetype, and also where the output should go (the quickfix list, the terminal, etc). The other is pianocomposer321/consolation.nvim, which allows for easy management of terminals. These plugins will work independently of each other, but they work best together.

What are some alternatives?

When comparing consolation.nvim and yabs.nvim you can also consider the following projects:

FTerm.nvim - :fire: No-nonsense floating terminal plugin for neovim :fire:

code_runner.nvim - Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow

op.nvim - 🔑 1Password for Neovim! Built using the 1Password CLI, Go, and Lua.

vim-dispatch - dispatch.vim: Asynchronous build and test dispatcher

do.nvim - A tiny task manager within nvim that helps you stay on track. (づ◡﹏◡)づ

neovim-java - Neovim Java client library. Provides multiple interfaces for communicating with Neovim instance via multiple different protocols. - Moved to https://codeberg.org/neovim-java/neovim-java

tunnell.nvim - A neovim plugin to tunnell text from neovim to a tmux target pane, written in Lua.

asynctasks.vim - :rocket: Modern Task System for Project Building, Testing and Deploying !!

toggletasks.nvim - Neovim task runner: JSON/YAML + toggleterm.nvim + telescope.nvim

neovim-cmake - CMake integration for Neovim

dotfiles - dotfiles for phyOS base, status bar scripts & lua nvim config

dotfiles - Dotfiles are the customization files (their filenames usually begin with a period) that are used to personalize Unix-based systems.