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

Bumps [excon](https://github.com/excon/excon) from 0.31.0 to 0.71.0. Changelog *Sourced from [excon's changelog](https://github.com/excon/excon/blob/master/changelog.txt).* > 0.71.0 2019-12-12 > ================= > > fix for leftover data with interrupted persistent connections > > 0.70.0 2019-12-02...

dependencies

I've noticed that the build tools that display color in a normal terminal don't display color in Howl's process buffer. I believe ANSI colors are supported so I'm wondering what...

feature request

Hi This PR adds a basic support for the `%` in vi. (note: the behavior is slightly different, but I think it's already quite handy and good enough for a...

Added support for 'ctrl + [' to exit insert mode in the vi bundle. Just duplicated the 'escape' portion of the insert_map.moon and swapped in the 'ctrl + ['

It should be nice to add a "past end scrolling" feature like most code editors.

feature request

### The Problem Currently, a bundles metadata (author, license, etc) can only be parsed by loading the bundle and therefore executing it. If a bundle requires a certain dependency, such...

feature request

Add a feature to ignore/blacklist files from search using project-open. Maybe use something like .gitignore or a custom .howl-ignore (both ?) ? Having a lot of files that pollute search...

documentation

As you can close a buffer from the buffer list with `Ctrl+w`, it would be nice to also be able to save it with `Ctrl+s`. This seems to be a...

feature request

Hi folks I wish to build howl on windows.Already have gtk on my system.Can anyone pointer me to how i can do this,since the makefile only caters for non-windows. Thanks

feature request
build

#### Not issue, just info: 📦 Howl RPM package in [COPR](https://copr.fedorainfracloud.org/coprs/atim/howl/) How to install: ```shell sudo dnf copr enable atim/howl -y && sudo dnf install howl -y ``` Run: ```...

build