Note: This project is still in development.
Code Stash is a Chrome extension for saving and organizing code snippets from the web. With Code Stash, you can easily save code snippets from Stack Overflow, GitHub, and other websites, and organize them into folders for easy access later.
- Automatic extraction of code snippets from Stack Overflow using special HTML tags
- Ability to save code snippets manually by highlighting and right-clicking on the code
- Folders for organizing code snippets
- Automatic backup of saved code snippets to local storage
- Simple, minimalist design for ease of use
Note: This project is still in development and is not yet available on the Chrome Web Store.
To get started with Code Stash, follow these steps:
- Check if your Node.js version is >= 18.
- Clone this repository.
- Run
npm install
to install the dependencies. - Run
npm start
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
- Happy hacking.
This project is open source, and we welcome contributions from the community. If you'd like to contribute, please read our contribution guidelines and code of conduct before getting started.
This project is licensed under the MIT License - see the LICENSE file for details.