summaryrefslogtreecommitdiffstats
path: root/src/verb
AgeCommit message (Expand)Author
2022-06-30add the set_syntax_theme verbCanop
2022-06-19[WIP] introduce verb arg definitionCanop
2022-06-18Merge branch 'issue-#535-ProgramNotFoundWindows' of github.com:Spacelord-XaN/...Canop
2022-06-15fix accidently changed launch argument nameCanop
2022-06-15use clap derive for argumentsCanop
2022-05-30fix alt-enter failing to cd to directoryv1.13.1Canop
2022-05-21allow verbs with extension filter before other onesCanop
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-03-29Don't quit on small terminalsCanop
2022-03-27verb filtering by file extensionCanop
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-29bunch of small improvements of clipboard & input fieldCanop
2021-10-22make it possible to rebind left and right arrow keysCanop
2021-09-26fix regression preventing cd on alt-enter in builtinCanop
2021-08-12allow a verb in configuration to refer to a builtinCanop
2021-08-04improve scrolling behaviorsCanop
2021-08-01check args are set on external executionCanop
2021-07-02You can display device id with `:toggle_device_id`Canop
2021-06-13:root_up and :root_down internalsCanop
2021-06-13`{root}` verb argumentCanop
2021-06-11"client-server" no longer feature gatedCanop
2021-06-10`working_dir` verb attributeCanop
2021-06-02`:input_clear` internalCanop
2021-06-02make the number of threads used for file summing configurableCanop
2021-05-30add the `:toggle_second_tree` internalCanop
2021-05-29:rename verb (and what makes it possible)Canop
2021-05-24stuffCanop
2021-05-20removed some `#[macro_use] extern crate`Canop
2021-05-18add support for backtab keyCanop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-05-07new rust version, new clippyCanop
2021-05-02spill some blood for the Clippy godCanop
2021-04-26better check of verb conditions, sequences not allowed on SACanop
2021-04-25add shortcuts to some staging related verbsmultiselectCanop
2021-04-24add a keybord trigger for :toggle_stage in standard modeCanop
2021-04-23staging area: autoselection on filteringCanop
2021-04-20staging area filtered with patternCanop
2021-04-19improve command previsualization in status for multiselectionCanop
2021-04-18staging shortcutsCanop
2021-04-18display what files are staged on treeCanop
2021-04-17fix test unit on changed APCanop