* add filetree viewmodel * added attribute toggle * these views are really controllers * fix collapse all dir when selected file * determine filetree upperbound dynamically * support bounding cursor movements in the view model * added first view model test case * added test cases for filetree viewmodel
11 lines
576 B
Plaintext
11 lines
576 B
Plaintext
drwx------ 0:0 19 kB ├── root
|
|
drwxr-xr-x 0:0 13 kB │ ├── example
|
|
drwxr-xr-x 0:0 0 B │ │ ├── really
|
|
drwxr-xr-x 0:0 0 B │ │ │ └── nested
|
|
-r--r--r-- 0:0 6.4 kB │ │ ├── somefile1.txt
|
|
-rw-r--r-- 0:0 6.4 kB │ │ ├── somefile2.txt
|
|
-rw-r--r-- 0:0 6.4 kB │ │ └── somefile3.txt
|
|
-rw-r--r-- 0:0 6.4 kB │ └── saved.txt
|
|
-rw-rw-r-- 0:0 6.4 kB └── somefile.txt
|
|
|