Skip to content

Commit

Permalink
Add sorting support
Browse files Browse the repository at this point in the history
Closes: #58
  • Loading branch information
sayanarijit committed Apr 17, 2021
1 parent 1dc25c4 commit 4c4e743
Show file tree
Hide file tree
Showing 15 changed files with 1,065 additions and 353 deletions.
263 changes: 261 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xplr"
version = "0.4.4" # Update config.yml, config.rs and default.nix
version = "0.5.0" # Update config.yml, config.rs and default.nix
authors = ["Arijit Basu <[email protected]>"]
edition = "2018"
description = "A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf"
Expand All @@ -24,9 +24,12 @@ anyhow = "1.0"
chrono = { version = "0.4", features = ["serde"] }
notify = "4.0.12"
lazy_static = "1.4.0"
indexmap = { version = "1.6.2", features = ["serde"] }

[dev-dependencies]
criterion = "0.3"
rspec = "1.0"
serde_json = "1.0"

[[bench]]
name = "navigation"
Expand Down
Loading

0 comments on commit 4c4e743

Please sign in to comment.