Christoffer Winterkvist
Christoffer Winterkvist
@bjrmatos going on holiday tomorrow but I'll add it to the todo list. Been working on getting Light Mode working this evening :) I might look into this on the...
Hey @bjrmatos, just wanted to post a minor update here. I've managed to implement proper window frame restoration between launches and re-opening of the main window, it will make its...
Spoke too soon, needs a little more work and some more testing for it to be just right.
Hey @bjrmatos, 3.24.0 is out. Now Keyboard Cowboy should be a good buddy and remember both window size and position. https://github.com/zenangst/KeyboardCowboy/releases/tag/3.24.0
Very nice improvement, this has actually been on my list of todos for a while now. The foundation is built for supporting other paths than just the home directory, so...
A small update here, I've started to improve how we handle permissions in the app. This lead to implementing a preferences screen. When I'm done with that work, we could...
@Fischmuetze just a small follow-up on this, I merged the code for the new settings screen here - https://github.com/zenangst/KeyboardCowboy/pull/390 Now when this building block is in place, we can start...
Hey @uwe-schwarz, there is already support for some "magic" variables that depend on your context but it would be awesome to pick up on variable assignment coming from the output...
Sadly no, I have yet to add them to the wiki. But here they are: ``` "CURRENT_WORKING_DIRECTORY" "DIRECTORY" "FILE" "FILEPATH" "FILENAME" "EXTENSION" "SELECTED_TEXT" "PASTEBOARD" ```
Not that some of them only work for document application windows. (I mainly use it for resolving from Xcode)