summaryrefslogtreecommitdiffstats
path: root/src/errors.rs
AgeCommit message (Expand)Author
2023-05-23update resvg dependencyCanop
2023-02-04clippy...Canop
2023-02-02Render SVG files as images in preview (#660)Denys Séguret
2023-01-03Nushell br function (#647)Denys Séguret
2022-09-22remove some warningsCanop
2022-07-04conf files can import other conf filesCanop
2022-06-30add the set_syntax_theme verbCanop
2022-06-19fix default_flags in conf not working anymoreCanop
2022-05-04add the :stage_all_files internalCanop
2022-04-03replace the 'opener' crate with 'open'Canop
2022-03-29Don't quit on small terminalsCanop
2022-01-30export key event parsing and formatting in crokeyCanop
2022-01-21Fix a crash on a syntect panic on svelte fileCanop
2021-12-22text previews switch to hex when there are non printable charsCanop
2021-06-24upgrade crossterm & termimadCanop
2021-06-22fix preview of linux pseudo-filesCanop
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