vim-eunuch

eunuch.vim: Helpers for UNIX (by tpope)

Vim-eunuch Alternatives

Similar projects and alternatives to vim-eunuch

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better vim-eunuch alternative or higher similarity.

vim-eunuch reviews and mentions

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.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 26 Apr 2024
    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. Learn more →

Stats

Basic vim-eunuch repo stats
27
1,775
5.0
3 months ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com