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 eeee3394bc Improve version incompatibility error
With this change, `xplr` will only raise version incompatibility error
if the major version changes. Minor version updates are assumed to be
backwards compatible.

If the major version is `v0`, the minor version will be considered as
the major version and the security/patch version will be considered as
minor version and the same logic will apply.
3 years ago
..
app.rs Improve version incompatibility error 3 years ago
auto_refresher.rs Autorefresh, BashExec and basename 3 years ago
config.rs Fix large env vars breaking the subprocess 3 years ago
event_reader.rs Add CI/CD gh actions 3 years ago
explorer.rs Fix large env vars breaking the subprocess 3 years ago
input.rs Add CI/CD gh actions 3 years ago
lib.rs Autorefresh, BashExec and basename 3 years ago
main.rs Fix large env vars breaking the subprocess 3 years ago
pipe_reader.rs Add CI/CD gh actions 3 years ago
ui.rs Add CI/CD gh actions 3 years ago