summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2019-03-25version 0.7.4v0.7.4Canop
2019-03-22version 0.7.3v0.7.3Canop
2019-03-15version 0.7.2v0.7.2Canop
2019-03-12Merge branch 'master' into masterOphir LOJKINE
2019-03-11Better error message when a command is not foundOphir LOJKINE
2019-03-11Use the os-specific file opener instead of xdg-openCanop
2019-03-11Improve and simplify skin error handlingOphir LOJKINE
2019-03-08fix a few problems with the unlisted countCanop
2019-03-07bump version to 0.7.0v0.7.0Canop
2019-02-23version bump -> 0.6.3v0.6.3Canop
2019-02-20directory size computed with a pool of threadsCanop
2019-02-18version bump -> 0.6.2v0.6.2Canop
2019-02-14complete verbs handling in help screenCanop
2019-02-12set a precise version for jemallocator to satisfy crates.ioCanop
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-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-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-07completed Cargo.toml for cargo publishCanop
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-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-10add license in Cargo.tomlCanop
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-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