-
released this
2025-12-15 12:11:40 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@cb8e4cb9 refactor: log error on invalid JSON in LSP configuration options
neurocyte/flow@8aa8e5cd Fix sending null
neurocyte/flow@55b428ce fix: never use base layout keycodes
neurocyte/flow@1298ba31 fix: don't overwrite shifted keycode with alternate textcontributors
CJ van den Berg
Palanixdownloads
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-342-gcb8e4cb9-source.tar.gz
1 download · 344 KiB
-
flow-v0.6.0-342-gcb8e4cb9-source.tar.gz.sha256
2 downloads · 106 B
-
flow-v0.6.0-342-gcb8e4cb9-source.tar.gz.sig
2 downloads · 438 B
-
flow-v0.6.0-342-gcb8e4cb9-source.zip
1 download · 418 KiB
-
flow-v0.6.0-342-gcb8e4cb9-source.zip.sha256
2 downloads · 103 B
-
flow-v0.6.0-342-gcb8e4cb9-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-12-13 21:37:59 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@3b24cd11 feat: add open_lsp_config_global and open_lsp_config_project commands
neurocyte/flow@19b38609 fix: don't use extract_cbor on language_server_options
neurocyte/flow@8890ec74 refactor: read lsp config from a separate file in the config directory
neurocyte/flow@9e007798 Add basic LSP configuration capabilities
neurocyte/flow@528d57fd fix: palette padding on top_right placement
neurocyte/flow@42ddbe5f refactor: add egc_chunk_col_pos function
neurocyte/flow@660449c1 refactor: use *std.Io.Writer instead of anytype
neurocyte/flow@99b721fe fix: don't index into utf-8 based on egc width
neurocyte/flow@99a4fb09 fix: change len for egc_chunk_width
neurocyte/flow@308f46c8 refactor: move LSP types to new modulecontributors
CJ van den Berg
Igor Támara
Palanixdownloads
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-338-g3b24cd11-source.tar.gz
1 download · 344 KiB
-
flow-v0.6.0-338-g3b24cd11-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-338-g3b24cd11-source.tar.gz.sig
2 downloads · 438 B
-
flow-v0.6.0-338-g3b24cd11-source.zip
1 download · 418 KiB
-
flow-v0.6.0-338-g3b24cd11-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-338-g3b24cd11-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
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
-
flow-v0.6.0-328-ge5894c14-source.tar.gz
1 download · 343 KiB
-
flow-v0.6.0-328-ge5894c14-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-328-ge5894c14-source.tar.gz.sig
3 downloads · 438 B
-
flow-v0.6.0-328-ge5894c14-source.zip
0 downloads · 417 KiB
-
flow-v0.6.0-328-ge5894c14-source.zip.sha256
0 downloads · 103 B
-
flow-v0.6.0-328-ge5894c14-source.zip.sig
1 download · 438 B
-
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
-
flow-v0.6.0-319-gb08b162a-source.tar.gz
0 downloads · 343 KiB
-
flow-v0.6.0-319-gb08b162a-source.tar.gz.sha256
0 downloads · 106 B
-
flow-v0.6.0-319-gb08b162a-source.tar.gz.sig
0 downloads · 438 B
-
flow-v0.6.0-319-gb08b162a-source.zip
0 downloads · 416 KiB
-
flow-v0.6.0-319-gb08b162a-source.zip.sha256
0 downloads · 103 B
-
flow-v0.6.0-319-gb08b162a-source.zip.sig
0 downloads · 438 B
-
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
-
flow-v0.6.0-300-g672d9242-source.tar.gz
1 download · 342 KiB
-
flow-v0.6.0-300-g672d9242-source.tar.gz.sha256
2 downloads · 106 B
-
flow-v0.6.0-300-g672d9242-source.tar.gz.sig
2 downloads · 438 B
-
flow-v0.6.0-300-g672d9242-source.zip
0 downloads · 414 KiB
-
flow-v0.6.0-300-g672d9242-source.zip.sha256
3 downloads · 103 B
-
flow-v0.6.0-300-g672d9242-source.zip.sig
1 download · 438 B
-
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
-
flow-v0.6.0-263-g8b17eb98-source.tar.gz
1 download · 338 KiB
-
flow-v0.6.0-263-g8b17eb98-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-263-g8b17eb98-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-263-g8b17eb98-source.zip
1 download · 411 KiB
-
flow-v0.6.0-263-g8b17eb98-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-263-g8b17eb98-source.zip.sig
1 download · 438 B
-
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
-
flow-v0.6.0-255-g23ac73ec-source.tar.gz
1 download · 338 KiB
-
flow-v0.6.0-255-g23ac73ec-source.tar.gz.sha256
2 downloads · 106 B
-
flow-v0.6.0-255-g23ac73ec-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-255-g23ac73ec-source.zip
1 download · 410 KiB
-
flow-v0.6.0-255-g23ac73ec-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-255-g23ac73ec-source.zip.sig
1 download · 438 B
-
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
-
flow-v0.6.0-245-g58622a55-source.tar.gz
1 download · 337 KiB
-
flow-v0.6.0-245-g58622a55-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-245-g58622a55-source.tar.gz.sig
2 downloads · 437 B
-
flow-v0.6.0-245-g58622a55-source.zip
1 download · 409 KiB
-
flow-v0.6.0-245-g58622a55-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-245-g58622a55-source.zip.sig
3 downloads · 438 B
-
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
-
flow-v0.6.0-237-g023b8718-source.tar.gz
0 downloads · 337 KiB
-
flow-v0.6.0-237-g023b8718-source.tar.gz.sha256
0 downloads · 106 B
-
flow-v0.6.0-237-g023b8718-source.tar.gz.sig
0 downloads · 438 B
-
flow-v0.6.0-237-g023b8718-source.zip
0 downloads · 409 KiB
-
flow-v0.6.0-237-g023b8718-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-237-g023b8718-source.zip.sig
1 download · 438 B
-
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
-
flow-v0.6.0-232-g35aa99f5-source.tar.gz
1 download · 337 KiB
-
flow-v0.6.0-232-g35aa99f5-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-232-g35aa99f5-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-232-g35aa99f5-source.zip
1 download · 409 KiB
-
flow-v0.6.0-232-g35aa99f5-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-232-g35aa99f5-source.zip.sig
1 download · 438 B
-
Source code (ZIP)