Commit graph

9 commits

Author SHA1 Message Date
pin
c023a05c63 sysutils/broot: update to 1.2.0
-experimental "modal mode" (or "vim mode") in broot.
See https://dystroy.org/broot/vim_mode/

Warning!
-DON'T activate this mode until you really tried broot. Broot isn't a text
editor and can't be confused with one. This mode may be more comfortable when
you constantly jump from vim to broot but only after you understood how broot
works.
This isn't really about a "vim mode". This is about a "modal mode" in which
single letter key shortcuts are possible because the input at the bottom isn't
always focused. You may devise single letter shortcuts without taking
inspiration in vim
You may be an avid vim user, as I am, and still prefer not to use modality in
broot. Starting in command mode means you have one more letter to type before
searching, because search is done in input mode. And broot is search oriented
and often used in very short sessions (less than 5 seconds from intent to
launch to being back in the shell in the right directory or editing the right
file in your favorite editor).

-fix mouse staying captured during external app execution - Fix #325
2021-01-15 08:51:10 +00:00
pin
27a2b00972 sysutils/broot: update to 1.1.11
-fix handling of rules starting with '/' in the global gitignore - Fix #321
-alt-c now mapped to the new :copy_line verb which, when in tree, puts the
selected path in the clipboard and, when in text preview, puts the selected text
line in the clipboard - Fix #322
-it's possible to define verb execution patterns as arrays instead of simple
strings, to avoid having to escape quotes - Fix #319
2021-01-08 07:56:23 +00:00
pin
5db6a84655 sysutils/broot: update to 1.1.10
broot now accepts both TOML and Hjson files for configuration. Default is Hjson.
I wrote about why this change, https://dystroy.org/blog/hjson-in-broot/
2021-01-01 13:39:53 +00:00
pin
5368a5cd6d sysutils/broot: update to 1.0.9
-fix handling on quotes in configured verbs - Fix #316
2020-12-20 16:43:43 +00:00
pin
84b04bd153 sysytils/broot: update to 1.0.8
-when sizes are displayed (eg on br -s), show size of root line and root
filesystem info
-modified size cache management makes some size computations faster
-sizes (and dates and counts) are progressively displayed
2020-12-01 21:37:28 +00:00
pin
42a867ff9b sysutils/broot: update to 1.0.7
-:previous_same_depth and :next_same_depth internals
-in kitty terminal, image preview is high definition
2020-11-27 23:21:24 +00:00
pin
34c1793a1b sysutils/broot: update to 1.0.6
-optional icons, thanks to @asdf8dfafjk (@fiAtcBr on Miaou)
See https://dystroy.org/broot/icons
-dev.log renamed into broot.log
-:line_up and :line_down accept an optional count as argument - Fix #301
2020-11-23 10:44:48 +00:00
pin
83f80dfc8d sysutils/broot: update to 1.0.5
v1.0.5
-in case of IO error when previewing a file, display the error instead
of quitting
-fix regression related to display of texts with characters taking
several columns
-preview now supports opening system files with size 0 (eg /proc "files")
2020-11-05 21:15:13 +00:00
pin
65df11017b sysutils/broot: import
A better way to navigate directories.
-Get an overview of a directory, even a big one
-Find a directory then cd to it
-Never lose track of file hierarchy while you search
-Manipulate your files
-Manage files with panels
-Preview files
-Apply a standard or personal shortcut to a file
-Replace ls (and its clones)
-Sort, see what takes space
-check git statuses

Thanks Maya for suggestions
2020-11-04 20:54:12 +00:00