0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make Shift+space behave the same way as just space More... 13 days ago
Replace `TestContext` color strings with a single Boolean `color` field More... 14 days ago
Replace `has_line_continuation()` with `strview_char_suffix_length()` More... 18 days ago
Allow passing args to `git-open`, `lf-open` and `ranger-open` aliases More... 18 days ago
Update some command mode key bindings in `dte(1)` man page More... 19 days ago
Clean up `init_editor_state()` slightly More... 19 days ago
Intern `ModeHandler::name` More... 19 days ago
Replace `HASHMAP_INIT()` and `hashmap_init()` with `hashmap_new()` More... 19 days ago
Replace `TERM_OUTPUT_INIT` with `term_outbuf()` More... 19 days ago
Replace `INTMAP_INIT` and `intmap_init()` with `intmap_new()` More... 19 days ago
Replace `PTR_ARRAY_INIT` and `ptr_array_init()` with `ptr_array_new()` More... 19 days ago
Replace all uses of `STRING_INIT` macro with `string_new()` More... 20 days ago
Replace all uses of `STRING_VIEW_INIT` macro with `strview(NULL)` More... 20 days ago
Enable `misc-include-cleaner` clang-tidy check and fix/suppress warnings More... 20 days ago
Fix Unicode table generator script for Lua 5.5 compatibility More... 20 days ago
Add missing includes to `mk/feature-test/embed.c` and `test/sizes.h` More... 21 days ago
Clean up quirky `*.c` file includes in `src/filetype.c` More... 22 days ago
Add TODO comment about clang-tidy 22.1.0 fixes to `tools/clang-tidy.sh` More... 22 days ago
Disable all `clang-analyzer-*` checks in root clang-tidy config More... 22 days ago
Clean up and improve changes to `showkey_loop()` done in previous commit More... 24 days ago
Redraw screen after sending conditional terminal queries More... 25 days ago
Enable `readability-function-cognitive-complexity` clang-tidy warning More... 28 days ago
Add note to `docs/packaging.md` regarding versioned releases More... about 1 month ago
Add Alpine to package manager list More... about 1 month ago
Clean up compiler attributes for `xstrcut()` and `xstrslice()` More... about 1 month ago
Remove unused `xstrjoin()` function More... about 1 month ago
Clean up `regexp_get_word_boundary_tokens()` and add debug logging More... about 1 month ago
Make `string_insert_*()` and `string_append_*()` return `len` parameter More... about 1 month ago
Replace some more `const char*` parameters with `StringView` More... about 1 month ago
Make `regexp_escape()` take a `StringView` and return a `String` More... about 1 month ago