Compare commits
2 Commits
6b6e0ed9bd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| fa5e3fa7fa | |||
| 5c523d71df |
12
README.md
12
README.md
@@ -2,6 +2,18 @@
|
||||
|
||||
`sloptop` is a Rust TUI resource monitor for Linux.
|
||||
|
||||
|
||||
## oneliner:
|
||||
|
||||
```bash
|
||||
git clone https://gitlab.randomdevelopment.biz/dakota/sloptop.git && cargo build --release && cp target/release/sloptop /usr/local/bin/
|
||||
```
|
||||
|
||||
```bash
|
||||
sudo wget "https://gitlab.randomdevelopment.biz/dakota/sloptop/-/raw/main/bin/sloptop" -O /bin/sloptop && sudo chmod +x /bin/sloptop
|
||||
```
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- htop-style process table by default with selection and scrolling
|
||||
|
||||
BIN
bin/sloptop
Executable file
BIN
bin/sloptop
Executable file
Binary file not shown.
Reference in New Issue
Block a user