summaryrefslogtreecommitdiffstats
path: root/src/flat_tree.rs
AgeCommit message (Expand)Author
2019-02-01a few sacrifices to the Clippy godCanop
2019-01-26fmtCanop
2019-01-22:cd improvementsCanop
2019-01-15documentationCanop
2019-01-14better handle symlinksCanop
2019-01-10documentation about broot usage and verbsCanop
2019-01-07filtering pattern kept after verb executionv0.4.2Canop
2019-01-06display user/group with permissionsCanop
2019-01-05command to toggle permission display (rwxrwxrwx)Canop
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-17fix ordering in case of folder names varying only by caseDenys Séguret
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-13dir size computation now interruptible with fine granularityDenys Séguret
2018-12-12file & directory sizeCanop
2018-12-10edition = "2018"Canop
2018-12-10fix '…' not always being added to not empty foldersCanop
2018-12-08no more file keys. Selection is now search basedCanop
2018-12-07don't recompute score when going to next matchCanop
2018-12-07pass the score from builder to tree instead of recomputing itCanop
2018-12-07parallel BFS searchCanop
2018-12-05correctly manages sym linksCanop
2018-12-05in case of equal score, prefer to select the less deep nodeCanop
2018-12-03more error handling (no exe found, prog argument not a dir)Canop
2018-12-02remove Result from return type of functions which can't failCanop
2018-12-02help pageCanop
2018-11-30interactive fuzzy tree filteringCanop
2018-11-29tab navigates to next fuzzy matchCanop
2018-11-29fuzzy pattern matching based navigationCanop
2018-11-28fmtCanop
2018-11-27new verb to toggle hidden filesCanop
2018-11-27verbs read from configuration file. Default conf written at start.Canop
2018-11-26clean way to start programs on user commandsCanop
2018-11-25add [A-Z] to the range of possible key charsCanop
2018-11-22add '...' after name of unopened non empty dirsCanop
2018-11-21arrow key navigation, more command parsingCanop
2018-11-21selection using file keyCanop
2018-11-20keys display in treeCanop
2018-11-19opening on a passed locationCanop
2018-11-19handle path listing errors (like permission denied)Canop
2018-11-19saner TreeLine structure (no more name for Pruning marks)Canop
2018-11-19fix too many linesCanop
2018-11-19prettier tree branchsCanop
2018-11-18branch computation (and very crude representation)Canop
2018-11-18sorted pruned treeCanop
2018-11-17sorted tree without continuation marksCanop
2018-11-17unsorted treeCanop