An open API service indexing awesome lists of open source software.

https://github.com/swivelgames/copy-find-results

Atom package that copies 'Find In Project' results to clipboard and displays in a new tab in format inspired by Sublime Text.
https://github.com/swivelgames/copy-find-results

atom atom-package copy find-and-replace package paste sublime-package sublime-text

Last synced: 15 days ago
JSON representation

Atom package that copies 'Find In Project' results to clipboard and displays in a new tab in format inspired by Sublime Text.

Awesome Lists containing this project

README

        

# Copy Find Results

This adds the ability to copy the results of a "Find In Project" search to your
clipboard and opens the copied text in a new buffer.

You can either copy the results in `JSON` or a "Sublime Text"-like `text` format.

It can be invoked via the **Command Palette** or the **Context Menu** if you're
perusing a results buffer.

Additionally, you can setup your keymap to call either `copy-find-results:text`
or `copy-find-results:json`.