summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2019-02-12better sized image for docCanop
2019-02-12version bump to 0.6.0 (and changelog)v0.6.0Canop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-04make the application more responsive on slow disksv0.5.2Canop
2019-02-03alt-enter now executes :cdCanop
2019-01-30remove a keyword, as cargo refuses more than 5v0.5.0Canop
2019-01-30version bump -> 0.5.0Canop
2019-01-22bring back jemallocCanop
2019-01-21--cmd program argument to pass a sequence of commandsCanop
2019-01-12fix configured verbs not correctly handling paths with spacesv0.4.6Canop
2019-01-11search speed up (very notable in case of rare matches)v0.4.5Canop
2019-01-09much much faster post search trimmingCanop
2019-01-08version bumpv0.4.3Canop
2019-01-07filtering pattern kept after verb executionv0.4.2Canop
2019-01-06display user/group with permissionsCanop
2019-01-01better search results (we search a little more and sort)Canop
2018-12-29filter out files & directories according to .gitignore filesCanop
2018-12-18`cd` command to change directoryCanop
2018-12-17don't count twice inodes in case of hard linksDenys Séguret
2018-12-16keep directory sizes in cacheCanop
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-13replace walkdir by my own (much faster) traversalDenys Séguret
2018-12-12file & directory sizeCanop
2018-12-10fix '…' not always being added to not empty foldersCanop
2018-12-10fix a bug making broot find unexisting matchesCanop
2018-12-09option to show only foldersCanop
2018-12-09arguments at launch: --hidden and --helpCanop
2018-11-29add a log to file facilityCanop
2018-11-27verbs read from configuration file. Default conf written at start.Canop
2018-11-26fundation of a parsing of the conf as TOMLCanop
2018-11-23more command parsing, POC of file openingCanop
2018-11-20keys display in treeCanop
2018-11-15first commit - not much, just experimentingCanop