-
released this
2025-12-02 17:51:18 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@e3eac7e8 fix: make helix save command (w) description shorter for better fuzzy matching
neurocyte/flow@01dfde16 fix: a crash on negative button click events
neurocyte/flow@0136c8b4 feat: add enable_prefix_keyhints optioncontributors
CJ van den Berg
downloads
flow-control.dev (source only)
github.com (binaries & source)
codeberg.org (binaries & source)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flow-v0.6.0-230-ge3eac7e8-source.tar.gz
1 download · 337 KiB
-
flow-v0.6.0-230-ge3eac7e8-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-230-ge3eac7e8-source.tar.gz.sig
0 downloads · 438 B
-
flow-v0.6.0-230-ge3eac7e8-source.zip
1 download · 409 KiB
-
flow-v0.6.0-230-ge3eac7e8-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-230-ge3eac7e8-source.zip.sig
0 downloads · 438 B
-
Source code (ZIP)
-
released this
2025-12-02 13:49:08 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@3dfb93fb refactor: add key event prefix to hints window title
neurocyte/flow@4e4ec855 refactor: tweak max hints window size
neurocyte/flow@d069250d fix: formatting of keybind prefix in explicitly enabled keyhint mode
neurocyte/flow@4638c380 fix: compensate in keyhint formatting for cleaned-up keybind format
neurocyte/flow@83bbbfeb fix: set default log level to .info in release builds
neurocyte/flow@4d81123c fix: don't add an extra space at the beginning of formatted keybinds
neurocyte/flow@b3425d5c refactor: remove duplicate "shell: " in shell execute messages
neurocyte/flow@6f1806cd Revert "Initial attempt to fix prev and next word movement"
neurocyte/flow@989557fb Revert "Fixed selection extensions with new helper functions"
neurocyte/flow@fd9fa4ee Revert "fix: build fix after rebase/merge"
neurocyte/flow@18035849 refactor: include unbound keypress in key hints message
neurocyte/flow@67c6965e refactor: use scoped log in keybind module
neurocyte/flow@fb5c6728 refactor: drop level prefix from std.log error and info messages
neurocyte/flow@43949405 refactor: migrate keybind module to std.log
neurocyte/flow@9dd12ad7 fix: broken tests
neurocyte/flow@764a8cce feat: display keybind namespace and config section in hints window title
neurocyte/flow@e473ae90 refactor: store original config section name in keybind binding sets
neurocyte/flow@58f5ebd6 refactor: add text insert begin and end characters to widgetstyles
neurocyte/flow@8dc6f982 fix: don't log keybind hints message for modifier key events
neurocyte/flow@49acb2c3 feat: log keyhints message on unbound key events
neurocyte/flow@dad8deac refactor: scroll keybinding hints
neurocyte/flow@3012fdcd feat: add scroll_keybind_hints command
neurocyte/flow@a2964711 refactor: filter hidden commands
neurocyte/flow@61515cfc refactor: fallback to key event prefix bindings in full hint mode
neurocyte/flow@632cf8cf refactor: add mode.current_bindings function
neurocyte/flow@8f5b8806 refactor: add full input mode hints support to keyhints
neurocyte/flow@125e204a feat: add ctrl+? keybind to enable hints mode
neurocyte/flow@1d38bc36 feat: add command to toggle keybind hint mode
neurocyte/flow@8d7fe3c5 feat: render keyhints for keybindings that match the current keybind prefix
neurocyte/flow@c9f43844 feat: filter kp_ key bindings from hints window
neurocyte/flow@42ce0e5a fix: index out of range in vaxis.Layer.draw
neurocyte/flow@824a2a1e feat: add command to change hint window widget style (shift+alt+f9)
neurocyte/flow@e4dba006 feat: add hint_window widget type
neurocyte/flow@4658c482 refactor: remove unused put_at_pos function
neurocyte/flow@06668931 refactor: make keybind.Binding public
neurocyte/flow@3221e2dd refactor: add tui.have_top_layer
neurocyte/flow@aaca270d refactor: move render_decoration to WidgetStyle
neurocyte/flow@a1455e8e refactor: move from_client_box and to_client_box to Widget.Box
neurocyte/flow@a6e10877 feat: add support in keybind module for looking up key sequence prefix matches
neurocyte/flow@11d67709 fix: avoid setting the terminal background color until we know what the system color scheme is
neurocyte/flow@f99e1065 refactor: add Editor.with_cursels_const_repeat
neurocyte/flow@c7c271e9 refactor: CurSel.to_selection is internal
neurocyte/flow@8ba6e184 refactor: don't special case cursor rendering in inclusive mode
neurocyte/flow@423b8c16 fix: build fix after rebase/merge
neurocyte/flow@1bae8640 Fixed selection extensions with new helper functions
neurocyte/flow@608df151 Initial attempt to fix prev and next word movementcontributors
CJ van den Berg
Jakob Ingvastdownloads
flow-control.dev (source only)
github.com (binaries & source)
codeberg.org (binaries & source)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flow-v0.6.0-227-g3dfb93fb-source.tar.gz
1 download · 337 KiB
-
flow-v0.6.0-227-g3dfb93fb-source.tar.gz.sha256
2 downloads · 106 B
-
flow-v0.6.0-227-g3dfb93fb-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-227-g3dfb93fb-source.zip
1 download · 409 KiB
-
flow-v0.6.0-227-g3dfb93fb-source.zip.sha256
2 downloads · 103 B
-
flow-v0.6.0-227-g3dfb93fb-source.zip.sig
2 downloads · 438 B
-
Source code (ZIP)
-
released this
2025-11-26 18:25:43 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@a6392018 fix: remove extra close_file call in mainview.extract_state
neurocyte/flow@7dcde628 refactor: drop config file loading message
neurocyte/flow@198ee29a refactor: remove verbose log messages in mainview
neurocyte/flow@00895025 fix: don't respond to editor events in mainview during project switch
neurocyte/flow@335f1bed fix: some minor typos
neurocyte/flow@4f68e692 refactor: add a lot of logging during change_project
neurocyte/flow@e134cfc9 refactor: use exaustive enum for whitespace
neurocyte/flow@2ca1a742 feat: add whitespace_mode external
neurocyte/flow@741096cb fix: navigate to editor_file_path only if it's buffer was restored
neurocyte/flow@c8840f07 fix: make sure project state is freed with the correct allocator
neurocyte/flow@20129ea7 feat: save and restore mainview state when switching projects
neurocyte/flow@bbeba10f refactor: split up mainview write_state and extract_state functions
neurocyte/flow@690498fd feat: add modes_can_change_cursor configuration option
neurocyte/flow@c1707b13 fix: smart select next find mode if find mode is .auto
neurocyte/flow@891b80e5 fix: case fold find pattern in find_all_ranges mode .case_foldedcontributors
CJ van den Berg
downloads
flow-control.dev (source only)
github.com (binaries & source)
codeberg.org (binaries & source)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flow-v0.6.0-181-ga6392018-source.tar.gz
1 download · 334 KiB
-
flow-v0.6.0-181-ga6392018-source.tar.gz.sha256
2 downloads · 106 B
-
flow-v0.6.0-181-ga6392018-source.tar.gz.sig
2 downloads · 438 B
-
flow-v0.6.0-181-ga6392018-source.zip
1 download · 406 KiB
-
flow-v0.6.0-181-ga6392018-source.zip.sha256
3 downloads · 103 B
-
flow-v0.6.0-181-ga6392018-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-11-26 11:16:10 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@29231ad8 fix: windows build
neurocyte/flow@9f57d8ef fix: bump libvaxis grapheme cache size to 32kb
neurocyte/flow@50a4336b fix: incorrect line offset in goto_line_and_column
neurocyte/flow@74e74060 fix: guarantee progress in find_all_ranges when pattern is shorter than a utf8 sequence
neurocyte/flow@99f9f95d fix: use a partial write capable case folding writer in Buffer.find_all_ranges
neurocyte/flow@68b17301 refactor: use unchecked Utf8View in utf8 transformation
neurocyte/flow@2520a37a feat: add case auto and case insensitive mode to find
neurocyte/flow@abee93d3 refactor: add unicode.is_lowercase
neurocyte/flow@047409cd feat: add find_mode parameter to Editor.find_query
neurocyte/flow@64d95ee0 refactor: move FindMode to Buffer
neurocyte/flow@3ebe68a3 refactor: implement find_all_ranges mode .case_folded
neurocyte/flow@37428bd6 refactor: add unicode.case_folded_write
neurocyte/flow@e35a0555 feat: port to_upper and to_lower to uucode
neurocyte/flow@2ff05210 refactor: move all zg LetterCasing usage to Buffer.unicode
neurocyte/flow@57c50664 fix: add support for non-authorative file URIs from LSPs (part 2)
neurocyte/flow@6c789b32 feat: change default theme to something more modern and pretty
neurocyte/flow@86ec2789 feat: implement case insensitive search (part 1)
neurocyte/flow@679927f8 fix: add support for non-authorative file URIs from LSPs
neurocyte/flow@bd976e08 refactor: use Cursor.from_pos in PosToWidthCache.from_pos
neurocyte/flow@ccc92f3e refactor: drop PosToWidthCache from inspector_view
neurocyte/flow@4a0150d6 refactor: add Cursor.from_pos and Seleciton.from_range
neurocyte/flow@be41027d refactor: make Selection.from_pos infallible
neurocyte/flow@34af8526 refactor: remove obsolete Editor.selection_pos_to_width function
neurocyte/flow@f71f984d refactor: make get_rendered_cursor infallible
neurocyte/flow@5d8c44ba refactor: make more selection function infallible
neurocyte/flow@5ffd3468 refactor: make Editor.enable_selection infallible againcontributors
CJ van den Berg
downloads
flow-control.dev (source only)
github.com (binaries & source)
codeberg.org (binaries & source)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flow-v0.6.0-166-g29231ad8-source.tar.gz
1 download · 334 KiB
-
flow-v0.6.0-166-g29231ad8-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-166-g29231ad8-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-166-g29231ad8-source.zip
1 download · 405 KiB
-
flow-v0.6.0-166-g29231ad8-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-166-g29231ad8-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-11-25 09:44:09 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@ab3373ab fix: add manual restart for win32 console builds and fix restart for win32 gui builds
neurocyte/flow@b3efc952 refactor: report OS error on vaxis.Tty.init failure
neurocyte/flow@f91a702f build: sync libvaxis to upstream main branchcontributors
CJ van den Berg
downloads
flow-control.dev (source only)
github.com (binaries & source)
codeberg.org (binaries & source)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flow-v0.6.0-140-gab3373ab-source.tar.gz
2 downloads · 332 KiB
-
flow-v0.6.0-140-gab3373ab-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-140-gab3373ab-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-140-gab3373ab-source.zip
1 download · 404 KiB
-
flow-v0.6.0-140-gab3373ab-source.zip.sha256
2 downloads · 103 B
-
flow-v0.6.0-140-gab3373ab-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-11-24 12:35:29 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@a1f296dd refactor: tweak restart command description
neurocyte/flow@fbccf138 feat: add message to home screen when running as root
neurocyte/flow@5bb742fe feat: render red lock symbol in modestate when running as root
neurocyte/flow@93be688e feat: add restart_with_sudo command
neurocyte/flow@51f74e37 feat: add restart with sudo capability
neurocyte/flow@8ccdc965 refactor: replace buffer input/output test dummy text with less greppable content
neurocyte/flow@b2b34e47 build: update to libvaxis with uucode support
neurocyte/flow@765a5d2d feat: add results count to generic palette
neurocyte/flow@23e66d8f feat: add results count to open_recent palette
neurocyte/flow@7993186a refactor: add support for inputbox hintscontributors
CJ van den Berg
downloads
flow-control.dev (source only)
github.com (binaries & source)
codeberg.org (binaries & source)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flow-v0.6.0-137-ga1f296dd-source.tar.gz
1 download · 332 KiB
-
flow-v0.6.0-137-ga1f296dd-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-137-ga1f296dd-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-137-ga1f296dd-source.zip
1 download · 404 KiB
-
flow-v0.6.0-137-ga1f296dd-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-137-ga1f296dd-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-11-20 10:02:01 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@a65aa237 fix: windows build
neurocyte/flow@cc4ac894 fix: update libvaxis to fix dragging outside the top and left side of the terminal (negative mouse coordinates)contributors
CJ van den Berg
downloads
flow-control.dev (source only)
github.com (binaries & source)
codeberg.org (binaries & source)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flow-v0.6.0-127-ga65aa237-source.tar.gz
1 download · 348 KiB
-
flow-v0.6.0-127-ga65aa237-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-127-ga65aa237-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-127-ga65aa237-source.zip
1 download · 420 KiB
-
flow-v0.6.0-127-ga65aa237-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-127-ga65aa237-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-11-19 18:20:34 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@d08c6581 fix: bug in scan_next_match causing add_cursor_next_match to fail
neurocyte/flow@9bebebc0 feat: add scrollbar_auto_hide config option
neurocyte/flow@8f873ae3 feat: add pane_style config option
neurocyte/flow@395dadf6 feat: add option to disable modal dim effect
neurocyte/flow@85c3e7ae fix: unbreak selections_reverse command signature
neurocyte/flow@4da9cee1 feat: add flow mode keybinds for expand_/shrink_centered_view (alt+-=)
neurocyte/flow@4054a399 feat: add expand_centered_view and shrink_centered_view commandscontributors
CJ van den Berg
downloads
flow-control.dev (source only)
github.com (binaries & source)
codeberg.org (binaries & source)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flow-v0.6.0-125-gd08c6581-source.tar.gz
1 download · 348 KiB
-
flow-v0.6.0-125-gd08c6581-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-125-gd08c6581-source.tar.gz.sig
3 downloads · 438 B
-
flow-v0.6.0-125-gd08c6581-source.zip
1 download · 420 KiB
-
flow-v0.6.0-125-gd08c6581-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-125-gd08c6581-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-11-19 09:37:32 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@fc6f2e2c fix: center in the middle not top quarter
neurocyte/flow@db8bd084 fix: find the closest matching symbol not the largest enclosing symbol
neurocyte/flow@8c0eac80 refactor: use a match instead of the primary cursor in symbol_palette
neurocyte/flow@f49d6a74 refactor: use a match instead of the primary cursor in focus_on_range
neurocyte/flow@f3440d4f refactor: make editor.update_scroll_dest_abs publiccontributors
CJ van den Berg
downloads
flow-control.dev (source only)
github.com (binaries & source)
codeberg.org (binaries & source)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flow-v0.6.0-118-gfc6f2e2c-source.tar.gz
1 download · 348 KiB
-
flow-v0.6.0-118-gfc6f2e2c-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-118-gfc6f2e2c-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-118-gfc6f2e2c-source.zip
1 download · 420 KiB
-
flow-v0.6.0-118-gfc6f2e2c-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-118-gfc6f2e2c-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-11-18 19:21:58 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@bca4dbf7 fix: use after free crash in theme_palette
contributors
CJ van den Berg
downloads
flow-control.dev (source only)
github.com (binaries & source)
codeberg.org (binaries & source)Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
flow-v0.6.0-113-gbca4dbf7-source.tar.gz
1 download · 347 KiB
-
flow-v0.6.0-113-gbca4dbf7-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-113-gbca4dbf7-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-113-gbca4dbf7-source.zip
1 download · 420 KiB
-
flow-v0.6.0-113-gbca4dbf7-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-113-gbca4dbf7-source.zip.sig
1 download · 438 B
-
Source code (ZIP)