This thing rules - but I have a few questions :) #366
Replies: 1 comment 4 replies
-
Technically, yes. Although it's not super easy. Tasks are stored in the project state file at A much easier option is to add it with flow itself: flow --project ~/src/myproject --exec 'add_task:do_something;quit'Or add it and run it in flow in one step: flow --project ~/src/myproject --exec 'run_task:do_something'
No, flow doesn't have a built-in terminal (yet). You can run a shell script that starts a new terminal though.
So, no.
Coming soon (tm)! If you have any ideas on how you think this should work you are welcome to contribute them in a feature request, or add to an existing one.
Yes,
You can configure the LSP with the
Yes, I use flow for all my commit messages and it has specific support for the
Yes, there are two styles. Compiler output style: flow path/file.ext:123Or classic vim style: flow path/file.ext +123See
A discussions post is always a good place to start. 👍
Thanks! Glad it's useful to you.
You don't actually need any zig to add a new file type. The basics you can add your self by creating a new file To add syntax highlighting though you will need to do a little more, but still very little or no zig. You need to add a tree-sitter grammar to the Or just open a feature request and ask me to do it. :D |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
By sheer luck, I came across this project and have deployed
flowon basically all my servers as ananoreplacement - it is, infinitively, nicer. Still getting used to the slightly different keybindings (mainly TTY limitations and sometimes overridden keybindings from apps like Windows Terminal) but so far, I am beyond mindblown. Seriously, this is one of the cases of "Where have you been all this time?!" xDSo, I have a few questions:
npm run devor something that just lives in the terminal.~/.config/flow, is there anything else I should check into a dotfiles repository?setenv EDITOR=flowand move on ;)flow file.php -L 15?Many small things, didn't seem like I should make a ticket for each individual one - that'd feel a little spammy.
Thanks so much for this really epic editor! I never worked with Zig, but I would love to add V language server as a way to learn a little Zig on the side.
Kind regards,
Ingwie
Beta Was this translation helpful? Give feedback.
All reactions