Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi file, multi folder support #121

Closed
wants to merge 17 commits into from
Closed

Commits on Dec 11, 2019

  1. Switch to viper for config

    Jakob Helmecke committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    675420f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Multi file support

    Jakob Helmecke committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    e220a78 View commit details
    Browse the repository at this point in the history
  2. Multiple dir support

    Jakob Helmecke committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    fbe7f1c View commit details
    Browse the repository at this point in the history
  3. Use first directory for new snippets

    Jakob Helmecke committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    d4fffc1 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Use sanitized description as filename

    Jakob Helmecke committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    9e09b0e View commit details
    Browse the repository at this point in the history
  2. Added command to copy to clipboard

    Jakob Helmecke committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    aa5a213 View commit details
    Browse the repository at this point in the history
  3. Clean up Makefile

    Jakob Helmecke committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    0d174b2 View commit details
    Browse the repository at this point in the history
  4. go vet and go fmt

    Jakob Helmecke committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    3d74324 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Fix flags

    Jakob Helmecke committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    5543424 View commit details
    Browse the repository at this point in the history
  2. Bug causes command to be emtpy with --color

    Jakob Helmecke committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    126993d View commit details
    Browse the repository at this point in the history
  3. Don't write empty output on pet new

    Jakob Helmecke committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    603b6f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Fix persistent flag

    Jakob Helmecke committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    15d8f3b View commit details
    Browse the repository at this point in the history
  2. Added completion command

    Jakob Helmecke committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    b8bba63 View commit details
    Browse the repository at this point in the history
  3. Make changes non-breaking

    Jakob Helmecke committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    6a642a4 View commit details
    Browse the repository at this point in the history
  4. if snippetdirs is not set edit snippetFile

    Jakob Helmecke committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    fcbf8da View commit details
    Browse the repository at this point in the history
  5. Make flags coherent

    Jakob Helmecke committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    591ca10 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Added readme section for multi dirs

    Jakob Helmecke committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    448d176 View commit details
    Browse the repository at this point in the history