An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



# SNIPPETEER [![Build Status](https://travis-ci.org/imRish/snippeteer.svg?branch=master)](https://travis-ci.org/imRish/snippeteer) [![paypal](https://yourdonation.rocks/images/badge.svg)](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.