summaryrefslogtreecommitdiffstats
path: root/src/verbs.rs
AgeCommit message (Expand)Author
2020-04-14focus dir in new panel with tabCanop
2020-03-30moved files aroundCanop
2020-03-19replace ~ in path arguments with user home dirCanop
2020-03-01support verb {args} made of an optional group (experimental)Canop
2020-01-20minor code fmt changesCanop
2020-01-15Reverted uneeded rustfmt changesNathan West
2020-01-15Added write cleanup methods to ensure the terminal is always correctly restoredNathan West
2020-01-15fix styleCanop
2019-12-19better handling of resizeCanop
2019-12-18allow more keys as verb triggersCanop
2019-12-15migration from crossterm 0.13.3 to crossterm 0.14.0Canop
2019-12-02verb invocation now optional in verb configurationCanop
2019-11-27help page refactored using Termimad templatesCanop
2019-11-12things related to status style, including doc & conf updatesCanop
2019-11-07replace the small spinner with a variable size messageCanop
2019-11-03broot v0.10.0v0.10.0Canop
2019-10-23move to the last versions of crossterm and termimadCanop
2019-10-07use lazy-regex to slightly clean regex creation codeCanop
2019-09-26use id-arena to allocate lines created during tree computationCanop
2019-09-15paths built from verb arguments are normalizedCanop
2019-09-13allow configuration of keyboard keys for verb triggeringCanop
2019-07-23new `{newpath:path-from-parent}̀` syntax for verb executionCanop
2019-07-03Hitting enter when first line is selected, or clicking it, goes up to the par...v0.8.6Canop
2019-06-19max width on help screen, prettier on very wide screenCanop
2019-06-16fix verbs applying to the target of links instead of the linkCanop
2019-06-15fix blank help screen on scroll when it fits the screenDenys Séguret
2019-06-12Hitting enter on an executable executes itCanop
2019-06-08configurable skin supported on help screen and in :print_tree screen outputv0.8.0Canop
2019-06-04termimad based help screenCanop
2019-04-05Merge branch 'master' into crosstermCanop
2019-04-02Hitting <enter> when the root is selected no longer quitsCanop
2019-03-25fix crash when trying verb in /Canop
2019-03-25unplug the 'users' crate when on windowsCanop
2019-03-22F5 refreshes the treeCanop
2019-03-11Use the os-specific file opener instead of xdg-openCanop
2019-03-06fix missing space in displayed commandCanop
2019-03-04smart path normalizationCanop
2019-03-03prevent verb from being called with non matching argumentsCanop
2019-03-02support of leave_broot=false for verbsCanop
2019-03-01Pattern based verb argumentsCanop
2019-02-23restore lost "description" column in help screenCanop
2019-02-21fix exernal exec launch failing (not from_shell)Canop
2019-02-20alt-enter now correctly opens directories with special charsCanop
2019-02-19change the way the new command is computed on new stateCanop
2019-02-18:focus now opens the parent directory if selected isn't a dirCanop
2019-02-14complete verbs handling in help screenCanop
2019-02-12version bump to 0.6.0 (and changelog)v0.6.0Canop
2019-02-12new verb :toggle_trim_root allows to keep all root childrenCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-10clearer status error on `:cd`. Mentions `<alt><enter>` in helpCanop