windows-clip
Native Windows clipboard Cut/Copy/Paste operations for tree-view
asiloisad 6 0 3.1.0 MIT GitHub
  • Made for Pulsar!

    This package was written specifically for Pulsar and did not exist in the Atom package repository.

windows-clip

A native-like copy/paste operations for tree-view in Windows OS. Windows Explorer copy name format is used <name> - Copy (i)<ext>. An NodeJS package called clipboardEx works in background.

context-menu

Installation

To install windows-clip search for windows-clip in the Install pane of the Pulsar settings or run ppm install windows-clip. Alternatively, you can run ppm install asiloisad/pulsar-windows-clip to install a package directly from the GitHub repository.

Commands

In .platform-win32 .tree-view there are available commands:

  • windows-clip:copy: (default Shift-C) use Windows native-like copy function
  • windows-clip:paste: (default Shift-V) use Windows native-like paste function
  • windows-clip:force: (default Shift-B) use Windows native-like paste function (and overwrite names if already exists)

Commands are available in context-menu.

Contributing

Got ideas to make this package better, found a bug, or want to help add new features? Just drop your thoughts on GitHub — any feedback’s welcome!