0.1.0 • Published 6 years ago

snippeteer v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

SNIPPETEER Build Status

Snippets Anywhere

SNIPPETEER is a productivity tool that rescues you from retyping. It can quickly search the snippets you choose to store and paste them in all applications.

Table of Contents

Download

The latest version of SNIPPETEER for macOS, Linux and Windows is available here.

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:

# Clone this repository
git clone https://github.com/therishabhpandey/snippeteer.git

# Go into the repository
cd snippeteer

# Install dependencies
npm install

# Rebuild dependencies for Electron
npm rebuild --runtime=electron --target=1.8.4 --disturl=https://atom.io/download/atom-shell --abi=57

# 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 use the search feature to find and paste the snippet in other applications like notepad, sublime, etc.

For more examples and usage, please refer to the Wiki.

Screenshots

Support

Please open an issue for support.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.