This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Required parameters: | |
# @raycast.schemaVersion 1 | |
# @raycast.title Open and run in iTerm | |
# @raycast.mode silent | |
# Optional parameters: | |
# @raycast.icon 🛠️ | |
# @raycast.packageName coding |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
# Required parameters: | |
# @raycast.schemaVersion 1 | |
# @raycast.title Open repository | |
# @raycast.mode silent | |
# Optional parameters: | |
# @raycast.icon 🛠️ | |
# @raycast.packageName coding |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
format = """ | |
[░▒▓](#a3aed2)\ | |
[ ](bg:#a3aed2 fg:#090c0c)\ | |
[](bg:#769ff0 fg:#a3aed2)\ | |
$directory\ | |
[](fg:#769ff0 bg:#394260)\ | |
$git_branch\ | |
$git_status\ | |
[](fg:#394260 bg:#212736)\ | |
$time\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ghostty-config | |
window-inherit-working-directory = false | |
working-directory = Users/dfosco/Workspace | |
theme = catppuccin-mocha | |
background-opacity = 0.8 | |
background-blur-radius = 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ghostty-config | |
window-inherit-working-directory = false | |
working-directory = Users/myuser/myfolder | |
theme = catppuccin-mocha | |
font-size = 20 | |
background-opacity = 0.8 | |
background-blur-radius = 20 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
interface Props { | |
app?: string; | |
page?: string; | |
theme?: string; | |
device?: string; | |
shot?: string; | |
title?: string; | |
retake?: boolean; | |
} |

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder