summaryrefslogtreecommitdiffstats
path: root/src/conf
AgeCommit message (Expand)Author
2021-08-04improve scrolling behaviorsCanop
2021-06-13`{root}` verb argumentCanop
2021-06-10`working_dir` verb attributeCanop
2021-06-02make the number of threads used for file summing configurableCanop
2021-05-29:rename verb (and what makes it possible)Canop
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-05-06config / quit_on_last_cancelCanop
2021-03-09allow definition of several key shortcuts for one verbCanop
2021-02-27move default conf from source code to a resource fileCanop
2021-02-24limit the number of panels to 2Canop
2021-02-22use ahash of some of the hashmaps with big keysCanop
2021-02-14fix broken selection bg in text preview when line numbers are shownCanop
2021-02-06version 1.2.3v1.2.3Canop
2021-02-05fix the F5 and F6 copy and move to panel shorcuts in default confv1.2.2Canop
2021-01-27allow dashes instead of underscores in conf property namesCanop
2021-01-14search modes explained in default confCanop
2021-01-10experimental "modal mode"modesCanop
2021-01-07allow specifying execution pattern as arrayCanop
2020-12-24version 1.1.0Canop
2020-12-22wrap all `execution` values in default hjson in quotesCanop
2020-12-21Hjson now accepted as config format, and the default oneCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11display the file(s) used for config loading in helpCanop
2020-12-11use serde's derive to deserialize confCanop
2020-12-10fixed faulty default config.Leo
2020-12-01progressive display of file sums (size, counts, date)Canop
2020-11-19Merge branch 'icons'Canop
2020-11-19add major precision to default confCanop
2020-11-18explain in default conf the thing about TOML props orderCanop
2020-11-17small changes to the icons documentationiconsCanop
2020-11-08Add support for icons_
2020-10-20keep tree options when going through not tree statesCanop
2020-10-10use PATH instead of absolute paths for all verbsScott Olson
2020-10-07change the syntax of `cols_order` in confCanop
2020-09-29refactor verb initialization from confCanop
2020-09-28fix compilation for androidCanop
2020-09-24allow cmd sequences in verb executionCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-08-18setting the working dir of processes is now opt-inCanop
2020-08-18optional selection mark to complete the selection backgroundCanop
2020-08-07image preview: better color choice when true colors aren't availableCanop
2020-07-31better terminal state for sub processesCanop
2020-07-26{line} in a verb execution pattern refers to the line numberCanop
2020-07-26"syntax_theme" preference in config fileCanop
2020-07-25file size and "line" addresses in hex viewCanop
2020-07-25content search in tree propagated as regex to previewCanop
2020-07-23:select_first and :select_last implemented in previewCanop
2020-07-10add a builtin verb for :open_stay_filterCanop
2020-07-09add [ext-colors] to color files depending on their extensionCanop
2020-07-02add the `--git-status` launch optionCanop