Skip to content

bayleeadamoss/zazu-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippet manager for Zazu

Configuration (default)

By default the plugin will store your snippets in your home directory under .zazu-snippets.

Configuration (specific folder name)

Changing the folder name from .zazu-snippets to snippets in your home directory.

{
  "name": "afaur/zazu-snippets",
  "variables": {
    "folder": "snippets"
  }
}

Configuration (specific containing directory)

Changing the folder name from .zazu-snippets to snippets and storing it in a specific directory.

{
  "name": "afaur/zazu-snippets",
  "variables": {
    "directory": "/Users/username/Documents",
    "folder": "snippets"
  }
}

Usage

Finding a snippet:

snip emoji

Creating a snippet from your clipboard:

snipc emoji

Delete a snippet by name:

snipd emoji

Installing

Add the package to your plugins array in ./zazurc.json.

{
  "plugins": [
    "tinytacoteam/zazu-snippets"
  ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published