summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2023-01-08 16:26:32 +0100
committerqkzk <qu3nt1n@gmail.com>2023-01-08 16:26:32 +0100
commitc3440b4456c0e36f8560a9b85e022f7c20045332 (patch)
tree810a2bb362638db5d2ed8f0d40ce95ea81b773cf
parent6cd0db8c78eb3d0e61994303ce0037b95d6e8fc8 (diff)
dev.md: tree donecolored-tree-view
-rw-r--r--development.md64
1 files changed, 33 insertions, 31 deletions
diff --git a/development.md b/development.md
index a5e1170..069b398 100644
--- a/development.md
+++ b/development.md
@@ -263,6 +263,39 @@
- [x] improve fuzzy finding by moving to the selected file
- [x] use latest version of skim-qkzk
+### Version 0.1.9 : tree view
+
+New view: Tree ! Toggle with 't', fold with 'z'. Navigate normally.
+
+- [x] display a tree view with T
+- [x] navigate in the tree
+- [x] enter a directory from the tree
+- [x] enter a file:
+ - [x] enter parent
+ - [x] select the file
+- [x] scrolling
+ - [x] last file can't be at top
+- [x] enable most modes
+ - [x] copy, cut, delete, trash, search
+- [x] enable most actions
+ - [x] END move to last leaf
+ - [x] toggle flag and display flagged files
+ - [x] copy filename, filepath
+ - [x] toggle hidden
+ - [x] drag n drop
+ - [x] symlink
+- [x] disabled:
+ - [x] regex match: would only in current root path
+ - [x] sort: would require recursive sort of every directory
+- [x] replace preview::directory by mode::tree
+- [x] filter
+ - [x] force display full in tree mode
+- [x] search simple: first result
+- [x] fold
+ - [x] fold a single directory
+ - [x] display a triangle to display folded status
+ - [x] unfold all, fold all
+
## TODO
- [ ] remote control
@@ -288,37 +321,6 @@
- [ ] print with term: term...
- [ ] zoxide support
-- [ ] Version 0.1.9 : tree view
-
- - [x] display a tree view with T
- - [x] navigate in the tree
- - [x] enter a directory from the tree
- - [x] enter a file:
- - [x] enter parent
- - [x] select the file
- - [x] scrolling
- - [x] last file can't be at top
- - [x] enable most modes
- - [x] copy, cut, delete, trash, search
- - [x] enable most actions
- - [x] END move to last leaf
- - [x] toggle flag and display flagged files
- - [x] copy filename, filepath
- - [x] toggle hidden
- - [x] drag n drop
- - [x] symlink
- - [x] disabled:
- - [x] regex match: would only in current root path
- - [x] sort: would require recursive sort of every directory
- - [x] replace preview::directory by mode::tree
- - [x] filter
- - [x] force display full in tree mode
- - [x] search simple: first result
- - [x] fold
- - [x] fold a single directory
- - [x] display a triangle to display folded status
- - [x] unfold all, fold all
-
- [ ] Version 0.2.0 : tests
- [ ] tests