summaryrefslogtreecommitdiffstats
path: root/src/verb/builtin.rs
AgeCommit message (Expand)Author
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
2020-07-10add a builtin verb for :open_stay_filterCanop
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-12Fix some problems with relative paths in cp and mvv0.15.1Canop
2020-06-05Merge branch 'master' into new-patternCanop
2020-06-05fix a few problems with tab completions and relative pathsCanop
2020-06-05Tab goes to next direct match when there's no verb in inputCanop
2020-05-27better status for :focus internal with argumentCanop
2020-05-24tab based auto-completion of verbs and paths in inputCanop
2020-05-21{other-panel-file}, :copy-to-panel and :move-to-panelCanop
2020-05-19:panel_left and :panel_right, bound to ctrl arrowsCanop
2020-05-17add BACK_TAB as shortcut to close the current panelCanop
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-15refactor verbs for more type enforced sanityCanop
2020-04-14focus dir in new panel with tabCanop