aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorlukeflo2024-10-20 18:14:17 +0200
committerlukeflo2024-10-20 18:14:17 +0200
commit735264bb3d673c943e2e8c4898dba0609f49b3f4 (patch)
tree675710467f814f611c416b56730a8760c9a15349 /Cargo.lock
parent730055489a660b0cdff950f6c7037fe7a07545ae (diff)
downloadbibiman-735264bb3d673c943e2e8c4898dba0609f49b3f4.tar.gz
bibiman-735264bb3d673c943e2e8c4898dba0609f49b3f4.zip
Implement Sorting, jumping multiple entries
- Select a column with `j` and `l` - Sort selected column with `s` (toggles regular and reversed order) - Jump list up/down by 5 entries Vim-style using `C-d` and `C-u`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8a84eaf..02d2522 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -71,7 +71,7 @@ dependencies = [
[[package]]
name = "bibiman"
-version = "0.3.1"
+version = "0.4.2"
dependencies = [
"arboard",
"biblatex",