summaryrefslogtreecommitdiffstats
path: root/src/tree_build.rs
AgeCommit message (Expand)Author
2019-02-13faster regex searchCanop
2019-02-12new verb :toggle_trim_root allows to keep all root childrenCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-05change the way we break fuzzy search on not relevant matchesCanop
2019-02-04make the application more responsive on slow disksv0.5.2Canop
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-31travis-ci shield in readmeCanop
2019-01-31remove the children_loaded bool from the BLine structCanop
2019-01-28dope less deep search resultCanop
2019-01-27support of regex patternsCanop
2019-01-26fmtCanop
2019-01-15documentationCanop
2019-01-14better handle symlinksCanop
2019-01-11search speed up (very notable in case of rare matches)v0.4.5Canop
2019-01-11fix first level too much trimmed when sizes displayedCanop
2019-01-10documentation about broot usage and verbsCanop
2019-01-09much much faster post search trimmingCanop
2019-01-08faster search by reading metadata on the direntryCanop
2019-01-07search a little moreCanop
2019-01-07better selection of search resultsCanop
2019-01-06display user/group with permissionsCanop
2019-01-05command to toggle permission display (rwxrwxrwx)Canop
2019-01-01better search results (we search a little more and sort)Canop
2018-12-31flags (hidden, gitignore) displayed at bottomCanop
2018-12-30gitignore respect togglable and available as cli argCanop
2018-12-29filter out files & directories according to .gitignore filesCanop
2018-12-17fmtCanop
2018-12-15sort paths according to their lowercase partsCanop
2018-12-14make tree longer than screen in some cases (esp. for sizes)Denys Séguret
2018-12-12file & directory sizeCanop
2018-12-10add license in Cargo.tomlCanop
2018-12-10minor cosmeticsCanop
2018-12-10edition = "2018"Canop
2018-12-10fix '…' not always being added to not empty foldersCanop
2018-12-09option to show only foldersCanop
2018-12-09spinner shows a search is still in processCanop
2018-12-08no more file keys. Selection is now search basedCanop
2018-12-07pass the score from builder to tree instead of recomputing itCanop
2018-12-07improve computation of number of OK linesCanop
2018-12-07parallel BFS searchCanop
2018-12-05correctly manages sym linksCanop
2018-12-04Fuzzy pattern matcher now tests all possible startsCanop
2018-12-04SEARCH_DEPTH now a constCanop
2018-12-03thread / tree building interrupted on keyCanop
2018-12-02remove Result from return type of functions which can't failCanop
2018-12-01specializable application statesCanop
2018-11-30interactive fuzzy tree filteringCanop
2018-11-28fmtCanop
2018-11-27new verb to toggle hidden filesCanop
2018-11-27verbs read from configuration file. Default conf written at start.Canop