MCPcopy Create free account

hub / github.com/Vaishnav-Sabari-Girish/nibble / functions

Functions37 in github.com/Vaishnav-Sabari-Girish/nibble

↓ 8 callersMethodborder_style
(&self)
src/style.rs:36
↓ 8 callersMethodborder_type
(&self)
src/style.rs:32
↓ 7 callersFunctionparse_color
(color: &str)
src/style.rs:92
↓ 7 callersMethodstyle
(mut self, style: Style)
src/widgets/buttons.rs:36
↓ 6 callersFunctionrestore
Restore terminal to normal mode
src/tui.rs:60
↓ 5 callersFunctioninit_inline
Initialize terminal with inline viewport
src/tui.rs:12
↓ 5 callersFunctionrun
(args: InputArgs)
src/widgets/input.rs:51
↓ 3 callersMethodtext_style
(&self)
src/style.rs:46
↓ 2 callersMethodgauge_style
(&self)
src/style.rs:64
↓ 2 callersFunctionparse_csv
(content: &str)
src/widgets/table.rs:130
↓ 2 callersMethodselected
(mut self, selected: bool)
src/widgets/buttons.rs:31
↓ 1 callersFunctioncentered_rect
(area: Rect, width: u16, height: u16)
src/widgets/confirm.rs:159
↓ 1 callersFunctionhandle_key_event
(key: KeyEvent, input: &mut Input, args: &InputArgs)
src/widgets/input.rs:104
↓ 1 callersFunctioninvert_color
Invert color for better contrast
src/widgets/gauge.rs:173
↓ 1 callersFunctionparse_border_type
(border: &str)
src/style.rs:117
↓ 1 callersFunctionparse_file
(path: &str)
src/widgets/table.rs:116
↓ 1 callersFunctionparse_inline_data
(data: &str, row_sep: &str, col_sep: &str)
src/widgets/table.rs:242
↓ 1 callersFunctionparse_json
(content: &str)
src/widgets/table.rs:153
↓ 1 callersFunctionparse_json_array_of_arrays
(arr: &[serde_json::Value])
src/widgets/table.rs:187
↓ 1 callersFunctionparse_json_array_of_objects
(arr: &[serde_json::Value])
src/widgets/table.rs:209
↓ 1 callersFunctionparse_modifier
(modifier: &str)
src/style.rs:131
↓ 1 callersFunctionparse_table_data
(args: &TableArgs)
src/widgets/table.rs:104
↓ 1 callersFunctionparse_widths
(width_str: &str, num_cols: usize)
src/widgets/table.rs:342
↓ 1 callersFunctionrender
(frame: &mut Frame, args: &InputArgs, input: &Input)
src/widgets/input.rs:133
↓ 1 callersFunctionrender
(frame: &mut Frame, args: &ConfirmArgs, selected: bool)
src/widgets/confirm.rs:111
↓ 1 callersFunctionrender
(frame: &mut Frame, args: &TableArgs, data: &[Vec<String>])
src/widgets/table.rs:265
↓ 1 callersFunctionrender
(frame: &mut Frame, args: &GaugeArgs, current_value: u16)
src/widgets/gauge.rs:114
↓ 1 callersFunctionrender
(frame: &mut Frame, args: &BlockArgs)
src/widgets/block.rs:72
Methoddefault
()
src/style.rs:81
Functioninit_fullscreen
Initialize terminal with fullscreen (alternate screen)
src/tui.rs:40
Functionmain
()
src/main.rs:35
Methodnew
(label: &'a str)
src/widgets/buttons.rs:23
Methodrender
(self, area: Rect, buf: &mut Buffer)
src/widgets/buttons.rs:43
Functionrun
(args: ConfirmArgs)
src/widgets/confirm.rs:44
Functionrun
(args: TableArgs)
src/widgets/table.rs:59
Functionrun
(args: GaugeArgs)
src/widgets/gauge.rs:45
Functionrun
(args: BlockArgs)
src/widgets/block.rs:35