CtagsSourceNavigator icon indicating copy to clipboard operation
CtagsSourceNavigator copied to clipboard

Integration with NetBox

Open klenin opened this issue 5 years ago • 1 comments

When trying to "Index selected directory" on a directory opened via NetBox/SFTP, you get "External utility failed with code 1"

That is somewhat expected -- ctags utility is unable to access such a "path".

However, this would be a very nice feature, although I admit I have only a vague idea about how it could be implemented. Perhaps read files via Far's API and feed them on-by-one to ctags?

As a partial solution, perhaps at least reading of tags/tags.idx, when already present, and jumping to files via NetBox connection, could be implemented.

klenin avatar Jan 06 '20 15:01 klenin

Integration with NetBox plugin is a tricky task. If somebody will help me with NetBox API that allow to read remote files I would implement this functionality

EugeneManushkin avatar Feb 18 '20 08:02 EugeneManushkin