MCPcopy Create free account

hub / github.com/cshuaimin/scd / functions

Functions53 in github.com/cshuaimin/scd

↓ 10 callersMethodselected
(&self)
src/app.rs:180
↓ 8 callersFunctionrun
Run a command in the shell.
src/shell/mod.rs:56
↓ 7 callersMethodget_list
(&self)
src/file_manager.rs:375
↓ 5 callersMethodapply_filter
(&mut self)
src/file_manager.rs:131
↓ 5 callersMethoddraw
( &self, file_manager: &FileManager<impl Watcher>, frame: &mut Frame<impl Backend>,
src/status_bar.rs:168
↓ 5 callersMethodselect
(&mut self, index: Option<usize>)
src/file_manager.rs:379
↓ 4 callersMethodcd
(&mut self, mut dir: PathBuf)
src/file_manager.rs:95
↓ 4 callersMethodselect_first
(&mut self)
src/app.rs:189
↓ 4 callersFunctionsend_event
Send a shell event to the file manager. This function is called on the shell side.
src/shell/mod.rs:91
↓ 3 callersMethodask
( &mut self, prompt: impl Into<String>, on_yes: impl Fn(&mut FileManager, &mut TaskMan
src/status_bar.rs:57
↓ 3 callersMethodget_index
(&self)
src/file_manager.rs:371
↓ 2 callersMethodedit
( &mut self, prompt: impl Into<String>, text: impl Into<String>, on_change: im
src/status_bar.rs:68
↓ 2 callersMethodon_list_key
(&mut self, key: Key)
src/app.rs:221
↓ 2 callersFunctionread
(mut file: impl Read)
src/shell/mod.rs:45
↓ 2 callersMethodread_dir
(&self)
src/file_manager.rs:118
↓ 2 callersMethodselect_file
(&mut self, name: String)
src/file_manager.rs:147
↓ 2 callersMethodselect_next
(&mut self)
src/app.rs:206
↓ 2 callersMethodshow_message
(&mut self, text: impl Into<String>)
src/status_bar.rs:50
↓ 2 callersFunctionwrite
(mut file: impl Write, buf: impl AsRef<[u8]>)
src/shell/mod.rs:38
↓ 1 callersFunctionformat_size
(size: u64)
src/status_bar.rs:229
↓ 1 callersFunctionformat_time
(mut secs: u64)
src/system_monitor.rs:12
↓ 1 callersFunctionload_open_methods
()
src/file_manager.rs:342
↓ 1 callersMethodparse
(&self, line: String)
src/task_manager.rs:333
↓ 1 callersFunctionreceive_events
(tx: Sender<Event>)
src/shell/mod.rs:97
↓ 1 callersMethodrun
(&mut self)
src/app.rs:71
↓ 1 callersMethodselect_last
(&mut self)
src/app.rs:198
↓ 1 callersMethodselect_prev
(&mut self)
src/app.rs:211
Methoddefault
()
src/task_manager.rs:286
Functiondeinit
(pid: Pid)
src/shell/mod.rs:106
Methoddraw
(&mut self, frame: &mut Frame<impl Backend>, area: Rect)
src/file_manager.rs:294
Methoddraw
(&mut self, _frame: &mut Frame<impl Backend>, area: Rect)
src/task_manager.rs:191
Methoddraw
(&self, frame: &mut Frame<impl Backend>, area: Rect)
src/system_monitor.rs:92
Methodget_index
(&self)
src/task_manager.rs:297
Methodget_list
(&self)
src/task_manager.rs:301
Functionmain
()
src/main.rs:34
Methodnew
()
src/file_manager.rs:72
Methodnew
()
src/status_bar.rs:46
Methodnew
()
src/app.rs:39
Methodnew
(command: String, rendered: String, tx: Sender<Event>)
src/task_manager.rs:43
Methodnew
()
src/system_monitor.rs:81
Methodnew_task
(&mut self, command: String, rendered: String)
src/task_manager.rs:147
Methodon_event
(&mut self, event: Event)
src/task_manager.rs:118
Methodon_key
(&mut self, key: Key, status_bar: &mut StatusBar)
src/file_manager.rs:173
Methodon_key
( &mut self, key: Key, file_manager: &mut FileManager, task_manager: &mut Task
src/status_bar.rs:94
Methodon_key
(&mut self, key: Key, status_bar: &mut StatusBar)
src/task_manager.rs:154
Methodon_notify
(&mut self, event: notify::Event)
src/file_manager.rs:152
Methodon_shell_event
(&mut self, shell_event: shell::Event)
src/file_manager.rs:164
Methodon_tick
(&mut self, now: Instant)
src/status_bar.rs:86
Methodon_tick
(&mut self, _tick: Instant)
src/system_monitor.rs:87
Functionreceive_command
Receive a shell command to run. This function is called on the shell side.
src/shell/mod.rs:82
Methodrender
(mut self, area: Rect, buf: &mut Buffer)
src/system_monitor.rs:43
Methodselect
(&mut self, index: Option<usize>)
src/task_manager.rs:305
Methodtry_from
(entry: DirEntry)
src/file_manager.rs:39