Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/13hannes11/toolbox-tuner
/ functions
Functions
36 in github.com/13hannes11/toolbox-tuner
⨍
Functions
36
◇
Types & classes
16
↓ 2 callers
Function
parse_cmd_list_containers
(output: &str)
src/util/toolbox.rs:320
↓ 2 callers
Function
tokenize_line_list_containers
(line: &str)
src/util/toolbox.rs:236
↓ 1 callers
Function
get_installed_terminals
()
src/util/prerequisit.rs:8
↓ 1 callers
Method
init
( _init: Self::Init, root: Self::Root, sender: ComponentSender<Self>, )
src/app.rs:141
↓ 1 callers
Function
is_toolbox_installed
()
src/util/prerequisit.rs:31
↓ 1 callers
Method
load_window_size
(&self)
src/app.rs:278
↓ 1 callers
Function
open_toolbox_container_in_terminal
(hash: &str)
src/util/toolbox.rs:74
↓ 1 callers
Function
parse_line_list_containers
(line: &str)
src/util/toolbox.rs:290
↓ 1 callers
Function
run_cmd_toolbx_list_containers
()
src/util/toolbox.rs:213
↓ 1 callers
Method
save_window_size
(&self)
src/app.rs:265
↓ 1 callers
Function
start_toolbox_container
(hash: &str)
src/util/toolbox.rs:131
↓ 1 callers
Function
stop_toolbox_container
(hash: &str)
src/util/toolbox.rs:99
Method
default
()
src/util/toolbox.rs:35
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
src/util/toolbox.rs:13
Method
from_str
(s: &str)
src/util/toolbox.rs:43
Method
get_toolboxes
()
src/util/toolbox.rs:67
Method
init
( _: Self::Init, root: Self::Root, _sender: ComponentSender<Self>, )
src/modals/about.rs:34
Method
init
( _: Self::Init, root: Self::Root, sender: ComponentSender<Self>, )
src/modals/unsupported.rs:25
Method
init_model
(value: Self::Init, index: &Self::Index, _sender: FactorySender<Self>)
src/factories/container_list.rs:149
Method
init_root
()
src/modals/about.rs:15
Method
init_root
()
src/modals/unsupported.rs:21
Function
main
()
src/main.rs:21
Method
shutdown
(&mut self, widgets: &mut Self::Widgets, _output: relm4::Sender<Self::Output>)
src/app.rs:259
Function
test_cmd_list_containers
()
src/util/toolbox.rs:229
Function
test_inspect_parsing
()
src/util/toolbox.rs:176
Function
test_parse_cmd_list_containers
()
src/util/toolbox.rs:327
Function
test_parse_line_list_containers
()
src/util/toolbox.rs:305
Function
test_start_1non_existing_container
()
src/util/toolbox.rs:166
Function
test_start_non_existing_container
()
src/util/toolbox.rs:194
Function
test_tokenize_line_list_containers
()
src/util/toolbox.rs:275
Method
update
(&mut self, message: Self::Input, _sender: ComponentSender<Self>, _root: &Self::Root)
src/app.rs:201
Method
update
(&mut self, msg: Self::Input, sender: FactorySender<Self>)
src/factories/container_list.rs:158
Method
update_cmd
( &mut self, message: Self::CommandOutput, sender: ComponentSender<Self>, _: &
src/app.rs:207
Method
update_cmd
(&mut self, message: Self::CommandOutput, _sender: FactorySender<Self>)
src/factories/container_list.rs:189
Method
update_view
(&self, dialog: &mut Self::Widgets, _sender: ComponentSender<Self>)
src/modals/about.rs:46
Method
update_view
(&self, dialog: &mut Self::Widgets, _sender: ComponentSender<Self>)
src/modals/unsupported.rs:58