Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xSero/Azul
/ functions
Functions
304 in github.com/0xSero/Azul
⨍
Functions
304
◇
Types & classes
91
↓ 1 callers
Method
handle_chat_keys
(&mut self, key: KeyEvent)
src/app.rs:1055
↓ 1 callers
Method
handle_content_keys
(&mut self, key: KeyEvent)
src/app.rs:559
↓ 1 callers
Method
handle_history_keys
(&mut self, key: KeyEvent)
src/app.rs:807
↓ 1 callers
Method
handle_key
(&mut self, key: KeyEvent)
src/app.rs:386
↓ 1 callers
Method
handle_memory_keys
(&mut self, key: KeyEvent)
src/app.rs:1206
↓ 1 callers
Method
handle_rag_keys
(&mut self, key: KeyEvent)
src/app.rs:1126
↓ 1 callers
Method
handle_settings_keys
(&mut self, key: KeyEvent)
src/app.rs:1115
↓ 1 callers
Method
handle_sidebar_keys
(&mut self, key: KeyEvent)
src/app.rs:684
↓ 1 callers
Method
handle_tab_bar_keys
(&mut self, key: KeyEvent)
src/app.rs:748
↓ 1 callers
Method
handle_urlbar_keys
(&mut self, key: KeyEvent)
src/app.rs:726
↓ 1 callers
Function
html_to_text
Helper function to convert HTML to plain text
src/search/mod.rs:1017
↓ 1 callers
Method
init_schema
Initialize database schema
src/storage/mod.rs:65
↓ 1 callers
Method
is_available
Check if mem-layer is available
src/memory/mod.rs:81
↓ 1 callers
Method
is_current_bookmarked
Check if current URL is bookmarked
src/app.rs:993
↓ 1 callers
Method
is_full
Check if at max tabs
src/tabs/mod.rs:295
↓ 1 callers
Method
list_bookmarks
List bookmarks with optional search filter
src/storage/mod.rs:180
↓ 1 callers
Function
load_sample_documents
Load some sample documents for testing
scripts/simple-rag-server.py:109
↓ 1 callers
Method
next
(&self)
src/app.rs:29
↓ 1 callers
Function
parse_arxiv_atom
(xml: &str)
src/search/mod.rs:476
↓ 1 callers
Function
parse_query
Parse query to detect engine prefix
src/search/mod.rs:1024
↓ 1 callers
Function
parse_scholar_html
(html: &str)
src/search/mod.rs:574
↓ 1 callers
Method
prev
(&self)
src/ui/theme.rs:50
↓ 1 callers
Method
previous
(&self)
src/app.rs:40
↓ 1 callers
Function
print_help
()
src/main.rs:31
↓ 1 callers
Function
print_version
()
src/main.rs:84
↓ 1 callers
Function
rand_simple
Simple pseudo-random for mascot behavior (no external deps)
src/mascot/mod.rs:340
↓ 1 callers
Function
render
(frame: &mut Frame, app: &mut App)
src/ui/mod.rs:31
↓ 1 callers
Function
render_bookmarks_panel
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:516
↓ 1 callers
Function
render_compact_sidebar
Compact sidebar for when chat is open (narrow links panel)
src/ui/mod.rs:391
↓ 1 callers
Function
render_content_only
Render only content without sidebar (used when chat is open)
src/ui/mod.rs:221
↓ 1 callers
Function
render_help_panel
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:634
↓ 1 callers
Function
render_history_panel
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:576
↓ 1 callers
Method
render_line
Render a single line
src/ui/markdown.rs:83
↓ 1 callers
Function
render_memory_panel
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:1165
↓ 1 callers
Method
render_mode
Get current render mode from active tab
src/app.rs:254
↓ 1 callers
Function
render_rag_panel
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:1001
↓ 1 callers
Function
render_settings_panel
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:929
↓ 1 callers
Function
render_sidebar
(frame: &mut Frame, area: Rect, app: &mut App)
src/ui/mod.rs:312
↓ 1 callers
Function
render_status_bar
(frame: &mut Frame, area: Rect, app: &mut App)
src/ui/mod.rs:467
↓ 1 callers
Function
render_tab_bar
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:95
↓ 1 callers
Function
render_url_bar
(frame: &mut Frame, area: Rect, app: &App)
src/ui/mod.rs:164
↓ 1 callers
Method
request_ai_summary
(&mut self)
src/app.rs:1003
↓ 1 callers
Function
run_app
( terminal: &mut Terminal<B>, app: &mut App, tick_rate: Duration, )
src/main.rs:177
↓ 1 callers
Function
run_server
Run the simple RAG server
scripts/simple-rag-server.py:134
↓ 1 callers
Function
run_tui
()
src/main.rs:137
↓ 1 callers
Method
save
(&self)
src/config.rs:206
↓ 1 callers
Function
save_scrape
Save scraped data to scrapes/<timestamp>-<slug>.json and return the path
src/scrape.rs:60
↓ 1 callers
Method
scrape_current_page
(&mut self)
src/app.rs:1037
↓ 1 callers
Function
scrape_page
Extract structured data from a page
src/scrape.rs:25
↓ 1 callers
Method
search_all_with_limit
Search all engines and return limited results per engine This is the multi-engine aggregated search
src/search/mod.rs:878
↓ 1 callers
Method
search_documents
Simple keyword-based search
scripts/simple-rag-server.py:80
↓ 1 callers
Function
send_chat_message
( api_key: &str, model: &str, base_url: &str, messages: &[ChatMessage], tx: &Sender<AppMes
src/app.rs:1662
↓ 1 callers
Function
send_chat_message_with_fallback
( api_key: &str, base_url: &str, models: &[String], messages: &[ChatMessage], tx: &Sender<
src/app.rs:1786
↓ 1 callers
Method
set_error
Set an error state
src/tabs/mod.rs:107
↓ 1 callers
Method
set_page
Set the loaded page content
src/tabs/mod.rs:96
↓ 1 callers
Function
slugify
(input: &str)
src/scrape.rs:76
↓ 1 callers
Method
state
(&self)
src/mascot/mod.rs:57
↓ 1 callers
Method
summarize_page
Summarize a webpage
src/ai/mod.rs:248
↓ 1 callers
Method
tabs
Get all tabs
src/tabs/mod.rs:280
↓ 1 callers
Function
test_http_client
Test HTTP client creation and basic fetch
src/main.rs:291
↓ 1 callers
Method
toggle_bookmark
(&mut self)
src/app.rs:948
↓ 1 callers
Method
try_model
(&self, system: &str, user: &str, model: &str)
src/ai/mod.rs:80
↓ 1 callers
Method
update
(&mut self)
src/app.rs:262
↓ 1 callers
Method
view_status
Status bar companion - shows activity
src/mascot/mod.rs:186
↓ 1 callers
Method
view_with_label
Companion with context label
src/mascot/mod.rs:173
↓ 1 callers
Method
walking_sprite
Get the walking mascot sprite - cute little creature
src/mascot/mod.rs:117
Method
all
()
src/ui/theme.rs:32
Method
answer_question
Answer a question about content
src/ai/mod.rs:321
Method
available_engines
(&self)
src/search/mod.rs:872
Method
azul_dark
Azul Dark - Tokyo Night inspired (default)
src/ui/theme.rs:105
Function
bye_art
()
src/mascot/mod.rs:335
Method
catppuccin
Catppuccin Mocha theme
src/ui/theme.rs:245
Method
clear_history_older_than
Clear history older than specified days
src/storage/mod.rs:294
Method
colors
Get current theme colors
src/ui/theme.rs:329
Method
complete
(&self, prompt: &str)
src/ai/mod.rs:129
Method
config_path
Get the config file path (JSON format, compatible with Go version)
src/config.rs:93
Method
count_bookmarks
Count total bookmarks
src/storage/mod.rs:225
Method
count_history
Count total history entries
src/storage/mod.rs:303
Method
default
()
src/config.rs:69
Method
default
()
src/browser/mod.rs:434
Method
default
()
src/mascot/mod.rs:209
Method
default
()
src/search/mod.rs:121
Method
default
()
src/chat/mod.rs:245
Method
default
()
src/ui/theme.rs:355
Method
default
()
src/tabs/mod.rs:301
Method
default_path
Get default database path
src/storage/mod.rs:58
Method
description
(&self)
src/search/mod.rs:30
Method
do_GET
(self)
scripts/simple-rag-server.py:16
Method
do_POST
(self)
scripts/simple-rag-server.py:26
Method
dracula
Dracula theme
src/ui/theme.rs:217
Method
empty
()
src/browser/page.rs:19
Method
engine_type
(&self)
src/search/mod.rs:335
Method
extract_key_points
Extract key points from content
src/ai/mod.rs:271
Method
from_config
Create from config
src/memory/mod.rs:66
Method
from_config
Create a summarizer from config
src/ai/mod.rs:177
Method
from_config
Create from config
src/rag/mod.rs:81
Method
from_env
Create a summarizer from environment config (deprecated, use from_config)
src/ai/mod.rs:207
Method
from_prefix
Get engine type from prefix
src/search/mod.rs:55
Method
from_preset
Get colors for a theme preset
src/ui/theme.rs:92
Method
get_bookmarks_text
Get bookmarks as formatted text
src/chat/mod.rs:216
← previous
next →
101–200 of 304, ranked by callers