Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Releases: SophieAu/snipster

v1.0.3

28 May 12:50
Compare
Choose a tag to compare

Fixes the install error when installing through PyPI
Due to a misconfiguration installing snipster through PyPI was impossible. This has now been fixed

v1.0.2

13 Jan 08:43
Compare
Choose a tag to compare

Fixes broken dependency reference
PyPI is case sensitive when it comes to adding dependencies and because of that, the link to Pygments was broken. I had referenced it as pygments.

v1.0.1

30 Dec 17:08
Compare
Choose a tag to compare

Fixes a typo in a dependency

v1.0

30 Dec 16:59
Compare
Choose a tag to compare

It is done.

Snipster allows you to manage all your snippets from the comfort of your command line.

For more info, check out the README

v0.1

23 Dec 22:00
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

This release only covers the most basic of basic functionality:

  • When you pass a file as an argument that file's code is printed out with syntax highlighting. But only if the file adheres to the as-of-yet-undocumented required file formatting