Giter VIP home page Giter VIP logo

Comments (4)

jamestrew avatar jamestrew commented on June 25, 2024

Yeah for sure. You can get the path of the currently selected entry like so

require("telescope").setup({
  extensions = {
    file_browser = {
      mappings = {
        i = {
          ["<C-m>"] = function(prompt_bufnr)
            local entry = require("telescope.actions.state").get_selected_entry()
            local path = entry.path -- path of the currently selected entry
            -- do whatever you want to do when you hit `<C-m>` (for example)
          end,
        },
      },
    },
  },
})

You can look at the source code for "actions" as we call them for more examples and available API usages: https://github.com/nvim-telescope/telescope-file-browser.nvim/blob/master/lua/telescope/_extensions/file_browser/actions.lua

from telescope-file-browser.nvim.

jamestrew avatar jamestrew commented on June 25, 2024

I'll assume this is good to close but feel free to ask questions.

from telescope-file-browser.nvim.

nagy135 avatar nagy135 commented on June 25, 2024

sorry somehow missed this notif, thanks!

from telescope-file-browser.nvim.

nagy135 avatar nagy135 commented on June 25, 2024

This works for me, but i would like to ask if there is a way to not trigger this from within picker itself but "code around it" ...I mean, write a lua function that does stuff, then calls file-browser from some root and on confirmation (<CR>) you get a resulting path in a variable.

This would open up so many scripts, because this plugin does the most important part: "travel the filesystem with telescope filtering".

Example (i call this one "thief"):
You set two "roots" ...from and to ...they are stored in a script variable and then you can call ":ThiefSteal" and it opens basic find_file and the file i pick is copied to exactly the same structure of folders on a target (to)

Currently I provide those paths manually but this plugin could absolutely make it waaay better :) and i dont see how to do this with a keybind within picker itself

from telescope-file-browser.nvim.

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.