Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/housamz/texlips
Texlips is a simple browser Extension that allows you to save and manage text clippings for easy access and reuse.
https://github.com/housamz/texlips
Last synced: about 1 month ago
JSON representation
Texlips is a simple browser Extension that allows you to save and manage text clippings for easy access and reuse.
- Host: GitHub
- URL: https://github.com/housamz/texlips
- Owner: housamz
- Created: 2023-09-07T10:14:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T12:45:57.000Z (over 1 year ago)
- Last Synced: 2024-04-16T09:23:55.399Z (8 months ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Texlips (Text Clips) Chrome / Firefox Extension
![Extension Icon](images/icon128.png)
Texlips is a simple Chrome / Firefox Extension that allows you to save and manage text clippings for easy access and reuse. With Texlips, you can quickly save snippets of text and insert them into input fields or text areas with a single click. Say goodbye to repetitive typing and hello to productivity!
## Features
- **Save Clippings**: Easily save text clippings for later use.
- **Insert with Context Menu**: Insert saved clippings into input fields and text areas directly from the context menu.
- **Delete Clippings**: Remove clippings you no longer need.
- **No Duplicate Clippings**: Texlips ensures that you don't save duplicate clippings.## Installation
1. Download the extension files or clone this repository.
2. Open Chrome and go to `chrome://extensions/`.
3. Enable "Developer mode" in the top right corner.
4. Click on "Load unpacked" and select the extension directory.## Usage
1. Right-click on an input field or text area.
2. In the context menu, select "Texlips" to see your saved clippings.
3. Click on a clipping to insert it into the field.To save a new clipping:
1. Type your text in the "Enter clipping text" input field.
2. Click the "Save" button.To delete a clipping:
1. In the popup menu, locate the clipping you want to delete.
2. Click the "Delete" button next to the clipping.## Screenshots
![Popup Window](images/screenshot1.png)
![Context Menu](images/screenshot2.png)## Contributing
Contributions are welcome! If you have any feature suggestions or find any issues, please open an issue or submit a pull request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Extension icon made by [iconpacks](https://www.iconpacks.net/free-icon/scissors-5845.html).