Skip to content

Commit

Permalink
other: add process uptime as a default column
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementTsang committed Feb 15, 2024
1 parent 3ee8834 commit 93f2292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [#1344](https://github.com/ClementTsang/bottom/pull/1344): Change the `group` command line-argument to `group_processes` for consistency with the config file option.
- [#1376](https://github.com/ClementTsang/bottom/pull/1376): Group together related command-line arguments in `-h` and `--help`.
- [#1411](https://github.com/ClementTsang/bottom/pull/1411): Add `time` as a default column.

### Bug Fixes

Expand Down
1 change: 1 addition & 0 deletions src/widgets/process_table.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ impl ProcWidgetState {
TotalWrite,
User,
State,
Time,
];

default_columns.into_iter().map(make_column).collect()
Expand Down

0 comments on commit 93f2292

Please sign in to comment.