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 1de737cefa Add regex support and dynamic input prompt
- Add new regex filters
  - `RelativePathDoesMatchRegex`
  - `RelativePathDoesNotMatchRegex`
  - `IRelativePathDoesMatchRegex`
  - `IRelativePathDoesNotMatchRegex`
  - `AbsolutePathDoesMatchRegex`
  - `AbsolutePathDoesNotMatchRegex`
  - `IAbsolutePathDoesMatchRegex`
  - `IAbsolutePathDoesNotMatchRegex`
- Search mode now defaults to regex
- Added new message `SetInputPrompt` to set the input prompt
  dynamically.
2 years ago
..
bin Improve CLI help menu 2 years ago
msg Add regex support and dynamic input prompt 2 years ago
app.rs Add regex support and dynamic input prompt 2 years ago
cli.rs CLI for a better "cd on quit" 2 years ago
config.rs Add regex support and dynamic input prompt 2 years ago
directory_buffer.rs Auto generate messages docs 2 years ago
event_reader.rs Format & lint code 3 years ago
explorer.rs Fix NixOS tests 3 years ago
init.lua Add regex support and dynamic input prompt 2 years ago
input.rs Add on_function key handler 3 years ago
lib.rs Fix ansi colors 2 years ago
lua.rs Upgrade version 2 years ago
node.rs Auto generate messages docs 2 years ago
permissions.rs Format & lint code 3 years ago
pipe.rs Fix ansi colors 2 years ago
pwd_watcher.rs Fix auto jumping on cursor when visiting large dir 3 years ago
runner.rs Add regex support and dynamic input prompt 2 years ago
ui.rs Add regex support and dynamic input prompt 2 years ago