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
deadjakk be2911e073 Fixed error preventing compilation
Removed comma.

Error was as follows:
error: no rules expected the token `,`
   --> src/input.rs:373:29
    |
373 |                 | Self::Num9,
    |                             ^ no rules expected this token in macro call

error: aborting due to previous error
3 years ago
..
app.rs No need to clone selection 3 years ago
auto_refresher.rs Autorefresh, BashExec and basename 3 years ago
config.rs Add support for custom metadata for table row UI 3 years ago
event_reader.rs Several optimizations 3 years ago
explorer.rs Fix large env vars breaking the subprocess 3 years ago
input.rs Fixed error preventing compilation 3 years ago
lib.rs Add pwd watcher 3 years ago
main.rs Revert "Optimize the main thread" 3 years ago
pipe_reader.rs Several optimizations 3 years ago
pwd_watcher.rs Add pwd watcher 3 years ago
ui.rs Add support for custom metadata for table row UI 3 years ago