issues
search
ratatui
/
templates
Templates for bootstrapping a Rust TUI application with Ratatui
https://ratatui.rs/templates
MIT License
255
stars
36
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bring back the old templates 🙏
#84
pythops
opened
1 week ago
1
chore: bump deps
#83
joshka
closed
1 month ago
0
fix: rename LOGLEVEL to LOG_LEVEL
#82
liuhuo23
closed
1 month ago
5
feat(component): Add a mean for components to access raw key events
#81
louis-thevenet
opened
1 month ago
5
Test with --locked flag in the component template
#80
orhun
closed
2 months ago
0
move draw() above handle_events()
#79
joshka
closed
2 months ago
0
Fix simple README
#78
joshka
closed
2 months ago
0
Fix authors in simple template
#77
joshka
closed
2 months ago
0
docs(readme): fix template for GitHub username variable
#76
ismailarilik
closed
2 months ago
1
fix(component): use correct formatting for repository metadata
#75
orhun
closed
2 months ago
0
Simplify simple template
#74
joshka
closed
2 months ago
12
Update ratatui to 0.28.1
#73
joshka
closed
3 months ago
0
Use stdout when initializing the terminal
#72
pythops
closed
3 months ago
0
Fix human panic metadata
#71
joshka
closed
3 months ago
0
Fix vergen to use gix
#70
joshka
closed
3 months ago
0
Update ratatui to 0.28.0 and all other dependencies
#69
joshka
closed
3 months ago
2
Update ratatui organization link
#68
orhun
closed
3 months ago
0
Add Dependabot config
#67
orhun
closed
3 months ago
0
chore: bump cargo-generate version
#66
orhun
closed
3 months ago
1
Add generated samples of each template
#65
joshka
closed
3 months ago
5
style: make component formatting more standard
#64
joshka
closed
4 months ago
0
fix: make event loop handle send errors correctly
#63
joshka
closed
4 months ago
0
feat: Add ExecuteCommand action in component template
#62
deepanchal
closed
2 months ago
4
fix: rename `Action::Refresh` -> `Action::ClearScreen`, add handler, update tui restore logic after suspend
#61
deepanchal
closed
4 months ago
0
chore: bump ratatui to 0.27
#60
orhun
closed
5 months ago
0
docs: update repository link
#59
orhun
closed
6 months ago
0
Rename repository to "ratatui-templates"
#58
orhun
closed
6 months ago
3
docs: revise README.md
#57
orhun
closed
6 months ago
0
Add `remote` template for tui over ssh
#56
pythops
opened
6 months ago
2
fix: check key event kind for the simple template
#55
vm910
closed
7 months ago
0
"simple" template does not create src folder and files inside it
#54
ekosachev
closed
4 months ago
2
chore: fix license years
#53
ekosachev
closed
7 months ago
0
Strip prefix/suffix
#52
f-forcher
opened
8 months ago
11
chore: fix typo in doc comment
#51
orhun
closed
8 months ago
0
Typo in doc comment
#50
psobolik
closed
8 months ago
0
Check select! bug in async
#49
joshka
opened
8 months ago
3
Break loop when channel is closed
#48
MMitsuha
closed
8 months ago
0
Fix a typo in `README.md`
#47
NeumoNeumo
closed
9 months ago
1
fix: fix broken link to color-eyre
#46
Valentin271
closed
9 months ago
0
feat: Update template
#45
kdheepak
closed
9 months ago
0
chore: update ratatui to 0.26
#44
Valentin271
closed
9 months ago
1
feat: simple-async template as a alternative for simple ✨
#43
kdheepak
closed
10 months ago
8
Keep the async template minimalist
#42
pythops
closed
10 months ago
1
feat: Use mode that is common across root app and components ✨
#41
kdheepak
closed
10 months ago
0
fix: Better name Action variants for home mode 🐛
#40
kdheepak
closed
10 months ago
0
fix: Key events propagated better 🐛
#39
kdheepak
closed
10 months ago
0
Async counter example text input broken
#38
JanKleine
opened
10 months ago
6
fix(event): fix poll expect message
#37
Valentin271
closed
10 months ago
0
Create new template for `async` and rename current `async` template to `components` or `opinionated`
#36
kdheepak
closed
10 months ago
0
feat: Add button with mouse event example ✨
#35
kdheepak
closed
10 months ago
2
Next