barbar.nvim VS vim-eunuch

Compare barbar.nvim vs vim-eunuch and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
barbar.nvim vim-eunuch
38 27
2,064 1,775
- -
6.9 5.0
14 days ago 3 months ago
Lua Vim Script
- -
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.

barbar.nvim

Posts with mentions or reviews of barbar.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-30.

vim-eunuch

Posts with mentions or reviews of vim-eunuch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-24.
  • Automatically make files with shebang executable using autocommands
    1 project | /r/neovim | 2 Oct 2023
    Honorable mention : vim-eunch has this feature plus many other convenience commands.
  • Best way to manipulate files inside neovim?
    17 projects | /r/neovim | 24 Jun 2023
    I use eunuch.vim mostly by executing :Rename or :Remove or :Move. I also use this plugin whenever I have to manipulate multiple files in the working directory using :Cfind -name '*.lua' -type f which puts all .lua files in the cwd in the quickfix list then doing something like :cfdo lua vim.lsp.buf.format() to format all files.
  • Why :find is so slow compared to vscode/sublime file search feature?
    1 project | /r/vim | 2 Jun 2023
    If you are avoiding vim plugins due to external, non-standard dependencies (e.g. fzf), then you might be pleased to know that some plugins can solve this problem with standard linux utilities, like :Cfind and :Lfind from tpope/vim-eunuch which use the find linux utility.
  • Which file explorer do you use?
    19 projects | /r/neovim | 26 Apr 2023
    I use vim-dirvish(you probably want to pair this with vim-enunch), it's a more minimal version of Netrw.
  • How can I rename (case sensitive) a buffer and reopen it?
    1 project | /r/vim | 28 Feb 2023
  • Renaming current file
    1 project | /r/neovim | 23 Jan 2023
    Try vim-eunuch lua {'tpope/vim-eunuch', config = function () vim.cmd('cnoreabbrev rename Rename') --:rgb + to trigger end},
  • Problems Moving Files with Netrw
    2 projects | /r/neovim | 18 Dec 2022
    I use netrw but I do moving, renaming etc with vim-eunuch and have done for about ten years. It just works how you'd expect it to.
  • what is your startup time?
    18 projects | /r/vim | 27 Sep 2022
  • What shell commands do you invoke a lot from vi?
    2 projects | /r/vim | 30 Aug 2022
    You might want to look into :Delete from tpope's vim-eunuch, along with wrappers for mkdir, chmod, etc.
  • Move file open in window relative to files location?
    1 project | /r/vim | 27 Jul 2022
    I did try: 1. Using the vim file explorer move command: 1. It does not implement autocomplete 1. I cannot use the vim movement shortcuts to move in the path, so I need to use the arrow keys to get before the file name. (dealbreaker) 1. It does not rename the buffer 1. Using eunuch plugin Move command: https://github.com/tpope/vim-eunuch 1. Relative paths were dependent on doing a change directory command first. That is fine but bothersome. 1. Required me to write the filename manually if I used the autocomplete. I did not find an efficient way to paste the current file name (without the path) to a command argument. 1. All in all quite close but still not good enough for me.

What are some alternatives?

When comparing barbar.nvim and vim-eunuch you can also consider the following projects:

bufferline.nvim - A snazzy bufferline for Neovim

nvim-tree.lua - A file explorer tree for neovim written in lua

lightline.vim - A light and configurable statusline/tabline plugin for Vim

neo-tree.nvim - Neovim plugin to manage the file system and other tree like structures.

taboo.vim - Few utilities for pretty tabs

neovim - Vim-fork focused on extensibility and usability

impatient.nvim - Improve startup time for Neovim

indentLine - A vim plugin to display the indention levels with thin vertical lines

fern.vim - 🌿 General purpose asynchronous tree viewer written in Pure Vim script

vim-bbye - Delete buffers and close files in Vim without closing your windows or messing up your layout. Like Bclose.vim, but rewritten and well maintained.

lualine.nvim - A blazing fast and easy to configure neovim statusline plugin written in pure lua. [Moved to: https://github.com/nvim-lualine/lualine.nvim]

vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal