Giter VIP home page Giter VIP logo

Comments (11)

dylan-chong avatar dylan-chong commented on July 22, 2024 3

How about :Duplicate?

from vim-eunuch.

rawaludin avatar rawaludin commented on July 22, 2024 1

Native :saveas should do the feature.

from vim-eunuch.

fturcheti avatar fturcheti commented on July 22, 2024 1

Native :saveas should do the feature.

Not exactly. Comparing to other eunuch commands, :CopyAs would work like :Rename, i.e., relative to the current file's containing directory, and different from :Move, that's relative to the current working directory.

To illustrate it:

Imagine your working directory, as in :pwd, is /project, but you're editing /project/src/somefile.ext. Then you want to create a copy of this file and name it anotherfile.ext.

  • With :saveas anotherfile.ext, the new file would be created at /project. To keep the copy in the same directory of the original file, you'd have to use :saveas %:p:h/anotherfile.ext.
  • With the proposed CopyAs, typing :CopyAs anotherfile.ext would create the new anotherfile.ext at /project/src, alongside the original somefile.ext.

from vim-eunuch.

fturcheti avatar fturcheti commented on July 22, 2024 1

You're right @rawaludin, it's easy to use a native command in this case – actually, I'm already doing that. But the request matches the purpose of this plugin, that's to provide "Vim sugar for the UNIX shell commands".

So it seems to make sense having a command like the suggested :CopyAs (or :SaveAs). It is simply some sugar over the built-in :saveas and that's the thing of vim-eunuch.

from vim-eunuch.

rawaludin avatar rawaludin commented on July 22, 2024

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

I'm having trouble getting past the name. How do you get from ":saveas relative to the current file's directory" to :CopyAs?

from vim-eunuch.

fturcheti avatar fturcheti commented on July 22, 2024

I endorsed the feature request but, personally, I prefer :SaveAs.

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

That's less random, but still raises the same question.

Why provide :SaveAs and not also :Edit, Read, :Write, :WQ, :File, :VSplit, etc?

from vim-eunuch.

fturcheti avatar fturcheti commented on July 22, 2024

I was looking at the perspective that the suggested :CopyAs/:SaveAs would be a good companion to the already provided commands :Rename and :Move, and just that. But now I see that :Rename and :Move can't be achieved with a single native command, whereas :CopyAs/:SaveAs can.

So I understand your point of view, and now I see the implications this addition could trigger.

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

To sum up the arguments for providing :Rename as an alias :Move %:h/:

  • It's an extremely common operation.
  • It's a variation of something Eunuch has already taken responsibility for.
  • There's a single, obvious, easily remembered name for it.

Compare to :SaveAs:

  • It's common mainly as a poor man's template system. That is, it's useful in a pinch, but if you're doing it a million times a day, there's probably a better solution.
  • It's a variation of a built-in.
  • I can't think of a good name.

So yeah, it'd be a questionable addition with a good name. I don't think I'll be adding it with a bad name.

from vim-eunuch.

fturcheti avatar fturcheti commented on July 22, 2024

That's definitely a better name!

from vim-eunuch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.