地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.
1{
2 "show_hidden": true,
3 "sort_dirs": false,
4 "show_images": true,
5 "preview_file": true,
6 "styles": {
7 "selected_list_item": {
8 "bg": {
9 "rgb": [45, 45, 45]
10 },
11 "bold": true
12 },
13 "file_information": {
14 "fg": {
15 "rgb": [0, 0, 0]
16 },
17 "bg": {
18 "rgb": [255, 255, 255]
19 }
20 }
21 }
22}