raycast / extensions

Everything you need to extend Raycast.

Home Page:https://developers.raycast.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Terminal Finder] do not open directory

pleshkov631 opened this issue · comments

Extension

https://www.raycast.com/yedongze/terminalfinder

Description

Extension do not open desirable folder in terminal
image

Steps To Reproduce

  1. With default config make a hotkey for Clipboard -> Terminal
  2. Copy path to folder to clipboard
  3. Run command by hotkey

Current Behaviour

Extension enters command "d {/directory_path}" and terminal located not in that folder

Expected Behaviour

Extension enters command "cd {/directory_path}" and current dir become {/directory_path}

Thank you for opening this issue!

🔔 @yedongze @Bibabidu you might want to have a look.

💡 Author and Contributors commands

The author and contributors of yedongze/terminalfinder can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.