summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqkzk <qu3nt1n@gmail.com>2022-12-21 23:52:30 +0100
committerqkzk <qu3nt1n@gmail.com>2022-12-21 23:52:30 +0100
commita604410ae4b4e49c2eb5fd313800535c1916f77b (patch)
tree7ac3aab962b1fa3b482bbe1243379cb883f01d0e
parent94d692359baa250eee4344a1589924dec462bbf9 (diff)
readme, dev0.1.4
-rw-r--r--development.md1
-rw-r--r--readme.md3
2 files changed, 3 insertions, 1 deletions
diff --git a/development.md b/development.md
index bd3d480..4dcc895 100644
--- a/development.md
+++ b/development.md
@@ -245,6 +245,7 @@
- [ ] args read correctly, use NVIM_LISTEN_ADDRESS if args is sent
- [ ] display / event separation. use async and message passing between coroutines
- [ ] @ranger [ueberzug-rs](https://github.com/Adit-Chauhan/Ueberzug-rs) @[termimage](https://rawcdn.githack.com/nabijaczleweli/termimage/doc/termimage/index.html)
+- [ ] vim keys, harmonize keybinds with ranger
- [ ] Version 0.2.0 : tests
diff --git a/readme.md b/readme.md
index ba04def..2ecf348 100644
--- a/readme.md
+++ b/readme.md
@@ -67,13 +67,14 @@ If you added the [recommanded function](#cd-on-quit) to your bashrc/zshrc, simpl
- Change display, removing details or displaying a single pane.
- Preview most of files (text, highlighted code, binary, pdf, exif details, video/audio details, archives) with P
-- Decompress an archive with Ctrl+x
+- Decompress an archive by opening it (o, enter, right click)
- Copy a filename/filepath to clipboard with Ctrl+n, Ctrl+p
- Rename a bunch of file with B. Flag files, B, edit the names and save the file. The renaming is done.
- Use the integrated fuzzy finder (forked version of skim, an fzf clone) with Ctrl+f to navigate quickly
- Filter the view (by extension, name, directory only, all files) with F
- Find files with / (with completion), flag files matching a regex with w
- Detect removable disks automatically and jump to them in a few keystrokes (G, up, enter)
+- Drag and drop files (requires dragon-drop installed) with Alt+D
Most of those features are inspired by ranger and alternatives (Midnight commander), the look and feel by dired.