-
released this
2025-12-11 19:15:02 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@e5894c14 refactor: tweak style in keybindview and inputview
neurocyte/flow@94d75a23 feat: add panel border to logview
neurocyte/flow@c7189246 refactor: add panel border to keybindview
neurocyte/flow@82257ee4 refactor: add panel border to inspector_view
neurocyte/flow@950c5af0 refactor: add panel border to inputview
neurocyte/flow@15fd3380 refactor: add panel border to info_view
neurocyte/flow@f87a9cfb fix: find panels even if the panel widget is not the top widget
neurocyte/flow@b62a1e90 fix: resize on widget style changes
neurocyte/flow@dc3b4f8c refactor: add panel_next_widget_style commandcontributors
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
-
Source code (ZIP)
-
released this
2025-12-10 16:41:49 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@b08b162a refactor: add insert events to keybindview
neurocyte/flow@fe03d0da refactor: render event type in keybindview
neurocyte/flow@ba8148a5 refactor: format unknown key event values in input module
neurocyte/flow@5febf537 refactor: make keybindview show key event and make it pretty
neurocyte/flow@e9da2d5c refactor: add keybindview to toggle_panel
neurocyte/flow@e9f51388 refactor: show keybindview when started with --show-input
neurocyte/flow@3071c108 refactor: add toggle_keybindview command and flow mode keybinds
neurocyte/flow@65c9b417 refactor: split out keybind events from inputview to a new keybindview
neurocyte/flow@c87884f9 refactor: remove some obsolete overlay commands
neurocyte/flow@7df83c7e refactor: add namespace and section to keybind match events
neurocyte/flow@ef30ac9d fix: drop spurious keybind_match events in tui.receive
neurocyte/flow@b542707c feat: subscribe to keybind_match events in inputview and display them
neurocyte/flow@33f404b2 refactor: add tui.enable_match_events and tui.disable_match_events
neurocyte/flow@fccab59a refactor: optionally generate keybind_match events in keybind module
neurocyte/flow@4cb0f7df feat: activated selected entry on tab in the completion palette
neurocyte/flow@6bb6141e fix: avoid resetting cursors and matches if formatter makes no changes
neurocyte/flow@b9b49c41 fix: do not try to auto save ephemeral buffers
neurocyte/flow@0974935c fix: prevent whole file filter commands from erasing the entire file
neurocyte/flow@693ed91b fix: don't mark document as dirty if a filter makes no changescontributors
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
-
Source code (ZIP)
-
released this
2025-12-09 19:53:56 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@672d9242 fix: windows gui build
neurocyte/flow@b6161043 refactor: add support for nested snippet placeholders
neurocyte/flow@4a44838b refactor: nudge tabstops
neurocyte/flow@b472300b refactor: remove render_tabstops
neurocyte/flow@94109da7 feat: add editor.pop_tabstop
neurocyte/flow@a897e6bf fix: support for $0 in snippets
neurocyte/flow@50db9082 refactor: attempt to render tabstops
neurocyte/flow@025ef9c7 refactor: add editor.insert_snippet
neurocyte/flow@c462e3ab refactor: split editor.insert_chars into insert_chars and insert_cursels
neurocyte/flow@098d9253 refactor: add editor.add_match_from_selection function
neurocyte/flow@8152de3d refactor: prefer completion insertText over newText or label
neurocyte/flow@387a3416 refactor: add cursels_tabstops member to editor
neurocyte/flow@c71ddb29 refactor: add newText and insertText to info panel in debug builds
neurocyte/flow@62bc86d2 refactor: add insertText to completion_palette get_values function
neurocyte/flow@b22337a2 refactor: extract insertText from completion responses
neurocyte/flow@19751e7f fix: incorrect use of a labeled switch in snippet
neurocyte/flow@288e23e8 fix: completion with no replacements causes OOM
neurocyte/flow@7b7c8462 feat: add ignore_filter_stderr config option
neurocyte/flow@e7118763 refactor: remove snippet from info panel
neurocyte/flow@3da09cac fix: snippet parser should not output '$'
neurocyte/flow@075ec84c refactor: call snippet parser when inserting completion items
neurocyte/flow@cbf26b3b refactor: use a structure for returning completion palette item values
neurocyte/flow@ad496d3b refactor: add snippet parser module
neurocyte/flow@9b33f4cb refactor: remove commented function signature
neurocyte/flow@6f633b01 fix: alight completion descriptions with Plane.print_right
neurocyte/flow@bacbb47a fix: prevent palettes from ever being larger than the screen
neurocyte/flow@15e96d91 refactor: add detail to info in completion palette
neurocyte/flow@1c0e66d4 refactor: add Plane.print_right
neurocyte/flow@86d7dd9c refactor: place completion palette top right and undimmed
neurocyte/flow@d86193a9 feat: display label_detail and label_description in completion palette
neurocyte/flow@852f456b feat: display symbol documentation in info panel in completion_palette
neurocyte/flow@e85832c0 refactor: add mainview.cancel_info_content and make add_info_content public
neurocyte/flow@ce69f359 refactor: simplify mainview.toggle_panel_view
neurocyte/flow@19569fc1 refactor: move Layer.cache_storage to Layer.View.cache_storage
neurocyte/flow@b6b1f025 fix: switch to a shared GraphemeCache and increase it's size to 512kb
neurocyte/flow@4aecc983 fix: increase our GraphemeCache instead of libvaxis
neurocyte/flow@a10254b7 feat: add item detail to completion palettecontributors
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
-
Source code (ZIP)
-
released this
2025-12-06 21:21:14 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@8b17eb98 feat: auto save session every two minutes
neurocyte/flow@b87a58ac feat: add idle_commands config option
neurocyte/flow@719eed4c feat: add save_session_quiet command and make save_session verbose
neurocyte/flow@921c17de feat: add auto_run_commands and auto_run_time_seconds config options
neurocyte/flow@de738756 refactor: rename save_session_and_quit command
neurocyte/flow@8442edc8 feat: add save_session command
neurocyte/flow@7b9f3bf0 fix: switch to stored project directory when restoring a session
neurocyte/flow@87d15eb1 feat: add store_session_and_quit commandcontributors
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
-
Source code (ZIP)
-
released this
2025-12-06 19:34:29 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@23ac73ec fix: select position in restored open_recent palette
neurocyte/flow@e8ec1a45 feat: bind last_palette tospace 'in helix mode
neurocyte/flow@3967995e feat: bind last_palette to ctrl+, in flow mode
neurocyte/flow@b34e0c52 feat: add last_palette command
neurocyte/flow@a7a7e313 refactor: add tui.set_last_palette
neurocyte/flow@2f77dbb8 refactor: add save/restore functionality to open_recent
neurocyte/flow@4c98cf33 feat: add config option keybind_mode with workaround ignore_alt_text_modifiers
neurocyte/flow@141f5595 fix: keep cursor position in rename_symbol
neurocyte/flow@2cecc9b1 fix: keep cursor position in Editor.add_cursor_all_matches
neurocyte/flow@df3f373c refactor: add Editor.set_primary_selection_from_cursorcontributors
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
-
Source code (ZIP)
-
released this
2025-12-04 16:51:53 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@58622a55 feat: implement helix search_selection and add_next_match_helix
neurocyte/flow@791b1845 feat: implement helix keep_primary_selection
neurocyte/flow@090d27d8 refactor: use {t} format specifiers
neurocyte/flow@76f23b08 fix: indent line rendering when scrolled right
neurocyte/flow@0f3a64c4 refactor: remove some obsolete TODO comments
neurocyte/flow@2b5dfe37 fix: navigate to existing split if destination is already open in a split
neurocyte/flow@5dbe4b88 refactor: add get_view_for_file helper function
neurocyte/flow@82e2d2f4 refactor: split out focus_view functioncontributors
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
-
Source code (ZIP)
-
released this
2025-12-03 18:15:45 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@023b8718 feat: add flow mode binding for toggle_auto_find (alt+f3)
neurocyte/flow@f686ca96 feat: add toggle_auto_find command
neurocyte/flow@013f8f4a feat: add ethereal theme
neurocyte/flow@60ba0e65 feat: add show_local_diagnostics_in_panel config option
neurocyte/flow@d16e6496 feat: add option to disable auto findcontributors
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
-
Source code (ZIP)
-
released this
2025-12-03 13:37:27 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@35aa99f5 fix: hover does not process a list of results correctly
neurocyte/flow@6c012d09 fix: ignore more modifier keys in keybind.log_keyhints_messagecontributors
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
-
Source code (ZIP)
-
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
-
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
-
Source code (ZIP)