Skip to content

Commit 93f2292

Browse files
committed
other: add process uptime as a default column
1 parent 3ee8834 commit 93f2292

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

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

2021
### Bug Fixes
2122

src/widgets/process_table.rs

+1
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ impl ProcWidgetState {
318318
TotalWrite,
319319
User,
320320
State,
321+
Time,
321322
];
322323

323324
default_columns.into_iter().map(make_column).collect()

0 commit comments

Comments
 (0)