atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
12 lines (10 loc) • 485 B
Markdown
# nuclide-clipboard-path
Adds keyboard shortcuts to copy Nuclide remote aware paths to the clipboard.
ctrl-shift-X Copy Absolute path, removing any remote nuclide URI prefix.
ctrl-alt-shift-X Copy path relative to the nearest open Nuclide project.
ctrl-alt-X Copy path relative to the nearest 'repository'. Precedence is:
- TODO: Hg/Git repository root
- arc repository root
- open project
- absolute path
Displays a notification of what was (or wasn't) copied.