8000 v0.7 · bcicen/ctop@233259b · GitHub
[go: up one dir, main page]

Skip to content

Commit 233259b

Browse files
committed
v0.7
1 parent 107def9 commit 233259b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fetch the [latest release](https://github.com/bcicen/ctop/releases) for your pla
2020
#### Linux
2121

2222
```bash
23-
sudo wget https://github.com/bcicen/ctop/releases/download/v0.6.1/ctop-0.6.1-linux-amd64 -O /usr/local/bin/ctop
23+
sudo wget https://github.com/bcicen/ctop/releases/download/v0.7/ctop-0.7-linux-amd64 -O /usr/local/bin/ctop
2424
sudo chmod +x /usr/local/bin/ctop
2525
```
2626

@@ -31,7 +31,7 @@ brew install ctop
3131
```
3232
or
3333
```bash
34-
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.6.1/ctop-0.6.1-darwin-amd64
34+
sudo curl -Lo /usr/local/bin/ctop https://github.com/bcicen/ctop/releases/download/v0.7/ctop-0.7-darwin-amd64
3535
sudo chmod +x /usr/local/bin/ctop
3636
```
3737

@@ -54,6 +54,10 @@ Build steps can be found [here][build].
5454

5555
`ctop` requires no arguments and uses Docker host variables by default. See [connectors][connectors] for further configuration options.
5656

57+
### Config file
58+
59+
While running, use `S` to save the current filters, sort field, and other options to a default config path. These settings will be loaded and applied the next time `ctop` is started.
60+
5761
### Options
5862

5963
Option | Description
@@ -64,6 +68,7 @@ Option | Description
6468
-i | invert default colors
6569
-r | reverse container sort order
6670
-s | select initial container sort field
71+
-scale-cpu | show cpu as % of system total
6772
-v | output version information and exit
6873

6974
### Keybindings

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.7

0 commit comments

Comments
 (0)
0