matryer / matryer/xbar-plugins
SSH Menu, command not found
Open
Nobody has claimed this yet.
shell
- Dominant language
- Shell
- Stars
- 2.6k
- Forks
- 1.1k
- Avg merge
- 9d 15h
- Merged PRs (30d)
- 1
Description
i get the following error when i run the script
export OS_VERSION_MINOR='1' SWIFTBAR='1' SWIFTBAR_PLUGINS_PATH='/Users/tealk/Documents/SwiftBar_Plugins' SWIFTBAR_BUILD='220' SWIFTBAR_VERSION='1.2.0' SWIFTBAR_PLUGIN_PATH='/Users/tealk/Documents/SwiftBar_Plugins/SshMenu.sh' OS_VERSION_PATCH='0' OS_VERSION_MAJOR='11' OS_APPEARANCE='Light';'ssh root@IPADRESS'
Last login: Thu Dec 31 14:29:49 on ttys001
tealk@Tealk-MBP ~ % export OS_VERSION_MINOR='1' SWIFTBAR='1' SWIFTBAR_PLUGINS_PATH='/Users/tealk/Documents/SwiftBar_Plugins' SWIFTBAR_BUILD='220' SWIFTBAR_VERSION='1.2.0' SWIFTBAR_PLUGIN_PATH='/Users/tealk/Documents/SwiftBar_Plugins/SshMenu.sh' OS_VERSION_PATCH='0' OS_VERSION_MAJOR='11' OS_APPEARANCE='Light';'ssh root@IPADRESS'
zsh: command not found: ssh root@IPADRESS
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect SshMenu.sh at the plugin path shown in the report and reproduce the command through SwiftBar. Check how the SSH command is assembled; done means the menu invokes ssh with its host argument instead of producing the reported zsh command-not-found error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100