-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Julien-R44/fast-ssh): scaffold Julien-R44/fast-ssh
- Loading branch information
1 parent
9e02b48
commit 7918497
Showing
3 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
packages: | ||
- name: Julien-R44/[email protected] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
packages: | ||
- type: github_release | ||
repo_owner: Julien-R44 | ||
repo_name: fast-ssh | ||
description: FastSSH is a TUI that allows you to quickly connect to your services by navigating through your SSH config | ||
version_constraint: "false" | ||
version_overrides: | ||
- version_constraint: "true" | ||
asset: fast-ssh-{{.Version}}-{{.Arch}}-{{.OS}}.{{.Format}} | ||
format: tar.gz | ||
rosetta2: true | ||
windows_arm_emulation: true | ||
replacements: | ||
amd64: x86_64 | ||
darwin: apple-darwin | ||
linux: unknown-linux-gnu | ||
windows: pc-windows-msvc | ||
overrides: | ||
- goos: windows | ||
format: zip | ||
supported_envs: | ||
- darwin | ||
- windows | ||
- amd64 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.