summaryrefslogtreecommitdiffstats
path: root/src/errors.rs
AgeCommit message (Expand)Author
2021-06-02make the number of threads used for file summing configurableCanop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2020-12-21Hjson now accepted as config format, and the default oneCanop
2020-12-11use serde's derive to deserialize confCanop
2020-11-05preview now supports opening zero length "files"v1.0.5Canop
2020-10-16:filesystems opens a list of mounted filesystemsCanop
2020-10-07change the syntax of `cols_order` in confCanop
2020-09-29refactor verb initialization from confCanop
2020-09-07a few fixes to the :copy_path implementationCanop
2020-08-31Draft: Clipboard support, copy to clipboard_
2020-08-02show an image if preview if possible (WIP)Canop
2020-07-25content search in tree propagated as regex to previewCanop
2020-07-20"client-server" featureCanop
2020-06-28new `cols_order` attribute in configurationv0.18.1Canop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-04search modes can be configured - new "path regex" modeCanop
2020-06-03allow searching sub-path rather than just nameCanop
2020-06-01[WIP] refactoring for new pattern syntaxCanop
2020-05-18Special paths defined in conf.tomlCanop
2020-05-04internals can accept an argument. :focus does accept oneCanop
2020-05-01command/verb/apply refactoringCanop
2020-04-17panels resized when one is closedCanop
2020-04-14focus dir in new panel with tabCanop
2020-01-14`--set-install-state` sets the installation stateCanop
2020-01-12--print-shell-function : launch argument to print a shell functionCanop
2019-12-18allow more keys as verb triggersCanop
2019-12-17replace the "opener" crate with the "open" oneCanop
2019-12-02verb invocation now optional in verb configurationCanop
2019-11-05better handling of errors when opening files externallyCanop
2019-10-28Application running entirely on stderrCanop
2019-10-23move to the last versions of crossterm and termimadCanop
2019-09-13allow configuration of keyboard keys for verb triggeringCanop
2019-05-11configurable style attribute (bold, italic, crossedout, etc.)Canop
2019-05-10skin colors changed by configuration according to new fg,bg,attrs syntax:Canop
2019-04-03try to give arguments to verbs executed through --cmdCanop
2019-03-12Detailed error message on invalid regexOphir LOJKINE
2019-03-12nothingCanop
2019-03-12Fix compilationOphir LOJKINE
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-01Pattern based verb argumentsCanop
2019-02-17All colors of broot can be defined in configCanop
2019-02-15skinning possible for simple colors, for statusCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-03some code commentsCanop
2019-01-30version bump -> 0.5.0Canop
2019-01-30regexes accept 'i' and 'U' flagsCanop
2018-12-30gitignore respect togglable and available as cli argCanop