地圖 (Jido) is a lightweight Unix TUI file explorer designed for speed and simplicity.
at main 624 B view raw
1{ 2 "show_hidden": true, 3 "sort_dirs": false, 4 "show_images": true, 5 "preview_file": true, 6 "keybinds": { 7 "toggle_hidden_files": "h", 8 "force_delete": null 9 }, 10 "styles": { 11 "selected_list_item": { 12 "bg": { 13 "rgb": [45, 45, 45] 14 }, 15 "bold": true 16 }, 17 "notification": { 18 "info": { 19 "fg": { 20 "rgb": [127, 255, 0] 21 } 22 } 23 }, 24 "git_branch": { 25 "fg": { 26 "rgb": [127, 255, 0] 27 } 28 } 29 } 30}