地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v0.4.0 22 lines 446 B view raw
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}