0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00

feat(forklift): add support for ForkLift 4 (#12490) (#12491)

This commit is contained in:
Michal Szymanski 2024-06-11 01:25:53 +02:00 committed by GitHub
parent cedbb9e228
commit 5a5d5eb85b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
# Author: Adam Strzelecki nanoant.com, modified by Bodo Tasche bitboxer.de # Author: Adam Strzelecki nanoant.com, modified by Bodo Tasche bitboxer.de
# Updated to support ForkLift 2 and ForkLift 3 by Johan Kaving # Updated to support ForkLift 2 and ForkLift 3 by Johan Kaving
# Updated to support ForkLift from Setapp by Paul Rudkin # Updated to support ForkLift from Setapp by Paul Rudkin
# Updated to support ForkLift 4 by Michal Szymanski (misiektoja)
# #
# Usage: # Usage:
# fl [<folder>] # fl [<folder>]
@ -110,6 +111,11 @@ function fl {
tell pop over of list of group of splitter group of splitter group of topWindow tell pop over of list of group of splitter group of splitter group of topWindow
set value of text field 1 to "$PWD" set value of text field 1 to "$PWD"
end tell end tell
else if forkLiftVersion starts with "4" then
tell pop over of list of group of splitter group of splitter group of topWindow
keystroke "$PWD"
delay 0.1
end tell
else else
tell sheet 1 of topWindow tell sheet 1 of topWindow
set value of text field 1 to "$PWD" set value of text field 1 to "$PWD"