mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-23 13:45:12 +02:00
chore: Add some words to VS Code dict
This commit is contained in:
parent
9dde1f8656
commit
25addaee63
@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop).
|
A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows. Inspired by both [gtop](https://github.com/aksakalli/gtop) and [gotop](https://github.com/cjbassi/gotop).
|
||||||
|
|
||||||
|
<!--TODO: Update recording for 0.4-->
|
||||||
|
|
||||||
 _Theme based on [gruvbox](https://github.com/morhetz/gruvbox) (see [sample config](./sample_configs/demo_config.toml))._ Recorded on version 0.2.0.
|
 _Theme based on [gruvbox](https://github.com/morhetz/gruvbox) (see [sample config](./sample_configs/demo_config.toml))._ Recorded on version 0.2.0.
|
||||||
|
|
||||||
**Note**: This documentation is relevant to version 0.4.0 and may refer to in-development features, especially if you are reading this on the master branch. Please refer to [release branch](https://github.com/ClementTsang/bottom/tree/release/README.md) or [crates.io](https://crates.io/crates/bottom) for the most up-to-date _release_ documentation.
|
**Note**: This documentation is relevant to version 0.4.0 and may refer to in-development features, especially if you are reading this on the master branch. Please refer to [release branch](https://github.com/ClementTsang/bottom/tree/release/README.md) or [crates.io](https://crates.io/crates/bottom) for the most up-to-date _release_ documentation.
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
use crate::app;
|
use crate::app;
|
||||||
use itertools::izip;
|
use itertools::izip;
|
||||||
|
|
||||||
|
// TODO: Reverse intrinsic?
|
||||||
/// A somewhat jury-rigged solution to simulate a variable intrinsic layout for
|
/// A somewhat jury-rigged solution to simulate a variable intrinsic layout for
|
||||||
/// table widths. Note that this will do one main pass to try to properly
|
/// table widths. Note that this will do one main pass to try to properly
|
||||||
/// allocate widths. This will thus potentially cut off latter elements
|
/// allocate widths. This will thus potentially cut off latter elements
|
||||||
|
Loading…
x
Reference in New Issue
Block a user