Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to perform keyword search on terminal output results? #169

Closed
haowanxing opened this issue Jul 25, 2024 · 2 comments
Closed

How to perform keyword search on terminal output results? #169

haowanxing opened this issue Jul 25, 2024 · 2 comments

Comments

@haowanxing
Copy link

Currently, in the open terminal interface, I'm unable to utilize the browser's built-in search functionality to search for keywords directly. Is there a feasible text search solution provided by the software, excluding the use of Linux commands like grep or similar to perform searches directly on the terminal?

I'm looking for an alternative method that would allow me to easily find specific information within the output displayed in the terminal, preferably without resorting to command-line tools like grep or similar. Any suggestions or features that could assist with this would be greatly appreciated.

@nirui
Copy link
Owner

nirui commented Jul 25, 2024

Sorry, currently Sshwifty don't support searching through console output, which is not a reliable source to search from anyway, since older output might be flushed out by the newer ones as they generate.

As you've mentioned, the best way to search/filtering the console output is still with command such as grep (and maybe tee or redirect it beforehand).

@haowanxing
Copy link
Author

tks

@haowanxing haowanxing closed this as not planned Won't fix, can't repro, duplicate, stale Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants