summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2019-02-14complete verbs handling in help screenCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-10broot now installs the br shell function itselfCanop
2019-02-04make the application more responsive on slow disksv0.5.2Canop
2019-02-03alt-enter now executes :cdCanop
2019-01-30version bump -> 0.5.0Canop
2019-01-29terminal size management refactoringCanop
2019-01-27support of regex patternsCanop
2019-01-26fmtCanop
2019-01-25move the stdout.flush of end from main to app.dropCanop
2019-01-25Merge branch 'master' of github.com:Canop/brootCanop
2019-01-25rework of verbs and their configurationCanop
2019-01-23flush stdout after leaving termion alternate screen. Fix #10Denys Séguret
2019-01-22bring back jemallocCanop
2019-01-21remove unused useCanop
2019-01-21--cmd program argument to pass a sequence of commandsCanop
2019-01-15documentationCanop
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-09output version in log for easier analysisCanop
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-05command to toggle permission display (rwxrwxrwx)Canop
2019-01-01better search results (we search a little more and sort)Canop
2018-12-30gitignore respect togglable and available as cli argCanop
2018-12-29filter out files & directories according to .gitignore filesCanop
2018-12-21simply fmt deciding to sort imports...Denys Séguret
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-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-09option to show only foldersCanop
2018-12-09arguments at launch: --hidden and --helpCanop
2018-12-09spinner shows a search is still in processCanop
2018-12-08no more file keys. Selection is now search basedCanop
2018-12-05correctly manages sym linksCanop
2018-12-04Fuzzy pattern matcher now tests all possible startsCanop
2018-12-03thread / tree building interrupted on keyCanop
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-12-01specializable application statesCanop