-
released this
2025-10-31 21:57:05 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@4d375d2d feat: add support for groups in clipboard history
neurocyte/flow@6f575789 feat: add flow mode bindings for plain move_begin (ctrl+k home)
neurocyte/flow@63745f1e refactor: use @memcpy to splat replacement string
neurocyte/flow@18bc89ed refactor: replace cursel_length with Buffer.Node.get_range
neurocyte/flow@8246f2b0 feat: [hx] r to replace with a character
neurocyte/flow@411b26d4 feat: Add functionals with parameterscontributors
CJ van den Berg
Igor Támaradownloads
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.5.0-476-g4d375d2d-source.tar.gz
1 download · 334 KiB
-
flow-v0.5.0-476-g4d375d2d-source.tar.gz.sha256
3 downloads · 106 B
-
flow-v0.5.0-476-g4d375d2d-source.tar.gz.sig
3 downloads · 438 B
-
flow-v0.5.0-476-g4d375d2d-source.zip
2 downloads · 405 KiB
-
flow-v0.5.0-476-g4d375d2d-source.zip.sha256
3 downloads · 103 B
-
flow-v0.5.0-476-g4d375d2d-source.zip.sig
4 downloads · 438 B
-
Source code (ZIP)
-
released this
2025-10-30 20:35:12 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@3249c35c Merge branch github/master
neurocyte/flow@932c79fb fix: crash in home screen
neurocyte/flow@131d9db5 feat: [hx] match clipboard behaviour on deletecontributors
CJ van den Berg
Igor Támaradownloads
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.5.0-470-g3249c35c-source.tar.gz
1 download · 332 KiB
-
flow-v0.5.0-470-g3249c35c-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.5.0-470-g3249c35c-source.tar.gz.sig
1 download · 438 B
-
flow-v0.5.0-470-g3249c35c-source.zip
1 download · 403 KiB
-
flow-v0.5.0-470-g3249c35c-source.zip.sha256
3 downloads · 103 B
-
flow-v0.5.0-470-g3249c35c-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-10-30 17:12:50 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@a0fa079a fix: remove workaround for Buffer.store_to_file_const bug on non-linux platforms
neurocyte/flow@ab4d1cdf fix: always use std.Io.Writer.writeAll to avoid write underflowcontributors
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.5.0-467-ga0fa079a-source.tar.gz
1 download · 332 KiB
-
flow-v0.5.0-467-ga0fa079a-source.tar.gz.sha256
2 downloads · 106 B
-
flow-v0.5.0-467-ga0fa079a-source.tar.gz.sig
3 downloads · 438 B
-
flow-v0.5.0-467-ga0fa079a-source.zip
1 download · 403 KiB
-
flow-v0.5.0-467-ga0fa079a-source.zip.sha256
2 downloads · 103 B
-
flow-v0.5.0-467-ga0fa079a-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-10-30 16:00:36 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@b556c1da fix: add workaround for Buffer.store_to_file_const bug on non-linux platforms
neurocyte/flow@d201a84e fix: add test of Buffer.store_to_file_and_clean
neurocyte/flow@18a71905 fix: normalize_file_path_dot_prefix on windowscontributors
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.5.0-465-gb556c1da-source.tar.gz
1 download · 332 KiB
-
flow-v0.5.0-465-gb556c1da-source.tar.gz.sha256
3 downloads · 106 B
-
flow-v0.5.0-465-gb556c1da-source.tar.gz.sig
2 downloads · 438 B
-
flow-v0.5.0-465-gb556c1da-source.zip
1 download · 403 KiB
-
flow-v0.5.0-465-gb556c1da-source.zip.sha256
1 download · 103 B
-
flow-v0.5.0-465-gb556c1da-source.zip.sig
3 downloads · 438 B
-
Source code (ZIP)
-
released this
2025-10-30 13:27:12 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@ec783d68 feat: bind insert_command_name to ctrl+k ctrl+s in flow mode
neurocyte/flow@eb11a40a feat: bind select_line to alt+shift+e in flow mode
neurocyte/flow@70a793d9 feat: add select_line command
neurocyte/flow@21d1555a feat: add repeat argument to delete_line
neurocyte/flow@fc864276 refactor: merge select_line_around_cursor into select_line_at_cursor
neurocyte/flow@4087e0a3 fix: preserve cursor column and target in delete_line
neurocyte/flow@e42f3ff3 refactor: use select_line_at_cursor to simplify cut_internal_vim
neurocyte/flow@772e2e7d refactor: use select_line_at_cursor to simplify cut command
neurocyte/flow@c27795bc feat: add multi cursor support to delete_line
neurocyte/flow@dff0b233 feat: add flow mode keybinding for delete_line
neurocyte/flow@62873353 refactor: use an enum to select select_line_at_cursor mode
neurocyte/flow@23ea7333 refactor: remove obsolete vim mode delete_line placeholder
neurocyte/flow@04c1ece3 feat: delete_line implementedcontributors
CJ van den Berg
jmcainedownloads
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.5.0-462-gec783d68-source.tar.gz
1 download · 315 KiB
-
flow-v0.5.0-462-gec783d68-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.5.0-462-gec783d68-source.tar.gz.sig
1 download · 438 B
-
flow-v0.5.0-462-gec783d68-source.zip
1 download · 384 KiB
-
flow-v0.5.0-462-gec783d68-source.zip.sha256
2 downloads · 103 B
-
flow-v0.5.0-462-gec783d68-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-10-29 20:09:31 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@e76c47e1 feat: bar status shows extend or select when on helix mode
neurocyte/flow@f5efe8e9 feat: [hx] Add F, T, t, f select and extension movements
neurocyte/flow@65665fb2 feat: [hx] in Normal mode select to char right
neurocyte/flow@151f108b feat: [hx] add group function to move cursor beyond eolcontributors
Igor Támara
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.5.0-449-ge76c47e1-source.tar.gz
1 download · 315 KiB
-
flow-v0.5.0-449-ge76c47e1-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.5.0-449-ge76c47e1-source.tar.gz.sig
1 download · 438 B
-
flow-v0.5.0-449-ge76c47e1-source.zip
1 download · 384 KiB
-
flow-v0.5.0-449-ge76c47e1-source.zip.sha256
1 download · 103 B
-
flow-v0.5.0-449-ge76c47e1-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-10-28 21:35:48 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@b70cf4ce refactor: remove extra log message
neurocyte/flow@4113fddd feat: add flow mode keybind for show_vcs_status (ctrl+shift+g)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.5.0-445-gb70cf4ce-source.tar.gz
1 download · 313 KiB
-
flow-v0.5.0-445-gb70cf4ce-source.tar.gz.sha256
2 downloads · 106 B
-
flow-v0.5.0-445-gb70cf4ce-source.tar.gz.sig
3 downloads · 438 B
-
flow-v0.5.0-445-gb70cf4ce-source.zip
1 download · 383 KiB
-
flow-v0.5.0-445-gb70cf4ce-source.zip.sha256
2 downloads · 103 B
-
flow-v0.5.0-445-gb70cf4ce-source.zip.sig
3 downloads · 438 B
-
Source code (ZIP)
-
released this
2025-10-28 21:23:45 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@61de5d89 refactor: rename open_changed_files to show_vcs_status
neurocyte/flow@7f7f12a4 feat: update vcs changed files info when click on branch status
neurocyte/flow@fdf2b6d3 feat: allow to update vcs changed files info for current project
neurocyte/flow@8d0fa9a3 feat: [hx] space g bound to open changed and new files reported by git
neurocyte/flow@b6010767 feat: Add open changed files palette to commands
neurocyte/flow@81a6fef3 feat: Project manager exposes new and modified files for the current project
neurocyte/flow@52609ab1 feat: Project makes available modified and untracked files
neurocyte/flow@9c1d1cb5 feat: untracked and modified files are identified by git
neurocyte/flow@d6e9cec0 fix: prevent Widget.msg and EventHandler.msg from being corrupted by thespian.message.send
neurocyte/flow@3e4a6047 refactor: move git status request to project_managercontributors
Igor Támara
CJ van den Bergdownloads
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.5.0-443-g61de5d89-source.tar.gz
1 download · 313 KiB
-
flow-v0.5.0-443-g61de5d89-source.tar.gz.sha256
3 downloads · 106 B
-
flow-v0.5.0-443-g61de5d89-source.tar.gz.sig
1 download · 438 B
-
flow-v0.5.0-443-g61de5d89-source.zip
1 download · 383 KiB
-
flow-v0.5.0-443-g61de5d89-source.zip.sha256
2 downloads · 103 B
-
flow-v0.5.0-443-g61de5d89-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-10-28 16:56:43 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@1e998c12 feat: [hx] zt zc zb scroll keybinds and G support
neurocyte/flow@fa75da6f feat: added keypadd presses to match normal keyscontributors
Igor Támara
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.5.0-433-g1e998c12-source.tar.gz
1 download · 310 KiB
-
flow-v0.5.0-433-g1e998c12-source.tar.gz.sha256
2 downloads · 106 B
-
flow-v0.5.0-433-g1e998c12-source.tar.gz.sig
1 download · 438 B
-
flow-v0.5.0-433-g1e998c12-source.zip
1 download · 378 KiB
-
flow-v0.5.0-433-g1e998c12-source.zip.sha256
1 download · 103 B
-
flow-v0.5.0-433-g1e998c12-source.zip.sig
1 download · 438 B
-
Source code (ZIP)
-
released this
2025-10-28 15:38:54 +00:00 | 0 commits to master since this releasecommits in this build
neurocyte/flow@02deaab3 fix: always call reload_file when re-openning an hidden non-ephemeral buffer
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.5.0-431-g02deaab3-source.tar.gz
1 download · 309 KiB
-
flow-v0.5.0-431-g02deaab3-source.tar.gz.sha256
1 download · 106 B
-
flow-v0.5.0-431-g02deaab3-source.tar.gz.sig
1 download · 438 B
-
flow-v0.5.0-431-g02deaab3-source.zip
1 download · 378 KiB
-
flow-v0.5.0-431-g02deaab3-source.zip.sha256
2 downloads · 103 B
-
flow-v0.5.0-431-g02deaab3-source.zip.sig
1 download · 438 B
-
Source code (ZIP)