You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,13 @@
9
9
10
10
> Visualize yabai window stacks on macOS. Works with yabai & hammerspoon.
11
11
12
-
**Up next**
12
+
**Current status**
13
13
14
-
- Attempt to fix https://github.com/AdamWagner/stackline/issues/67
15
-
- Attempt to fix https://github.com/AdamWagner/stackline/issues/74
14
+
Unfortunately, I've haven't been able to work on this project since Q3 2021. Initially, this was due to a scary bout of RSI-esque finger pain that entirely prevented from me from typing (really – I had to use [Talon](https://talonvoice.com/) for basic computer use); The lesson I took away is that my hobbies shouldn't invovlve continuous typing (given I'm already typing all day for work).
16
15
17
-
**Latest update**
16
+
I apologize that I won't be working on this anymore – but that doesn't mean _you_ can't fork & carry the torch ;)
If Hammerspoon is installed via Brew on Apple Silicon, `hs.ipc.cliInstall("/opt/homebrew")`[#2930](https://github.com/Hammerspoon/hammerspoon/issues/2930)
127
130
4. Confirm that `hs` is available by entering the following in your terminal (shell):
128
131
129
132
```sh
@@ -182,7 +185,7 @@ All are welcome. Feel free to dive in by opening an [issue](https://github.com/A
182
185
183
186
[@alin23](https://github.com/alin23) initially proposed the [concept for stackline here](https://github.com/koekeishiya/yabai/issues/203#issuecomment-652948362) and encouraged [@AdamWagner](https://github.com/AdamWagner) to share the mostly-broken proof-of-concept publicly. Since then, [@alin23](https://github.com/alin23) dramatically improved upon the initial proof-of-concept with [#13](https://github.com/AdamWagner/stackline/pull/13), has some pretty whiz-bang functionality on deck with [#17](https://github.com/AdamWagner/stackline/pull/17), and has been a great thought partner/reviewer.
184
187
185
-
[@zweck](https://github.com/zweck), who, [in the same thread](https://github.com/koekeishiya/yabai/issues/203#issuecomment-656780281), got the gears turning about how [@alin23](gh-alin23)'s idea could be implemented and _also_ urged Adam to share his POC.
188
+
[@zweck](https://github.com/zweck), who, [in the same thread](https://github.com/koekeishiya/yabai/issues/203#issuecomment-656780281), got the gears turning about how [@alin23](https://github.com/alin23)'s idea could be implemented and _also_ urged Adam to share his POC.
186
189
187
190
[@johnallen3d](https://github.com/johnallen3d) for being of one the first folks to install stackline, and for identifying several mistakes & gaps in the setup instructions.
188
191
@@ -194,13 +197,13 @@ Give a ⭐️ if you think (a more fully-featured version of) stackline would be
194
197
195
198
### …on the shoulders of giants
196
199
197
-
Thanks to [@koekeishiya](gh-koekeishiya) without whom the _wonderful_[yabai](https://github.com/koekeishiya/yabai) would not exist, and projects like this would have no reason to exist.
200
+
Thanks to [@koekeishiya](https://github.com/koekeishiya) without whom the _wonderful_[yabai](https://github.com/koekeishiya/yabai) would not exist, and projects like this would have no reason to exist.
198
201
199
202
Similarly, thanks to [@dominiklohmann](https://github.com/dominiklohmann), who has helped _so many people_ make chunkwm/yabai "do the thing" they want and provides great feedback on new and proposed yabai features.
200
203
201
204
Thanks to [@cmsj](https://github.com/cmsj), [@asmagill](https://github.com/asmagill), and all of the contributors to [hammerspoon](https://github.com/Hammerspoon/hammerspoon) for making macos APIs accessible to the rest of us!
202
205
203
-
Thanks to the creators & maintainers of the lua utility libaries[underscore.lua](https://github.com/mirven/underscore.lua), [lume.lua](https://github.com/rxi/lume), and [self.lua](https://github.com/M1que4s/self).
206
+
Thanks to the creators & maintainers of the lua utility libraries[underscore.lua](https://github.com/mirven/underscore.lua), [lume.lua](https://github.com/rxi/lume), and [self.lua](https://github.com/M1que4s/self).
0 commit comments