-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
console: filter tasks list #131
Comments
I marked this as |
There's also other things we'd probably want to be able to "enter" dynamically, like rewinding to a certain spot, or changing a config value, etc. |
Yeah, it would make sense to have stuff like text boxes and other UI components eventually be general-purpose... |
Would it make sense to split the task up a bit and start with an implementation of a filter query box that we can bring up with some kind of a key combination and just fiture out a filtering syntax that incorporates the column(s) that we are filtering by. Someting like: |
It would be nice to be able to filter which tasks are displayed in the tasks list.
Some ways we might want to filter the tasks list:
Since we would want to allow filtering on different columns in the task list, we would need some UI for selecting which column is being filtered on, as well as for writing the actual filter. Here's a simple proposal:
Questions:
OR
filters orAND
filters...Most of these questions are things we can punt on for an MVP implementation, especially if we only allow a single filter at a time. But, we'll want to figure them out eventually.
UI inspiration:
htop
(which only allows filtering on one column, the process's name):atuin
history search:The text was updated successfully, but these errors were encountered: