summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
2023-11-03move every lazy_static configuration into config.qkzk
2023-11-03allow rgb colors in config fileqkzk
2023-11-02lazy_static load of colors. They are configurable again...qkzk
2023-10-30remove color configuration & caching. All colors are calculated every timeqkzk
2023-10-30remove configurable colors, calc them every timequentin konieczko
2023-10-21refactor config & argsqkzk
2023-10-20improve settings & argsqkzk
2023-10-08refactor color parsing from configqkzk
2023-10-04FIX: symlink aren't displayed at all. Use symlink_metadata and check existanceqkzk
2023-05-18ignore poorly formated config filequentin konieczko
2023-04-08simplify config creationqkzk
2023-04-03Custom keybindingsquentin konieczko
2023-04-03fix: absent key in config crashes the appquentin konieczko
2023-04-02allow user to define custom shell commands executed on selected fileqkzk
2023-04-01fix settings parsingqkzk
2023-04-01read dual & display full setting from config fileqkzk
2023-03-19Allow errors in keybindings, don't fail immediatly.qkzk
2023-03-11replace FmError & FmResult by anyhowqkzk
2023-03-05Configurable tuis loaded from a config file.qkzk
2023-02-26refactor & document config creationqkzk
2023-02-26FIX: read path at runtime, not compile time.qkzk
2023-02-26terminal: 1. current terminal, 2. configured one, 3. default oneqkzk
2023-02-26read current terminal from env, if it doesn't exists use config oneqkzk
2023-01-30moved colors to a variable in main instead of an attr of statusqkzk
2023-01-02Config::Colors now holds the color cacheqkzk
2022-12-16move string to specific file, readme for usersqkzk
2022-12-16massive documentaion and some refactoring.qkzk
2022-12-15documentationqkzk
2022-12-10more detail on errors, parse keymaps directlyqkzk
2022-12-04use macro to convert EventChar to string back and forth. Propagate casting er...qkzk
2022-12-04multiple key for an actionquentin konieczko
2022-12-04bindsmultiple_kbqkzk
2022-12-03help displays current keybindingsqkzk
2022-11-27~ go to homeqkzk
2022-11-27move back with -qkzk
2022-10-28filter by name, extension, dir only or no filterfilterqkzk
2022-10-17basic steps for marks implementation; no action yetqkzk
2022-10-16refactor bulkrename, bug fix wrong comparisonbulkrenameqkzk
2022-10-14hard coded opener working, config opened but isn't readqkzk
2022-10-09mode shortcut with predefined shortcutsshortcutsqkzk
2022-10-08history of visited directoriesqkzk
2022-10-04preview a file with Ppreviewqkzk
2022-10-04symlink workingqkzk
2022-10-04symlink not workingquentin konieczko
2022-10-02refactor status: 3 kinds of methods : action, event, execqkzk
2022-10-01documentation for every public itemqkzk
2022-09-30removed useless pub on configqkzk
2022-09-30sort by filename, date, size, extensionquentin konieczko
2022-09-29nvim testingquentin konieczko
2022-09-28simplify configurationsimpler-configqkzk