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.
- Host: GitHub
- URL: https://github.com/swivelgames/copy-find-results
- Owner: Swivelgames
- License: mit
- Created: 2017-07-26T20:30:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-10T20:08:18.000Z (over 6 years ago)
- Last Synced: 2025-04-08T16:53:37.532Z (about 1 month ago)
- Topics: atom, atom-package, copy, find-and-replace, package, paste, sublime-package, sublime-text
- Language: JavaScript
- Homepage: https://atom.io/packages/copy-find-results
- Size: 5.86 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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`.