You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -13,6 +13,7 @@ TUI's tend to use a lot less resources and therefore perform very well, regardle
13
13
14
14
## Disk Management
15
15
16
+
Viewing disk usage and coppying disk images to removable medial (e.g. USB memory sticks).
16
17
17
18
### Caligula
18
19
@@ -28,47 +29,61 @@ Install options:
28
29
29
30
Caligula is created with the [Rust Language](/engineering-playbook/programming-languages/rust/index.md) and can be installed via the `caligula` crate.
30
31
31
-
{align=left loading=lazy style="height:150px;width:150px"}
32
+
{loading=lazy}
32
33
34
+
### ncdu disk usage
33
35
34
-
## OS Monitoring
35
-
36
-
### Bottom Btm
37
-
38
-
[bottom (btm)](https://github.com/ClementTsang/bottom){target=_blank} graphic process & system monitor.
36
+
[ncdu](https://terminaltrove.com/ncdu/) is an ncurses disk usage analyzer.
39
37
40
38
=== "Debian Linux"
41
39
42
40
```shell
43
-
apt install
41
+
apt install ncdu
44
42
```
45
43
46
44
=== "Arch Linux"
47
45
48
46
```shell
49
-
sudo pacman -S btm
47
+
sudo pacman -S ncdu
50
48
```
51
49
52
-
{loading=lazy}
50
+
{loading=lazy}
53
51
54
52
55
-
### ncdu disk usage
53
+
### diskonaut
56
54
57
-
[ncdu](https://terminaltrove.com/ncdu/) is an ncurses disk usage analyzer.
55
+
56
+
[diskonaut disk usage explorer](https://github.com/imsnif/diskonaut){target=_blank} is a visual treemap representation of disk space usage. Delete files or directories and diskonaut will track how much space you've freed up in this session.
57
+
58
+
{loading=lazy}
59
+
60
+
61
+
## OS Monitoring
62
+
63
+
### Bottom Btm
64
+
65
+
[bottom (btm)](https://github.com/ClementTsang/bottom){target=_blank} graphic process & system monitor.
58
66
59
67
=== "Debian Linux"
60
68
61
69
```shell
62
-
apt install ncdu
70
+
apt install
63
71
```
64
72
65
73
=== "Arch Linux"
66
74
67
75
```shell
68
-
sudo pacman -S ncdu
76
+
sudo pacman -S btm
69
77
```
70
78
71
-
{loading=lazy}
79
+
{loading=lazy}
[kbt](https://github.com/bloznelis/kbt){target=_blank} is a keyboard tester that supports multiple keyboard layouts.
192
+
193
+
> NOTE: wayland support pending
194
+
195
+
196
+
### Bluetui
197
+
198
+
[Bluetui](https://github.com/pythops/bluetui){target=_blank} for managing bluetooth on Linux.
199
+
200
+
{loading=lazy}
201
+
202
+
203
+
### Blendr bluetooth analyser
204
+
205
+
[blendr](https://github.com/dmtrKovalenko/blendr){target=_blank} to inspect, search, connect, and analyze data coming from BLE devices directly from your terminal.
206
+
207
+
Designed for BLE engineers to useful search, create a direct connection to any characteristic and device with one command, and displaying your custom services names in the UI.
[bbcli](https://github.com/hako/bbcli){target=_blank} news reader from BBC.co.uk with vim-style navigation.
226
+
227
+
`--feed` argument to show a [specific news topic](https://github.com/hako/bbcli#available-feeds).
228
+
229
+
```shell
230
+
# List top stories
231
+
bbcli list
232
+
233
+
# List from specific feed
234
+
bbcli --feed world list
235
+
bbcli --feed technology list
236
+
bbcli --feed business list
237
+
```
238
+
239
+
{loading=lazy}
240
+
241
+
242
+
## To Categories
243
+
244
+
### fzf-make
245
+
246
+
[fzf-make](https://github.com/kyu08/fzf-make){target=_blank} Tui for make, just, pnpm, yarm, task. Search and browse task definitions, keeping a history of tasks used.
247
+
248
+
Install via Rust Cargo, Arch Linux, Nix, Homebrew
249
+
250
+
{loading=lazy}
251
+
252
+
253
+
### csvlens
254
+
255
+
[csvlens](https://github.com/YS-L/csvlens){target=_blank} explorer for Comma Seperated Values (CSV data). Supports basic vim-style navigation.
256
+
257
+
{loading=lazy}
258
+
259
+
260
+
### xan
261
+
262
+
[xam](https://github.com/medialab/xan){target=_blank} process CSV files from the shell, previewing data as graphs.
[iamb](https://github.com/ulyssa/iamb){target=_blank} Matrix client for the terminal that uses Vim keybindings.
302
+
303
+
{loading=lazy}
304
+
305
+
### oxker docker containers
306
+
307
+
[oxker](https://github.com/mrjackwills/oxker){target=_blank} view and control docker containers.
117
308
309
+
{loading=lazy}
0 commit comments