summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2022-01-05images rendered with kitty protocol on weztermCanop
2021-06-11"client-server" no longer feature gatedCanop
2021-05-24stuffCanop
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-04-15staging area [WIP]Canop
2021-02-24limit the number of panels to 2Canop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-01-21fix "post bang" crashCanop
2020-12-13keep selection visible on unfilteringCanop
2020-11-25[WIP] high-definition image preview when using kittyCanop
2020-11-17some code cleaningCanop
2020-11-05preview now supports opening zero length "files"v1.0.5Canop
2020-11-02display date and size on symlinksCanop
2020-10-18:root_fs shows size/available infos of current filesystem on topCanop
2020-10-16:filesystems opens a list of mounted filesystemsCanop
2020-09-29refactor verb initialization from confCanop
2020-08-02show an image if preview if possible (WIP)Canop
2020-07-30refactor: remove stupid trileanCanop
2020-07-29don't install when --outcmd or BR_INSTALL=noCanop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-20"client-server" featureCanop
2020-07-12preview panel [still more like a POC than a full feature]Canop
2020-06-25deep last modified date computed in background on directoriesCanop
2020-06-12Fix some problems with relative paths in cp and mvv0.15.1Canop
2020-06-11some optimizations of the file content searchCanop
2020-06-06rudimentary search in file contentCanop
2020-06-06a few minor refactorings and cleaningsCanop
2020-05-17display tree options "flags"Canop
2020-05-04internals can accept an argument. :focus does accept oneCanop
2020-05-03refactor: creation of the `tree` modCanop
2020-05-01command/verb/apply refactoringCanop
2020-04-15refactor: "display" ntmoduleCanop
2020-04-15refactor verbs for more type enforced sanityCanop
2020-04-14focus dir in new panel with tabCanop
2020-03-30moved files aroundCanop
2020-02-08use crossterm 0.16.0Canop
2020-02-03tree status closer to the root title (so to the left)Canop
2020-02-03cached background computation of git statusCanop
2020-02-02background computation of git repo statisticsCanop
2020-01-30add the time! macroCanop
2020-01-28don't use gitlib2 gitignore computationCanop
2020-01-26display git branch and statsCanop
2020-01-25[WIP] display git status informationCanop
2020-01-20minor code fmt changesCanop
2020-01-12move clap App generation into its own rs fileCanop
2019-12-18allow more keys as verb triggersCanop
2019-12-15migration from crossterm 0.13.3 to crossterm 0.14.0Canop
2019-12-14rewrite br shell function installation to comply with #53 and #39Canop
2019-12-01faster fuzzy searchesCanop