Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

UziTech/atom-open

Repository files navigation

Atom Open

Actions Status

This is an atom package to open URLs with the atom:// protocol that match the TextMate URL scheme

atom://open?url=file://<file_path>[&line=<line>[&column=<column>]][&devMode][&safeMode][&newWindow]

Parameters

  • url: The path to the file you want to open. Can start with file:// to comply with the TextMate standard.
  • file: Synonym to url
  • line: The line to set the cursor on
  • column: The column to set the cursor on
  • devMode: If exists will open in dev mode
  • safeMode: If exists will open in safe mode
  • newWindow: If exists will open in a new window even if the file is already open in a window

Settings

  • Confirm: Confirm before opening the file
  • Open Project: Open the project folder as well as the file if the file is part of a project