Code Monkey home page Code Monkey logo

Comments (6)

benmills avatar benmills commented on May 16, 2024

This would be a great feature to implement. I'll take a look at how difficult it would be to do.

from vimux.

itstommymorgan avatar itstommymorgan commented on May 16, 2024

I'm rather interested in this, but my research on how this could be accomplished has been... disappointing.

The problem is that the vim input function only accepts one type of command completion, and I think ideally we'd like two - what vim refers to as "shellcmd" and "file" - in order to closely simulate shell-like completion.

From what I can tell, doing custom completions like this involve having to shell out to whatever your shell is, which might get hairy for support bash/zsh/csh/fish/whatever-the-kids-are-using-these-days.

Would it be reasonable to just pick one of "shellcmd" or "file" as a completion type and live with that? I'd think "file" makes the most sense, as filenames more often require completion than commands.

$0.02

from vimux.

patrickkettner avatar patrickkettner commented on May 16, 2024

thanks for checking it out!

file completion is what I was looking for originally and is probably 90% of what I would want completed anyway.

from vimux.

itstommymorgan avatar itstommymorgan commented on May 16, 2024

I opened a PR to add file completion to VimuxPromptCommand. You can find it here: #42

Pretty simple change if you want to test it out, @patrickkettner.

from vimux.

benmills avatar benmills commented on May 16, 2024

The pull request mentioned was closed. It was close to what we want but still a bit off to pull in. Hopefully we can figure out a better solution to this problem.

from vimux.

benmills avatar benmills commented on May 16, 2024

I'm going to close this for now because I'm not sure this will be possible to implement.

from vimux.

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.