summaryrefslogtreecommitdiffstats
path: root/src/tree_views.rs
AgeCommit message (Expand)Author
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-28dope less deep search resultCanop
2019-01-27support of regex patternsCanop
2019-01-25rework of verbs and their configurationCanop
2019-01-15links in treeview totally colored as links (instead of just the arrow)Canop
2019-01-14better handle symlinksCanop
2019-01-07filtering pattern kept after verb executionv0.4.2Canop
2019-01-07better selection of search resultsCanop
2019-01-06display user/group with permissionsCanop
2019-01-05command to toggle permission display (rwxrwxrwx)Canop
2018-12-29filter out files & directories according to .gitignore filesCanop
2018-12-20minor change of tree view renderingDenys Séguret
2018-12-17fmtCanop
2018-12-14make tree longer than screen in some cases (esp. for sizes)Denys Séguret
2018-12-13add some missing error checksDenys Séguret
2018-12-13replace walkdir by my own (much faster) traversalDenys Séguret
2018-12-12file & directory sizeCanop
2018-12-10minor cosmeticsCanop
2018-12-10edition = "2018"Canop
2018-12-10fix '…' not always being added to not empty foldersCanop
2018-12-10don't use true colors but the standard setCanop
2018-12-08no more file keys. Selection is now search basedCanop
2018-12-07parallel BFS searchCanop
2018-12-05correctly manages sym linksCanop
2018-12-02readmeCanop
2018-12-02remove Result from return type of functions which can't failCanop
2018-12-02help pageCanop
2018-11-29tab navigates to next fuzzy matchCanop
2018-11-29fuzzy pattern matching based navigationCanop
2018-11-28fmtCanop
2018-11-26clean way to start programs on user commandsCanop
2018-11-22add '...' after name of unopened non empty dirsCanop
2018-11-22dir opening and back. More commandsCanop
2018-11-21selection using file keyCanop
2018-11-20keys display in treeCanop
2018-11-19saner TreeLine structure (no more name for Pruning marks)Canop
2018-11-19grey branchs (instead of white)Canop
2018-11-19prettier tree branchsCanop
2018-11-18branch computation (and very crude representation)Canop
2018-11-18minor tree_view refactoringCanop
2018-11-18add some styleCanop
2018-11-18sorted pruned treeCanop
2018-11-17unsorted treeCanop
2018-11-16display one levelCanop
2018-11-15first commit - not much, just experimentingCanop