|
|
|
|
|
by brandededed
2154 days ago
|
|
I very much like this. How does one add tools to WindEdit? Have you considered combining windedit into windterm? I very much like the vscode remote-ssh extension, but dislike that it requires a heavy footprint on the server. I feel like you could quite easily get the same functionality from combining windedit with windterm. Also, have you considered creating a framework for a simple linter? I look forward to progress! Thanks! |
|
Although I haven't considered creating a framework for a simple linter, but WindTerm and WindEdit are originally one during development. In fact, there are four kits in the unreleased tool: terminal (WindTerm), editor (WindEdit), browser and file manager (including local filer like windows explorer and remote filer like Sftp client), They complement each other and form an efficient tool.
For example, WindEdit has a special function that can read virtual huge files. This feature is especially designed for remote files. Imagine that there is a very large file on the server that can be read and written directly without downloading it. Just like playing a video online, you only need to get a small piece of content currently read and written. That would be very efficient, especially when reading huge logs.
I don't think putting a stub on the server is the correct solution, because we cannot put stubs on every server.
I will continue to work hard to build better tools and hope you can use them happily.