issues
search
ulyssa
/
modalkit
A Rust library for building modal editing applications
Apache License 2.0
58
stars
8
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use Unicode column width when calculating terminal cursor offset
#151
simnalamburt
closed
1 month ago
1
Update `crossterm` and `ratatui` dependencies and bump MSRV to 1.74
#150
covercash2
closed
1 month ago
1
Release modalkit{,-ratatui}@0.0.20
#149
ulyssa
closed
3 months ago
0
Fix Clippy 1.80 warnings
#148
ulyssa
closed
3 months ago
0
Clear resize info when closing all but one window
#147
ulyssa
closed
3 months ago
0
Change default for `last_column` in `EditContext`
#146
ulyssa
closed
3 months ago
0
Improve widget styling options in modalkit-ratatui
#145
ulyssa
closed
3 months ago
0
Keybindings should provide Action to command bar
#144
ulyssa
closed
3 months ago
0
Save zoom and focused window from layout so that it can be restored
#143
Andrew-Collins
closed
3 months ago
1
Beginner-friendliness inspiration from zellij and helix
#142
jennydaman
opened
6 months ago
1
Release modalkit{,-ratatui}@0.0.19
#141
ulyssa
closed
6 months ago
0
Enable Wayland clipboard support and make arboard optional
#140
ulyssa
closed
6 months ago
0
Add duplicate bindings for terminals that support enhanced keys
#139
ulyssa
closed
6 months ago
0
Update modalkit-ratatui to ratatui@0.26
#138
garyttierney
closed
7 months ago
2
Release modalkit{,-ratatui}@0.0.18
#137
ulyssa
closed
8 months ago
0
Limit recursive macros
#136
ulyssa
closed
8 months ago
0
Move `actions` module to top-level
#135
ulyssa
closed
8 months ago
0
Add MacroAction::Run variant to make custom keybindings easier
#134
ulyssa
closed
8 months ago
0
Commit `Cargo.lock` for openSUSE Build Service
#133
ulyssa
closed
8 months ago
0
Use exactly arboard@3.3.0 for now
#132
ulyssa
closed
8 months ago
0
Add Eq and PartialEq back to CommandContext
#131
ulyssa
closed
8 months ago
0
Add a CommandType::Shell variant
#130
ulyssa
opened
9 months ago
0
Add descriptions to crates
#129
ulyssa
closed
9 months ago
0
Split modalkit into multiple crates in workspace
#128
ulyssa
closed
9 months ago
0
Fix Clippy 1.75 warnings
#127
ulyssa
closed
9 months ago
0
Retry suffix of unmapped key sequences
#126
ulyssa
closed
9 months ago
0
Convert EditContext trait into a struct
#125
ulyssa
closed
9 months ago
0
Support using registers with multiple selections
#124
ulyssa
opened
1 year ago
0
Support folding actions
#123
ulyssa
opened
1 year ago
0
Update minimum Rust version to 1.67
#122
ulyssa
closed
1 year ago
0
Add a prompt for multiple choice interactions
#121
ulyssa
closed
1 year ago
0
Update to ratatui@0.22 and crossterm@0.27
#120
benjajaja
closed
1 year ago
1
Replace GitHub actions using deprecated features
#119
ulyssa
closed
1 year ago
0
Release v0.0.16
#118
ulyssa
closed
1 year ago
0
Ignore Shift when comparing character keys
#117
ulyssa
closed
1 year ago
0
Support getting number of items in ListState
#116
ulyssa
closed
1 year ago
0
Add method to Screen widget to indicate terminal focus
#115
ulyssa
closed
1 year ago
0
Add :resize command from Vim
#114
ulyssa
closed
1 year ago
0
Release v0.0.15
#113
ulyssa
closed
1 year ago
0
TextBox cursor is rendered wrong at the end of a full line
#112
ulyssa
closed
1 year ago
0
Fix newer Clippy warnings for Rust 1.69.0
#111
ulyssa
closed
1 year ago
0
Regex searches need to be exclusive
#110
ulyssa
closed
1 year ago
0
Accented characters break up word movement
#109
ulyssa
closed
1 year ago
0
Vim keybindings can go to several modes after Command mode
#108
ulyssa
closed
1 year ago
0
Emacs keybindings need to emit HistoryAction::Checkpoint
#107
ulyssa
opened
1 year ago
0
Support serializing and deserializing WindowLayoutState
#106
ulyssa
closed
1 year ago
0
Replace `tui` wiith `ratatui`
#105
auronandace
closed
1 year ago
1
Release v0.0.14
#104
ulyssa
closed
1 year ago
0
Vim keybinding `D` has wrong Count
#103
ulyssa
closed
1 year ago
0
List widget should only use focus for rendering item
#102
ulyssa
closed
1 year ago
0
Next