https://github.com/rishpandey/snippeteer
A text snippet manager you always needed. Download it here
https://github.com/rishpandey/snippeteer
electron js macos productivity snippets text-search usability windows
Last synced: 9 months ago
JSON representation
A text snippet manager you always needed. Download it here
- Host: GitHub
- URL: https://github.com/rishpandey/snippeteer
- Owner: rishpandey
- License: mit
- Created: 2018-03-26T11:43:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T11:48:50.000Z (almost 8 years ago)
- Last Synced: 2025-09-08T09:24:53.281Z (10 months ago)
- Topics: electron, js, macos, productivity, snippets, text-search, usability, windows
- Language: HTML
- Homepage: https://rishpandey.github.io/snippeteer/
- Size: 4.63 MB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SNIPPETEER [](https://travis-ci.org/imRish/snippeteer) [](https://www.paypal.me/imrish)
_**Snippets Anywhere**_
**SNIPPETEER** is a productivity tool that rescues you from retyping. Just store the snippet using keyboard shortcut to search and paste them everywhere.
## Table of Contents
- [Download](#download)
- [Installation](#installation)
- [Usage](#usage)
- [Screenshots](#screenshots)
- [Support](#support)
- [Contributing](#contributing)
## Download
The latest version of **SNIPPETEER** for macOS, Linux and Windows is available [here](https://github.com/imrish/snippeteer/releases).
**macOS 10.9+, Windows 7+ & Linux are supported.**
## Installation
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/therishabhpandey/snippeteer.git
# Go into the repository
cd snippeteer
# Install dependencies
npm install
# Run app
npm start
# Build dist
npm run dist
```
## Usage
Download or build a release of SNIPPETEER.
Set up these shortcuts, which will be globally registered.
- Add a snippet
- Search for snippet
These **shortcuts should be accesible from everywhere** in your system, so make sure to not use shortcuts that may conflict with your focussed applications. After adding the snippets, you can search snippets using search shortcut to find and paste the snippet in other applications like notepad, sublime, etc.
Use **shift** in Search window to toggle between suggested snippets.
_For more examples and usage, please refer to the [Wiki](https://github.com/imRish/snippeteer/wiki)._
## Screenshots
## Support
Please [open an issue](https://github.com//imrish/snippeteer/issues/new) for support.
## Contributing
Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/imrish/snippeteer/compare/).
## Donate
If you love this project and it saves your time, leave a star.
You can also [DONATE](https://www.paypal.me/imrish) to support this project and its developers.