Skip to content

Releases: jw/brt

0.2.3

22 Jul 21:23
@jw jw

Choose a tag to compare

Added uptime to the footer.

0.2.2

22 Jul 21:22
@jw jw

Choose a tag to compare

Improved process list minorly; created a footer component.

0.2.1

13 Jul 18:47
@jw jw

Choose a tag to compare

Fancier process rows in the process table.

0.2.0

13 Jul 18:40
@jw jw

Choose a tag to compare

All components implement the Component trait.

0.1.8

21 May 15:07
@jw jw

Choose a tag to compare

Fix of the human panic handling.

0.1.7

21 May 15:05
@jw jw

Choose a tag to compare

Added cpu graph to process list.

0.1.6

25 Mar 20:21
@jw jw

Choose a tag to compare

Fix of the 0.1.5 release which is missing human-panic. Added tests and refactored the process component.

Screenshot from 2024-03-25 21-20-01

0.1.5

21 Mar 19:42
@jw jw

Choose a tag to compare

Added process ordering by pid, name, command, threads and cpu.

  • Ordering via left and right keys.
  • Made the architecture follow the component templates of ratatui.
  • Added linting, testing, coverage,...

0.1.4

01 Mar 13:21
@jw jw

Choose a tag to compare

Looks a little more like btops proc section. Still lots to do...

  • Added correct command (left the program column as is).
  • Added scrollbar.
  • Added styles (colors and boldness).
  • Added current process / all processes status message at the bottom right.
  • Added PageUp and PageDown feature.
  • Created a model.rs that gets the models, while the main.rs handles the tui part.
  • Added git hooks via husky.

screenshot

0.1.3

23 Feb 21:59
@jw jw

Choose a tag to compare

The process list is added to the app: pid, ppid, command, threads, user and mem.