summaryrefslogtreecommitdiffstats
path: root/src/verb/builtin.rs
AgeCommit message (Expand)Author
2022-11-05add "ol" shortcut on open_leave for dirsCanop
2022-11-04version 1.16.2Canop
2022-10-02ctrl-left mapped to new :panel_left_no_open internalCanop
2022-09-24add the :select internalCanop
2022-07-24fix typosKian-Meng Ang
2022-06-19[WIP] introduce verb arg definitionCanop
2022-06-18Merge branch 'issue-#535-ProgramNotFoundWindows' of github.com:Spacelord-XaN/...Canop
2022-05-30fix alt-enter failing to cd to directoryv1.13.1Canop
2022-05-04add the :stage_all_files internalCanop
2022-04-17Add cfg for mv commands to separate between unix and windowsAlexander Kastler
2022-04-17Add cfg for rm command to separate between unix and windowsAlexander Kastler
2022-04-17Add cfg for cp command to separate between unix and windowsAlexander Kastler
2022-04-17Add cfg for mkdir command to separate between unix/windows #535Alexander Kastler
2022-03-31Sort by type, with dirs either first or lastCanop
2022-02-15:previous_dir and :next_dir internalsCanop
2022-01-31use crokey to clean keybinding related codeCanop
2022-01-30export key event parsing and formatting in crokeyCanop
2022-01-06change default bindings of Home and End keysCanop
2021-12-22alt-i and alt-h now toggle showing gitignored and hidden filesCanop
2021-10-22make it possible to rebind left and right arrow keysCanop
2021-09-26fix regression preventing cd on alt-enter in builtinCanop
2021-07-02You can display device id with `:toggle_device_id`Canop
2021-06-13:root_up and :root_down internalsCanop
2021-06-11"client-server" no longer feature gatedCanop
2021-05-29:rename verb (and what makes it possible)Canop
2021-05-24stuffCanop
2021-05-18add support for backtab keyCanop
2021-04-25add shortcuts to some staging related verbsmultiselectCanop
2021-04-24add a keybord trigger for :toggle_stage in standard modeCanop
2021-04-18staging shortcutsCanop
2021-04-17:open_staging_area and :close_staging_areaCanop
2021-04-15staging area [WIP]Canop
2021-01-10experimental "modal mode"modesCanop
2021-01-07allow specifying execution pattern as arrayCanop
2021-01-04:copy_line, for copying the selected line in previewCanop
2020-12-21make the 'home' and 'end' key shortcuts standardCanop
2020-12-13keep selection visible on unfilteringCanop
2020-10-20add :chmod on directories using apply_toCanop
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-10-10use PATH instead of absolute paths for all verbsScott Olson
2020-09-29refactor verb initialization from confCanop
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-08don't add :copy_path in builtins when the clipboard feature is offCanop
2020-08-31Draft: Clipboard support, copy to clipboard_
2020-08-18setting the working dir of processes is now opt-inCanop
2020-08-18made :focus more accessible when a file is selectedCanop
2020-08-06:preview_image, :preview_binary, and :preview_textCanop
2020-07-15:open_preview, :close_preview, and :toggle_preview verbsCanop