Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#133 Warp terminal automatic startup #134

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

dimitur2204
Copy link

@dimitur2204 dimitur2204 commented Jan 19, 2024

Fixes: #133

Added a osx_warp_start_tmux.sh, that uses the same implementation as kitty to open the warp terminal on startup.

Tested on:
MacBook Pro 16" M1 Pro 2021
Mac OS Sonoma - 14.3 (23D56)

@bruno-
Copy link
Member

bruno- commented Jan 20, 2024

that uses the same implementation as kitty and alacritty...

Please refactor so they all use the same implementation.

@bruno-
Copy link
Member

bruno- commented Jan 20, 2024

Also, please put your name and github handle at the top of the implementation file, like this:

# Maintainer: Sven Vowe @nuclearglow
# Contact maintainer for any change to this file.

@dimitur2204
Copy link
Author

Also, please put your name and github handle at the top of the implementation file, like this:

# Maintainer: Sven Vowe @nuclearglow
# Contact maintainer for any change to this file.

Check d22f694

@dimitur2204
Copy link
Author

dimitur2204 commented Jan 20, 2024

that uses the same implementation as kitty and alacritty...

Please refactor so they all use the same implementation.

Unsure what exactly you mean with this one, but I made all delays/fn names throughout the 3 files to match the ones that are in in Terminal and iTerm.
I assume the implementations for Terminal, iTerm and alacritty are different from kitty because of something specific to them so I will not go on changing anything there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warp terminal automatic startup script
2 participants