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 a62b72bf2a Add support for --vroot
--vroot helps isolating navigation of an xplr session inside a specific
directory. However, interaction still requires passing full paths
(`/tmp/vroot`). Shell scripts and Lua functions can still access files
outside the virtual root.

This PR also fixes unwanted dot (.) and extra slash (//) issues in paths.
2 years ago
..
bin Add support for --vroot 2 years ago
msg Use serde_yaml::with::singleton_map_recursive 2 years ago
app.rs Add support for --vroot 2 years ago
cli.rs Add support for --vroot 2 years ago
config.rs Add more hooks 2 years ago
directory_buffer.rs Fix directory explore scheduling 2 years ago
event_reader.rs Upgrade deps 2 years ago
explorer.rs Add support for --vroot 2 years ago
init.lua Add more hooks 2 years ago
input.rs Fix support for readline keys 2 years ago
lib.rs Use serde_yaml::with::singleton_map_recursive 2 years ago
lua.rs Upgarde version 2 years ago
node.rs Use fuzzy search instead of regex search 2 years ago
permissions.rs Use 89 chars line length 2 years ago
pipe.rs Use serde_yaml::with::singleton_map_recursive 2 years ago
pwd_watcher.rs Fix auto jumping on cursor when visiting large dir 3 years ago
runner.rs Add support for --vroot 2 years ago
ui.rs Add support for --vroot 2 years ago
yaml.rs Fix clippy error 2 years ago