All Projects → amitness → Cutcode

amitness / Cutcode

Licence: gpl-3.0
A browser extension that enables double click to copy code snippet from stack overflow.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Cutcode

Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (-42.94%)
Mutual labels:  hacktoberfest, developer-tools
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-22.09%)
Mutual labels:  productivity, developer-tools
Emage
🧙‍♂️ From developers to developers: a cross-platform tool for losslessly image compression.
Stars: ✭ 99 (-39.26%)
Mutual labels:  hacktoberfest, developer-tools
Dvc
🦉Data Version Control | Git for Data & Models | ML Experiments Management
Stars: ✭ 9,004 (+5423.93%)
Mutual labels:  hacktoberfest, developer-tools
Anonydog
On the internet, nobody knows you're a dog
Stars: ✭ 138 (-15.34%)
Mutual labels:  hacktoberfest, developer-tools
Gso
🏃 Google StackOverflow in Vim. Copy-pastes the code directly in your script.
Stars: ✭ 75 (-53.99%)
Mutual labels:  stackoverflow, developer-tools
Tuist
🚀 Create, maintain, and interact with Xcode projects at scale
Stars: ✭ 2,234 (+1270.55%)
Mutual labels:  productivity, hacktoberfest
Bloop
Bloop is a build server and CLI tool to compile, test and run Scala fast from any editor or build tool.
Stars: ✭ 730 (+347.85%)
Mutual labels:  productivity, developer-tools
Duckrails
Development tool to mock API endpoints quickly and easily (docker image available)
Stars: ✭ 1,690 (+936.81%)
Mutual labels:  productivity, developer-tools
Responsively App
A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
Stars: ✭ 14,425 (+8749.69%)
Mutual labels:  hacktoberfest, developer-tools
Blog Post Workflow
Show your latest blog posts from any sources or StackOverflow activity or Youtube Videos on your GitHub profile/project readme automatically using the RSS feed
Stars: ✭ 910 (+458.28%)
Mutual labels:  hacktoberfest, stackoverflow
Time To Leave
Log work hours and get notified when it's time to leave the office and start to live.
Stars: ✭ 155 (-4.91%)
Mutual labels:  productivity, hacktoberfest
Socli
Stack overflow command line client. Search and browse stack overflow without leaving the terminal 💻
Stars: ✭ 911 (+458.9%)
Mutual labels:  hacktoberfest, stackoverflow
React Builder
⚙ A GUI tool to build your react app in the fastest way with all components and pages with routing.
Stars: ✭ 82 (-49.69%)
Mutual labels:  hacktoberfest, developer-tools
Gita
Manage many git repos with sanity 从容管理多个git库
Stars: ✭ 865 (+430.67%)
Mutual labels:  productivity, developer-tools
Okteto
Develop your applications directly in your Kubernetes Cluster
Stars: ✭ 1,937 (+1088.34%)
Mutual labels:  hacktoberfest, developer-tools
Faker
Faker is a pure Elixir library for generating fake data.
Stars: ✭ 673 (+312.88%)
Mutual labels:  hacktoberfest, developer-tools
Leasot
Parse and output TODOs and FIXMEs from comments in your files
Stars: ✭ 729 (+347.24%)
Mutual labels:  productivity, hacktoberfest
Boop
A scriptable scratchpad for developers. In slow yet steady progress.
Stars: ✭ 2,425 (+1387.73%)
Mutual labels:  hacktoberfest, developer-tools
Notion Enhancer
an enhancer/customiser for the all-in-one productivity workspace notion.so (app)
Stars: ✭ 3,114 (+1810.43%)
Mutual labels:  productivity, hacktoberfest

cutcode

Chrome and Firefox extension to copy code snippet from Stack Overflow by double clicking.

Screencast

Getting Started

Installing

Available on the Firefox Add-ons site.

  • Clone the repo.

    git clone https://github.com/amitness/cutcode
    

    Installing on Chrome

  • Load the extension into Google Chrome as an Unpacked Extension:

    • Navigate to (1a) chrome://extensions or (1b) select Menu > More Tools > Extensions.

    • Enable the (2) developer mode at top right.

    • Click (3) "Load Unpacked Extension".

    • Navigate to the cloned folder.
      For additional help, refer the official guide for Chrome.

      Installation screenshot

    Installing on Firefox

  • Load the extension into Firefox as a Temporary Add-on:

    • Open Firefox
    • Enter (1) "about:debugging" in the URL bar
    • Click (2) "Load Temporary Add-on"
    • Open the cloned directory and select any file inside the folder.
      For additional help, refer the official guide for Firefox.

    Installation screenshot

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.
  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.

License

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

Icon provided by Open Iconic.

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].