Created
June 15, 2021 12:58
-
-
Save djmattyg007/4aec0b447301823328301649bf3eecee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22:58:07.231 [INFO] cli_log::init: Starting broot v1.5.1 with log level DEBUG | |
22:58:07.231 [DEBUG] broot::cli: Conf::from_default_location() took 119.443µs | |
22:58:07.231 [DEBUG] broot::cli: config: Conf { | |
files: [ | |
"/home/djmattyg007/.config/broot/conf.hjson", | |
], | |
default_flags: None, | |
date_time_format: None, | |
verbs: [ | |
VerbConf { | |
invocation: Some( | |
"edit", | |
), | |
internal: None, | |
external: None, | |
execution: Some( | |
String( | |
"$EDITOR +{line} {file}", | |
), | |
), | |
cmd: None, | |
cmd_separator: None, | |
key: Some( | |
"F2", | |
), | |
keys: [], | |
shortcut: Some( | |
"e", | |
), | |
leave_broot: Some( | |
false, | |
), | |
from_shell: None, | |
apply_to: None, | |
set_working_dir: None, | |
description: None, | |
auto_exec: None, | |
}, | |
VerbConf { | |
invocation: Some( | |
"create {subpath}", | |
), | |
internal: None, | |
external: None, | |
execution: Some( | |
String( | |
"$EDITOR {directory}/{subpath}", | |
), | |
), | |
cmd: None, | |
cmd_separator: None, | |
key: None, | |
keys: [], | |
shortcut: None, | |
leave_broot: Some( | |
false, | |
), | |
from_shell: None, | |
apply_to: None, | |
set_working_dir: None, | |
description: None, | |
auto_exec: None, | |
}, | |
VerbConf { | |
invocation: Some( | |
"git_diff", | |
), | |
internal: None, | |
external: None, | |
execution: Some( | |
String( | |
"git difftool -y {file}", | |
), | |
), | |
cmd: None, | |
cmd_separator: None, | |
key: None, | |
keys: [], | |
shortcut: Some( | |
"gd", | |
), | |
leave_broot: Some( | |
false, | |
), | |
from_shell: None, | |
apply_to: None, | |
set_working_dir: None, | |
description: None, | |
auto_exec: None, | |
}, | |
VerbConf { | |
invocation: Some( | |
"terminal", | |
), | |
internal: None, | |
external: None, | |
execution: Some( | |
String( | |
"$SHELL", | |
), | |
), | |
cmd: None, | |
cmd_separator: None, | |
key: Some( | |
"ctrl-t", | |
), | |
keys: [], | |
shortcut: None, | |
leave_broot: Some( | |
false, | |
), | |
from_shell: None, | |
apply_to: None, | |
set_working_dir: Some( | |
true, | |
), | |
description: None, | |
auto_exec: None, | |
}, | |
], | |
skin: None, | |
special_paths: {}, | |
search_modes: None, | |
disable_mouse_capture: None, | |
cols_order: None, | |
show_selection_mark: None, | |
ext_colors: {}, | |
syntax_theme: None, | |
true_colors: None, | |
icon_theme: None, | |
modal: None, | |
max_panels_count: None, | |
quit_on_last_cancel: None, | |
file_sum_threads_count: None, | |
} | |
22:58:07.233 [DEBUG] broot::app::app_context: COLORTERM env variable = "truecolor" | |
22:58:07.233 [DEBUG] broot::app::app_context: true colors are available | |
22:58:07.233 [DEBUG] broot::tree_build::builder: GitIgnorer::default() took 78ns | |
22:58:07.234 [DEBUG] broot::app::app: display panel took 470.845µs | |
22:58:07.234 [INFO] broot::app::app: pending_tasks took 506ns | |
22:58:08.870 [INFO] broot::app::app: event: Key(KeyEvent { code: Char('c'), modifiers: CONTROL }) | |
22:58:08.870 [DEBUG] broot::app::app: command after add_event: VerbTrigger { index: 43, input_invocation: None } | |
22:58:08.870 [DEBUG] broot::task_sync: dead dam | |
22:58:08.870 [INFO] cli_log::mem: Physical mem usage: current=7.5M, peak=702M | |
22:58:08.870 [INFO] broot: bye |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment