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

docs: Add v1.0 project board.

Changed files
+27
+27
PROJECT_BOARD.md
··· 1 + # Project board 2 + 3 + Key: 4 + - `[ ]` Todo 5 + - `[-]` In progress 6 + - `[x]` Done 7 + 8 + ## v1.0 release 9 + 10 + ### New features 11 + - [ ] File/Folder movement. 12 + - [ ] Copy files. 13 + - [ ] Copy folders. 14 + - [ ] Keybind to unzip archives. 15 + - [ ] Keybind to hard delete items (bypass trash). 16 + - [ ] Ability to unbind keys. 17 + 18 + ### Refactors 19 + - [ ] Better error logging. 20 + There are many places errors could be caught, logged, and handled instead 21 + of crashing. 22 + - [ ] Improve image reading. 23 + Current reading can be slow which pauses users movement if they are simply 24 + scrolling past. 25 + 26 + ### Bugs 27 + - [ ] Command history is skipping items on scroll.