howl icon indicating copy to clipboard operation
howl copied to clipboard

The Howl Editor

Results 100 howl issues
Sort by recently updated
recently updated
newest added

It would be nice if one could pipe text into a Howl buffer like this: ```sh echo "foo" | howl echo "foo" | howl --reuse ``` This should open a...

feature request

Please make it possible to build Howl with LuaJIT with system version, not bundled version. https://docs.fedoraproject.org/en-US/packaging-guidelines/#bundling

feature request
build

I howl, when I select some text and press '(', it wraps the selection with '(' and ')'. That is great! In other editors, after doing that command (or the...

feature request

If I highlight some text and type a parenthesis character ("(", ")"), the cursor will always be positioned at the right position of the parenthesis. I believe its position should...

feature request

Hi. Just noticed buffer-search-forward is case sensitive by default. I think that makes it harder to search a buffer, given the most common case is to do a case-insensitive search...

feature request

Does howl have option to show tabs-like buffers switcher at the top of the window like Chrome browser has?

awaiting-followup

If line is too long and doesn't have spaces, the exceeding characters will be rendered one over the other. To reproduce this, just create a really big [a-z] only line.

bug

May I present to you, the ultimate nightmare lexer. Basically, we've got four very, very different syntaxes to support, but they have enough common ground that leaving them in fully...

Many window managers have a feature, where you can scroll through inactive windows. When running Howl under KDE Plasma/KWin/X11, this does not seem to work. Other GTK programs such as...

Basically, it is what it says. You can try out the repo: ```bash # Add the remote flatpak remote-add --user --no-gpg-verify howl-nightly https://storage.googleapis.com/howl-dl/repo # List the refs inside flatpak remote-ls...