You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xplr/src
Arijit Basu 61657a70c7 Add support for loading extra config files
Use `-C` / `--extra-config` to load Lua files to overwrite the default
or user defined config.

This helps with integration, where integrating xplr with another tool
requires xplr to overwrite some config, without requiring the users to
install an xplr plugin or update the xplr config.

Example:

```bash
    xplr -C one.lua two.lua

    # Or

    xplr -C one.lua -C two.lua
```

> **WARNING:**
>
> Extra config doesn't require specifying the `version`, hence, it's the
> integration author or the user's responsibility to assert
> compatibility using the globally exposed `version` in the extra config
> files, similar to xplr plugins.

Ref: https://github.com/sayanarijit/xplr/issues/316
3 years ago
..
bin Add support for loading extra config files 3 years ago
app.rs Add support for loading extra config files 3 years ago
config.rs Fix StartFifo and ToggleFifo 3 years ago
event_reader.rs Increase poll timeout 3 years ago
explorer.rs Remove per directory buffer 3 years ago
init.lua Add support for loading extra config files 3 years ago
input.rs Add feature dynamic UI 3 years ago
lib.rs Remove auto refresh service 3 years ago
lua.rs Update version 3 years ago
permissions.rs Add colorful permissions 3 years ago
pipe_reader.rs Remove auto refresh service 3 years ago
pwd_watcher.rs Fix some sync issues 3 years ago
runner.rs Add support for loading extra config files 3 years ago
ui.rs Allow dynamic linking to load Lua modules using C 3 years ago