numToStr / FTerm.nvim

:fire: No-nonsense floating terminal plugin for neovim :fire:
MIT License
743 stars 23 forks source link

Document how to make a file manager wrapper #40

Closed arafatamim closed 3 years ago

arafatamim commented 3 years ago

I intend to use this to create a wrapper to TUI file managers like ranger & lf, where opening a file in the terminal would open it in a new buffer. I have no idea how to implement something like this though. Any pointers? Reference: https://github.com/ptzz/lf.vim

numToStr commented 3 years ago

You won't be able to use FTerm as a wrapper. As every cli tools is different and your use case is out of scope for this plugin.

arafatamim commented 3 years ago

Alright thanks for the answer. Looks like I'm gonna have to stick with floaterm.