rnvimr VS vim-eunuch

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

rnvimr

Make Ranger running in a floating window to communicate with Neovim via RPC (by kevinhwang91)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
rnvimr vim-eunuch
28 27
774 1,780
- -
4.3 5.0
2 months ago 3 months ago
Python Vim Script
BSD 3-clause "New" or "Revised" 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.

rnvimr

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

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

nvim-neoclip.lua - Clipboard manager neovim plugin with telescope integration

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

chadtree - File manager for Neovim. Better than NERDTree.

barbar.nvim - The neovim tabline plugin.

ranger - A VIM-inspired filemanager for the console

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

lf - Terminal file manager

neovim - Vim-fork focused on extensibility and usability

vim-floaterm - :computer: Terminal manager for (neo)vim

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

neovim-remote - :ok_hand: Support for --remote and friends.

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.