vim-renamer VS vim-eunuch

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

vim-renamer

Git repo for http://www.vim.org/scripts/script.php?script_id=1721 (by qpkorr)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
vim-renamer vim-eunuch
4 27
82 1,780
- -
10.0 5.0
over 4 years ago 3 months ago
Vim Script Vim Script
MIT License -
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.

vim-renamer

Posts with mentions or reviews of vim-renamer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-16.

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 vim-renamer and vim-eunuch you can also consider the following projects:

fzf-tab - Replace zsh's default completion selection menu with fzf!

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

dotfiles - Flake-based NixOS configuration used on Dell XPS laptop and Ryzen 7 desktop.

barbar.nvim - The neovim tabline plugin.

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

neovim - Vim-fork focused on extensibility and usability

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

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.

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

vim-unimpaired - unimpaired.vim: Pairs of handy bracket mappings

bufferline.nvim - A snazzy bufferline for Neovim

vim-repeat - repeat.vim: enable repeating supported plugin maps with "."