Jump to content

roganoalien

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by roganoalien

  1. @vitor Hey! Made the changes you talked about it. Repository update Changes made: Workflow environtment variables are now Workflow Configurations Deleted node_modules and all stuff that alfy added Did not implement the Universal Action 'cause it breaks the flow and should but the file filter has the scope to `/Users` Removed the usage of `Sublime\ Text` to escape strings. Replaced `with input as {query}` with `with input as argv` Removed python scripts and now uses zsh script Let me know if there's something else needed to be fixed
  2. @vitor cool! Here's the update: Same screenshots work for it. Now uses global variables and one needs to be set by the user for it to work (`terminal`). By default opens a `Dialog Conditional` to ask the user if the file/folder needs to be opened in just the code editor or in both terminal and code editor. There's also a cancel button to break the workflow. Can be changed from the global variables. Has both notification and sound feedback which can be disabled in the global variables. Now uses a python script to open the file/folder inside the app/terminal. I've changed the repo so it would not have the older name in the repo. New repo is here Fixed the narrow space of elements. There's no specification to filter any file nor folder so anyone can open every file if the code editor can handle it Let me know if there's any fix to be done
  3. Thanks for the reply @vitor !! I've done some rework and taken your advice and made a lot of fixes. I was wondering if I should make a new post or reply it over here?
  4. Workflow to open specific folder inside a Code Editor or inside iTerm2. Not aware if is on any thread. Im the author of this workflow (Rodrigo GarcĂ­a). Take a look to the repository and readme file for instructions Available shortcuts for code editors: Codium Visual Studio Code iTerm2 Sublime Text and PhpStorm also supported.
×
×
  • Create New...