Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.84 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.84 KB

cutcode

Chrome extension to copy code snippet from stack overflow by double clicking.

Screencast

Getting Started

Installing

  • Clone the repo.

    git clone https://github.com/studenton/cutcode
  • Load the extension into Google Chrome as an Unpacked Extension:

    Navigate to chrome://extensions or select Menu > More Tools > Extensions.
    Enable the developer mode at top right.
    Click "Load Unpacked Extension".
    Navigate to the cloned folder.
    

Local Development

  • Follow installation instructions and install the extension.
  • Work on the code.
  • Use Reload (Ctrl+R) to reload the extension from chrome://extensions page.
  • Test the new changes.

Contributing

We ❤️ contributions. Feel free to send us a PR.

  1. Create an issue if there is one
  2. [Fork the repo] (https://github.com/studenton/cutcode/fork)
  3. Create your feature branch (git checkout -b your-feature)
  4. Add and commit your changes (git commit -am 'message')
  5. Push the branch (git push origin your-feature)
  6. Create a new Pull Request

Feedback

Create an issue for all discussions, bugs, feature requests and pull requests.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU License - see the LICENSE file for details.

Icon provided by Open Iconic.

References