CtagsSourceNavigator
CtagsSourceNavigator copied to clipboard
Integration with NetBox
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.
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