Compare commits

...

2 Commits

Author SHA1 Message Date
fa5e3fa7fa oneline in readme 2026-02-19 16:19:21 +00:00
5c523d71df how host a relase 2026-02-19 16:10:06 +00:00
2 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,18 @@
`sloptop` is a Rust TUI resource monitor for Linux. `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 ## Features
- htop-style process table by default with selection and scrolling - htop-style process table by default with selection and scrolling

BIN
bin/sloptop Executable file

Binary file not shown.