hyperlayout icon indicating copy to clipboard operation
hyperlayout copied to clipboard

📐 Layout presets for Hyper.app

Results 17 hyperlayout issues
Sort by recently updated
recently updated
newest added

I followed the install instructions and created the following `package.json` in my test directory: ``` { "hyperlayout": { "default": [ [ "echo 'Hello'", "echo 'World'" ] ] } } ```...

This PR aims to fix the following: - error loading hyper.js config on windows 10 - error loading long hyperlayouts on windows 10 (newlines breaking json) There have been other...

This packages works flawlessly at home, but at work on my Windows 10 computer, it seems to fail, showing this message: `You need to use Hyper.app to run this command`....

bug
help wanted

If the only available `.hyperlayout` file contains invalid JSON, the "Can't find any hyperlayout preset (.hyperlayout, package.json, ~./hyperlayout)" error is shown - we should check for valid JSON first and...

I got few layouts with multiple horizontal and vertical panes, but when I have to switch between layouts, it does not reload hyper and creates panes in active pane

**Hyper version:** 1.0.0 **OS:** Linux (elementary OS Loki) I have the following in my `./.hyperlayout` (a bit verbose, but I intend to add more to it in the future): ```json...

bug
help wanted

- **OS version and name**: Windows 10 1803 Build 17134.706 - **Hyper.app version**: 3.0.0 (also noticed on 2.x.x) - **Link of a [Gist](https://gist.github.com/) with the contents of your .hyper.js**: https://gist.github.com/pcnate/fcc7b45394d0c8d74f4b4f98ce329fa5...

I'm getting errors in my console when I try out an example. ![2018-02-01 13_51_16-developer tools - file____c__users_donaldv_appdata_local_hyper_app-1 4 8_resourc](https://user-images.githubusercontent.com/2185680/35679654-32f0f30e-0758-11e8-9c77-e4bb4086f166.png) The black rectangle is Hyper, but it doesn't like to be...

Applying fix from @peternycander for issue #33 as per https://github.com/timolins/hyperlayout/issues/33#issuecomment-387126310 I have tested with latest hyper 2.1.1 on Windows 10. @timolins the plugin is not usable without this fix on...

It would be awesome to be able to configure the width and height of panes. Maybe using percentages? I don't know if this is possible, I can change the width...