-
released this
2025-12-28 21:34:38 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@e39a118c fix: handle absolute file paths in open file prompt
neurocyte/flow@eae28536 fix: windows build
neurocyte/flow@85f5e5ab fix: don't encode file URI colons
neurocyte/flow@0e3f7c8c fix: convert file paths returned by git on windows
neurocyte/flow@865ec97c refactor: unify URI to file path decoding in one location
neurocyte/flow@dc0d5dda fix: Never walk into AppData as that is likely not useful
neurocyte/flow@0a8a8188 fix: correctly encode file URIs in LSP requests
neurocyte/flow@1be41aff fix: don't use with_selection_const in primary_drag
neurocyte/flow@1685b320 fix: don't allow triple click to fail if select_line_at_cursor fails
neurocyte/flow@3de4a471 fix: don't allow double click to fail if select_word_at_cursor fails
neurocyte/flow@e23d35b8 refactor: simplify Editor.select_word_at_cursor
neurocyte/flow@38948cf4 fix: prefer "same file" error over "save as would overwrite unsaved changes" in save_as
neurocyte/flow@7f88381e refactor: prefer Selection.is_reversed to Cursor.right_of
neurocyte/flow@18201105 refactor: add explicit error types to Editor.buf_* functions
neurocyte/flow@57458dff fix: do not log unsupported LSP requests unless lsp_output is verbosecontributors
CJ van den Berg
Ian Johnsondownloads
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-455-ge39a118c-source.tar.gz
1 download · 356 KiB
-
flow-v0.6.0-455-ge39a118c-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-455-ge39a118c-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-455-ge39a118c-source.zip
1 download · 434 KiB
-
flow-v0.6.0-455-ge39a118c-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-455-ge39a118c-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-12-27 20:50:52 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@38864275 fix: unicode symbol rendering in symbol palette
neurocyte/flow@6187bc51 fix: typo in render_symbol
neurocyte/flow@44b323d3 fix: symbol match rendering for unicode symbols
neurocyte/flow@17bb0e96 refactor: remove log message from symbols requestcontributors
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-440-g38864275-source.tar.gz
1 download · 356 KiB
-
flow-v0.6.0-440-g38864275-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-440-g38864275-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-440-g38864275-source.zip
1 download · 434 KiB
-
flow-v0.6.0-440-g38864275-source.zip.sha256
2 downloads · 103 B
-
flow-v0.6.0-440-g38864275-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-12-26 21:54:46 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@34a41e72 fix: clamp cursor with panel offset before completion
neurocyte/flow@fc50a4eb refactor: add mainview.is_any_panel_view_showing and get_panel_height
neurocyte/flow@6b4549f4 refactor: add View.clam_offsetcontributors
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-436-g34a41e72-source.tar.gz
1 download · 357 KiB
-
flow-v0.6.0-436-g34a41e72-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-436-g34a41e72-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-436-g34a41e72-source.zip
1 download · 435 KiB
-
flow-v0.6.0-436-g34a41e72-source.zip.sha256
2 downloads · 103 B
-
flow-v0.6.0-436-g34a41e72-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-12-26 21:20:56 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@3db934d6 feat: enable inline completion by default
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-433-g3db934d6-source.tar.gz
1 download · 357 KiB
-
flow-v0.6.0-433-g3db934d6-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-433-g3db934d6-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-433-g3db934d6-source.zip
1 download · 434 KiB
-
flow-v0.6.0-433-g3db934d6-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-433-g3db934d6-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-12-26 21:03:15 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@2416e3ec feat: enable automatic completion by default
neurocyte/flow@652354ec fix: completion decode error in completions with additionalTextEdits
neurocyte/flow@637e91e4 refactor: add detail to error.InvalidCompletionItemFieldName
neurocyte/flow@37bb88b3 fix: handle missing completion items in language server response
neurocyte/flow@a623814d fix: assume isComplete is true if not sent by language server
neurocyte/flow@5bfc2143 refactor: add a lot of detail to project manager error reportingcontributors
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-432-g2416e3ec-source.tar.gz
1 download · 357 KiB
-
flow-v0.6.0-432-g2416e3ec-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-432-g2416e3ec-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-432-g2416e3ec-source.zip
1 download · 434 KiB
-
flow-v0.6.0-432-g2416e3ec-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-432-g2416e3ec-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-12-26 15:58:20 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@c472dc39 feat: add selenized theme
neurocyte/flow@1308a141 fix: crash on cancelling the change theme palette
neurocyte/flow@3dcdb64f feat: configure editor completion triggers from LSP info
neurocyte/flow@fe2ea130 refactor: store reported lsp trigger characters to main view lsp info
neurocyte/flow@4f737e40 refactor: add lsp_info to mainview
neurocyte/flow@89dc5cce fix: do not log git cat-file errors
neurocyte/flow@90aba421 refactor: read triggerCharacters from LSP init response
neurocyte/flow@15942f19 feat: add command to enable auto completion
neurocyte/flow@f875dba8 refactor: limit maximum size of detail and description in completion dropdown
neurocyte/flow@b5d13766 refactor: run triggers only on primary cursel
neurocyte/flow@4f39bbbd refactor: add support for delete word during completion
neurocyte/flow@911fc316 refactor: add support for backspace during completion
neurocyte/flow@b2996cdd refactor: also run triggers during completion
neurocyte/flow@6fce29f8 refactor: ignore late palette_menu_cancel calls
neurocyte/flow@96676c73 refactor: prevent duplicate triggers
neurocyte/flow@ed027b5f refactor: store trigger commands as strings
neurocyte/flow@7d2e6a3b refactor: don't indirectly call cancel on completion dropdown select
neurocyte/flow@a5d7e768 refactor: remove modal background from dropdown
neurocyte/flow@35d823d0 refactor: also cancel completion dropdown if view changes
neurocyte/flow@d55b5b69 refactor: avoid crash if dropdown has no space to be displayed
neurocyte/flow@c4301c40 refactor: add dropdown_keybinds configuration option
neurocyte/flow@d59dc65e refactor: run current command queue to end before running triggers
neurocyte/flow@478f9190 refactor: also log triggers when command logging is enabled
neurocyte/flow@0c92cd8b feat: add toggle_command_logging command
neurocyte/flow@f75cc9b8 refactor: use command.command_names index and improve logging of commands
neurocyte/flow@6c60e5a0 refactor: add '.' as a default trigger symbol for completion
neurocyte/flow@1b9bb31a refactor: run triggers on delete events
neurocyte/flow@12159edf refactor: add Buffer.delete_range_char function
neurocyte/flow@24afc12f refactor: add delete triggers
neurocyte/flow@d7112799 refactor: call insert trigger commands when a single trigger char is inserted
neurocyte/flow@10e93489 refactor: add insert trigger storage to editor widgetcontributors
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-426-gc472dc39-source.tar.gz
1 download · 356 KiB
-
flow-v0.6.0-426-gc472dc39-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-426-gc472dc39-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-426-gc472dc39-source.zip
1 download · 434 KiB
-
flow-v0.6.0-426-gc472dc39-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-426-gc472dc39-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-12-18 21:40:39 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@8c9146a1 fix: replace full completion item correctly in completion_dropdown
neurocyte/flow@394eb540 feat: add toggle_completion_style command
neurocyte/flow@b92d5a2a feat: add dropdown_next_widget_style command
neurocyte/flow@3a61bb2a feat: implement inline completion mode with a dropdown overlay
neurocyte/flow@342e7d98 refactor: add dropdown overlay type
neurocyte/flow@8a7ad735 fixup: feat: add configuration options for completion trigger and style
neurocyte/flow@bf47c002 refactor: add palette placement mode primary_cursor
neurocyte/flow@c166e0d3 refactor: add Editor.get_cursor_abs and Editor.get_primary_abs
neurocyte/flow@8866e27d refactor: allow palettes to override widget style
neurocyte/flow@9a5c634e feat: add configuration options for completion trigger and style
neurocyte/flow@1f67c8e2 refactor: add dropdown widget typecontributors
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-395-g8c9146a1-source.tar.gz
1 download · 353 KiB
-
flow-v0.6.0-395-g8c9146a1-source.tar.gz.sha256
3 downloads · 106 B
-
flow-v0.6.0-395-g8c9146a1-source.tar.gz.sig
2 downloads · 438 B
-
flow-v0.6.0-395-g8c9146a1-source.zip
1 download · 430 KiB
-
flow-v0.6.0-395-g8c9146a1-source.zip.sha256
2 downloads · 103 B
-
flow-v0.6.0-395-g8c9146a1-source.zip.sig
3 downloads · 438 B
-
Source code (ZIP)
-
released this
2025-12-17 21:47:26 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@3c9cf07f fix: avoid spamming the differ on every vcs_content frame
neurocyte/flow@1190c992 feat: perform gutter diffing against git HEAD if available
neurocyte/flow@18983c00 refactor: do not log git rev-parse errors
neurocyte/flow@4d1eaa76 refactor: notify editors on vcs_content updates
neurocyte/flow@3fb4bd65 refactor: add mainview.get_editor_for_buffer
neurocyte/flow@d0874912 refactor: make Buffer.get_vcs_id and Buffer.get_vcs_content const
neurocyte/flow@6dba3609 feat: request vcs id and content when opening or restoring files
neurocyte/flow@2a3210a1 refactor: store received vcs_id and vcs_content in buffer
neurocyte/flow@c021136f refactor: add request_vcs_id and request_vcs_content to project_manager
neurocyte/flow@c651dd8c fix: statusbar bug after restarting when no files are open
neurocyte/flow@0017dabc refactor: re-work git.rev_parse and git.cat_file
neurocyte/flow@4f60e906 fix: integer overflow in scrollbar_v
neurocyte/flow@8dbc5765 fix: clamp scrollbar hitbox at end of documentcontributors
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-384-g3c9cf07f-source.tar.gz
1 download · 347 KiB
-
flow-v0.6.0-384-g3c9cf07f-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-384-g3c9cf07f-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-384-g3c9cf07f-source.zip
1 download · 422 KiB
-
flow-v0.6.0-384-g3c9cf07f-source.zip.sha256
1 download · 103 B
-
flow-v0.6.0-384-g3c9cf07f-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-12-17 13:41:10 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@8745cd05 feat: improve scrollbar behavior
neurocyte/flow@84225983 fix: fully reset cursor position and clear matches in find mode
neurocyte/flow@6de60f68 feat: add initial_find_query config option
neurocyte/flow@f09bbbb7 fix: reset cursor to start when clearing find query buffercontributors
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-371-g8745cd05-source.tar.gz
1 download · 346 KiB
-
flow-v0.6.0-371-g8745cd05-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.6.0-371-g8745cd05-source.tar.gz.sig
1 download · 438 B
-
flow-v0.6.0-371-g8745cd05-source.zip
1 download · 421 KiB
-
flow-v0.6.0-371-g8745cd05-source.zip.sha256
2 downloads · 103 B
-
flow-v0.6.0-371-g8745cd05-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-12-16 22:13:40 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@23e90b95 feat: expand variables in task arguments
neurocyte/flow@3fdee5e5 feat: expand variables in arguments to filters
neurocyte/flow@4cd96443 refactor: add expansion module
neurocyte/flow@44a48510 fix: render highlight columns only based on the absolute column
neurocyte/flow@b52b0673 fix: gg ge and G should select in helix SEL mode
neurocyte/flow@fffedb73 feat: add select_to_line_vim command
neurocyte/flow@0dcf63bd feat: make goto in flow select mode select to line
neurocyte/flow@a9ee5321 fix: don't auto_find on a single space
neurocyte/flow@c6c310b9 fix: crash in editor_gutter.print_digits
neurocyte/flow@f26e68b6 fix: show all keybinds in hints window
neurocyte/flow@36d9a702 refactor: remove all duplicate kp_ keybinds in helix mode
neurocyte/flow@721b118c refactor: remove all duplicate kp_ keybinds in flow mode
neurocyte/flow@93c2c876 feat: map kp_ movement keys as regular keys if the kp_ variants are not explicitly mapped
neurocyte/flow@6633dd1c refactor: add function to map kp_ movement keys to regular movement keys
neurocyte/flow@b697d4de fix: reduce filter command log spam
neurocyte/flow@13257888 fix: treat kp_ numerics and operators as input keys
neurocyte/flow@ea46f655 refactor: add missing key names for keypad numeric keys
neurocyte/flow@1b4b815e refactor: log missing executable name in filter not found messages
neurocyte/flow@79a184aa refactor: fix error handling in git.rev_parse
neurocyte/flow@5fd499d1 fix: avoid "error invalid JSON in LSP initialization options" messge when there are no options
neurocyte/flow@0143a714 refactor: add vcs_id and vcs_content fields to Buffer
neurocyte/flow@a561de66 refactor: simplify editor "update" event
neurocyte/flow@95e42d2c build: remove unused git import in tui module
neurocyte/flow@081ff6ec refactor: add git.rev_parse and git.cat_file functions
neurocyte/flow@8546c6ca fix: add helix keybinds for kp_multiply and kp_dividecontributors
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-367-g23e90b95-source.tar.gz
1 download · 346 KiB
-
flow-v0.6.0-367-g23e90b95-source.tar.gz.sha256
3 downloads · 106 B
-
flow-v0.6.0-367-g23e90b95-source.tar.gz.sig
3 downloads · 438 B
-
flow-v0.6.0-367-g23e90b95-source.zip
1 download · 420 KiB
-
flow-v0.6.0-367-g23e90b95-source.zip.sha256
3 downloads · 103 B
-
flow-v0.6.0-367-g23e90b95-source.zip.sig
1 download · 438 B
-
Source code (ZIP)