-
released this
2025-10-05 19:28:08 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@2bd5d913 fix: move flow mode select mode keybind to ctrl+shift+a
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
-
Source code (ZIP)
-
released this
2025-10-02 20:53:40 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@9ea32d46 feat: preparations for additionalTextEdits support in completions
neurocyte/flow@8476f613 fix: check selection before insertcontributors
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-10-02 18:28:12 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@7963e200 feat: add tab keybinding to active completion item
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
-
Source code (ZIP)
-
released this
2025-10-02 15:49:28 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@6301c078 fix: move file type guessing out of project_manager thread
neurocyte/flow@e7dcb294 refactor: add handler callbacks to walk_treecontributors
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-10-02 14:43:28 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@fa397b16 fix: add ctrl+space keybind for completion and move SELECT mode to shift+space
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
-
Source code (ZIP)
-
released this
2025-10-02 14:32:54 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@5362706b fix: translate columns to byte offsets when requesting completions
neurocyte/flow@6ec8aae9 fix: translate byte offsets to columns when applying completions
neurocyte/flow@6ae176a8 refactor: add selection_pos_to_width and get_replace_selection functions
neurocyte/flow@390fbd51 refactor: simplify code by using Selection.from_pos
neurocyte/flow@10bd270d feat: add Match.from_pos function
neurocyte/flow@65eb6bc7 feat: add Selection.from_pos function
neurocyte/flow@81a1c888 fix: force refresh on add_completion_done events for slow language servers
neurocyte/flow@778907c5 fix: ignore empty replacement selections for completion
neurocyte/flow@ebb7fb39 fix: support TextEdit responses to completion requestscontributors
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-10-02 12:08:03 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@cc9b0027 feat: add freebsd to binary release builds
neurocyte/flow@b7b05017 fix: support -Dtarget=[target] for release builds
neurocyte/flow@31c03060 build: add -Dall_targets build option to build all known good release targetscontributors
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-10-01 20:06:21 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@b1e5b2f8 fix: never set completion selection to an empty range
neurocyte/flow@b02f096f feat: set the initial completion query based on the cursor position
neurocyte/flow@74b011cf feat: add support for setting the initial query value in palettes
neurocyte/flow@42b7ae46 fix: open competion palette after all completions are received
neurocyte/flow@03c82999 feat: select replacement range during completion
neurocyte/flow@3901d0cc feat: add support for state values in palettes
neurocyte/flow@2783120a fix: update terminal style when switching color scheme
neurocyte/flow@80fc3b7b refactor: explicitly pass theme to tui.set_terminal_stylecontributors
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-10-01 15:27:01 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@69f97530 fix: error.TtyInitError on startup in win32 tui
neurocyte/flow@24bca6d5 fix: re-enable win32 release builds
neurocyte/flow@f29eac4f fix: update win32 gui build for zig-0.15
neurocyte/flow@6da6af22 fix: update win32 tui build for zig-0.15
neurocyte/flow@1d61f18f fix: update libvaxis for win32 support on zig-0.15
neurocyte/flow@73b75149 fix: update thespian for win32 support on zig-0.15
neurocyte/flow@30ad3aea feat: minor tweaks to version infocontributors
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-09-30 13:40:54 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@1d509282 feat: add cli options to select color scheme
neurocyte/flow@8e4c4284 feat: make manually set color scheme override terminal selected color scheme
neurocyte/flow@2fe12a05 feat: report color scheme changes from terminal and add command set_color_schemecontributors
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)