summaryrefslogtreecommitdiffstats
path: root/src/verb/internal.rs
AgeCommit message (Expand)Author
2022-10-02ctrl-left mapped to new :panel_left_no_open internalCanop
2022-09-24add the :select internalCanop
2022-06-30add the set_syntax_theme verbCanop
2022-06-19[WIP] introduce verb arg definitionCanop
2022-05-04add the :stage_all_files internalCanop
2022-03-31Sort by type, with dirs either first or lastCanop
2022-02-15:previous_dir and :next_dir internalsCanop
2021-10-29bunch of small improvements of clipboard & input fieldCanop
2021-07-02You can display device id with `:toggle_device_id`Canop
2021-06-13:root_up and :root_down internalsCanop
2021-06-02`:input_clear` internalCanop
2021-05-30add the `:toggle_second_tree` internalCanop
2021-04-23staging area: autoselection on filteringCanop
2021-04-18staging shortcutsCanop
2021-04-17:open_staging_area and :close_staging_areaCanop
2021-04-16move stage related internal handling to panel_stateCanop
2021-04-15staging area [WIP]Canop
2021-03-19fix shift based key shortcutsCanop
2021-02-14:line_up_no_cycle and :line_down_no_cyleCanop
2021-01-10experimental "modal mode"modesCanop
2021-01-04:copy_line, for copying the selected line in previewCanop
2020-11-27:previous_same_depth and :next_same_depth internalsCanop
2020-11-13`:line_up` and `:line_down` accept an optional count as argumentCanop
2020-10-18:root_fs shows size/available infos of current filesystem on topCanop
2020-10-16:filesystems opens a list of mounted filesystemsCanop
2020-09-22refactor: move the invocation pattern from execution to verbCanop
2020-09-09ctrl-v now inserts the clipboard content in the inputCanop
2020-09-07a few fixes to the :copy_path implementationCanop
2020-08-31Draft: Clipboard support, copy to clipboard_
2020-08-06:preview_image, :preview_binary, and :preview_textCanop
2020-07-27version 0.19.3Canop
2020-07-15:open_preview, :close_preview, and :toggle_preview verbsCanop
2020-06-25deep last modified date computed in background on directoriesCanop
2020-06-24sort by date; sizes visible on toggle even without sortingCanop
2020-06-22new internal to define readline-like input edition shortcutsCanop
2020-06-10:open_stay_filter : like :open_stay but keeping the patternCanop
2020-06-05Tab goes to next direct match when there's no verb in inputCanop
2020-05-27rewrite of the broot website for the incoming releaseCanop
2020-05-27better status for :focus internal with argumentCanop
2020-05-24tab based auto-completion of verbs and paths in inputCanop
2020-05-19:panel_left and :panel_right, bound to ctrl arrowsCanop
2020-05-12:start_end_panelCanop
2020-05-04internals can accept an argument. :focus does accept oneCanop
2020-05-02:!focus, :focus some/path and :!focus some/pathCanop
2020-05-01command/verb/apply refactoringCanop
2020-04-15:close_panel internal verb with back-tab key triggerCanop
2020-04-14focus dir in new panel with tabCanop