Commit 7cd3395
feat(cli): add scrolling, sorting and filtering to
* feat(cli): add support for scrolling in `vector top`
Related: #24337
* feat(cli): add support for sorting in `vector top`
Related: #24337
* feat(cli): add support for filtering in `vector top`
Related: #24337
* feat(cli): add CLI options for sorting and filtering in `vector top`
Related: #24337
* feat(cli): align sorting and filtering keybinds in `vector top`
* docs: add changelog entry
* chore: add keybinds to allowed words
* Update changelog.d/24355_vector_top_controls.feature.md
Co-authored-by: Thomas <thomasqueirozb@gmail.com>
* Move column names to constants
* Move filter/sort state sync to ui into methods used in events
* Add indicator for sort direction
* Add filtering indicator
* Add issue reference for errors display
* Add a simple macro for sort_fn generation
---------
Co-authored-by: Thomas <thomasqueirozb@gmail.com>vector top (#24355)1 parent 2a8183a commit 7cd3395
11 files changed
Lines changed: 926 additions & 29 deletions
File tree
- .github/actions/spelling
- changelog.d
- lib/vector-top
- src
- src/top
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
0 commit comments