diff options
author | euxane | 2024-11-24 23:03:15 +0100 |
---|---|---|
committer | euxane | 2024-11-24 23:03:15 +0100 |
commit | b502b09ef8b4811bd4d142437a46538d3b644fb0 (patch) | |
tree | 87a6cb353ebe5af507828330ec8f12331aef07a6 | |
parent | c1e7867bc6c51637333c7f0726d49632b9babd91 (diff) | |
download | tickwatch-b502b09ef8b4811bd4d142437a46538d3b644fb0.tar.gz |
readme: formattingv1.0
-rw-r--r-- | main.nim | 2 | ||||
-rw-r--r-- | readme.md | 3 |
2 files changed, 2 insertions, 3 deletions
@@ -23,7 +23,7 @@ const | |||
23 | """).strip() | 23 | """).strip() |
24 | HELP_TEXT = | 24 | HELP_TEXT = |
25 | staticRead("readme.md") | 25 | staticRead("readme.md") |
26 | .split("```help", 1)[1] | 26 | .split("```helptext", 1)[1] |
27 | .split("```", 1)[0] | 27 | .split("```", 1)[0] |
28 | .strip() | 28 | .strip() |
29 | 29 | ||
@@ -6,7 +6,6 @@ Demo | |||
6 | 6 | ||
7 | ```terminal | 7 | ```terminal |
8 | ❯ tickwatch --max=100000 --change=/sys/class/net/enp2s0/statistics/rx_packets | 8 | ❯ tickwatch --max=100000 --change=/sys/class/net/enp2s0/statistics/rx_packets |
9 | |||
10 | 2024-11-24 22:43+0100 ..............._______▁_______▁___▁__▁▁▁_____▁_▁___▂______▂_ | 9 | 2024-11-24 22:43+0100 ..............._______▁_______▁___▁__▁▁▁_____▁_▁___▂______▂_ |
11 | 2024-11-24 22:44+0100 _______▁___▁_____▂_____________________▂▃▂▅▆▆▂▂▄▄▄▅▇▇▇▆▆▆▇▇▇ | 10 | 2024-11-24 22:44+0100 _______▁___▁_____▂_____________________▂▃▂▅▆▆▂▂▄▄▄▅▇▇▇▆▆▆▇▇▇ |
12 | 2024-11-24 22:45+0100 ▇▆▆▆▆▆▆▆▇▇▇▇▇▇▇▇▇▇▇▇_____▂___________▁_________________▁___▅ | 11 | 2024-11-24 22:45+0100 ▇▆▆▆▆▆▆▆▇▇▇▇▇▇▇▇▇▇▇▇_____▂___________▁_________________▁___▅ |
@@ -20,7 +19,7 @@ Demo | |||
20 | CLI usage | 19 | CLI usage |
21 | --------- | 20 | --------- |
22 | 21 | ||
23 | ```help | 22 | ```helptext |
24 | tickwatch: A monitoring and visualization tool | 23 | tickwatch: A monitoring and visualization tool |
25 | 24 | ||
26 | Usage: tickwatch [OPTIONS] | 25 | Usage: tickwatch [OPTIONS] |