summaryrefslogtreecommitdiffstats
path: root/website/docs
AgeCommit message (Collapse)Author
2022-11-16doc: add `rust&test` example (true story)Canop
2022-11-04Fix two typos: crtl-O -> ctrl-O (#621)Jeremy Brudvik
2022-10-28FAQ entry for low res images in KittyCanop
Related to #410
2022-10-22restrict verbs to specific panels (#620)Denys Séguret
2022-10-18flatter website headerCanop
2022-10-04New escaping rules (#609)Denys Séguret
As was noticed by @FedericoStra, escaping for regular expressions was painful. For example you had to do `/\\d` to search for a digit. This PR brings more complex escaping rules so that less escaping is necessary: - when after '/': only ' ', ':', '/' and '\' need escaping - otherwise, '&,' '|', '(', ')', '\' need escaping Fix #592
2022-10-02ctrl-left mapped to new :panel_left_no_open internalCanop
2022-09-26fix broken link in docCanop
Fix #607
2022-09-24add the :select internalCanop
This internal selects a visible tree line by its path (either absolute or relative)
2022-09-22allow showing only file name on path searchesCanop
Using show_matching_characters_on_path_searches: false Fix #490
2022-07-24fix typosKian-Meng Ang
2022-07-10allow :focus based verbs to take a patternCanop
This allows verb definitions such as the following ones: ```Hjson { invocation: "gos" execution: ":focus" } { invocation: "go {path}" execution: ":focus {path}" } { invocation: "goroot" execution: ":focus /" } { invocation: "gotar {path}" execution: ":focus {path}/target" } ``` Fix #389
2022-07-06disable luma detection on non linux platformv1.14.1no-luma-on-non-linuxCanop
To fix compilation See #573
2022-07-05version 1.14.0v1.14.0Canop
2022-07-05website: small fixes and precisionsCanop
2022-07-04more doc on imports & skin filesdefault-conf-dirCanop
2022-06-30add the set_syntax_theme verbCanop
which isn't useful right now as the theme isn't persisted. It's an addition for a future use.
2022-06-25mention print_key on websiteCanop
2022-06-13website: instruction to install with --lockedCanop
There's way too often multiple versions of crossterm loaded because a dependency changed and links to a newer version of crossterm.
2022-05-21allow verbs with extension filter before other onesCanop
Verbs tried in order, the first ones may have extension filters and another one without filter would catch everything. Fix #552
2022-05-05doc: mention filter by extension in tricks/openCanop
2022-05-04Merge branch 'stage_all'Canop
2022-05-04add the :stage_all_files internalCanop
Default mapping: ctrl-a
2022-04-13added compilation target: older GLIBCCanop
This one has no support for clipboard (yet). Fix #531
2022-04-02lots of docCanop
2022-03-31Sort by type, with dirs either first or lastCanop
3 new internals. With `:st` you can select to sort by type with directories first, sort by type with directories last, or not sorting. Fix #467
2022-03-27verb filtering by file extensionCanop
Fix #508
2022-03-27website: fix missing Hjson|TOML tabsCanop
2022-02-20mention rebinding :panel_left & :panel_right in docCanop
Fix #510
2022-02-15:previous_dir and :next_dir internalsCanop
Fix #502
2022-01-24Update broot.vim linkChris Zarate
The author has moved development to GitHub. See: https://github.com/lstwn/broot.vim/pull/1
2022-01-21web site: fix wrong linkCanop
Thanks @TomSnieda for noticing
2022-01-14mention option-enter workaround for iterm2 in docCanop
See #481
2022-01-06had tip about searching deeper with ctrl-s in docCanop
2022-01-06Display images in high res on recent WezTermCanop
More specifically, this commit implements detection of recent enough WezTerm versions with the $TERM_PROGRAM and $TERM_PROGRAM_VERSION environment variables. Fix #473
2022-01-01fix typo in docCanop
2021-12-22alt-i and alt-h now toggle showing gitignored and hidden filesCanop
2021-12-16version 1.7.5, making the "clipboard" feature non default againv1.7.5Canop
2021-11-19fix some graphical glitches on WindowsCanop
2021-11-06upgrade terminal-clipboard to fix a problem on X11Canop
2021-10-29bunch of small improvements of clipboard & input fieldCanop
2021-10-22make it possible to rebind left and right arrow keysCanop
Fix #438
2021-10-22mention sponsorship in docCanop
2021-10-19dystroy branding on broot websiteCanop
2021-10-05Repair <code> formattingKatrin Leinweber
2021-09-28Add Gentoo Linux installation instructionsKarl-Johan Karlsson
2021-09-07addition to doc on `:focus`Canop
2021-08-27Fix a wrong path, some typos and indentationMax Schillinger
2021-08-10change community page: explain I need commentsCanop
2021-08-01Fix Windows Terminal linkReilly Wood