Snipline 0.10.0 brings a new feature and several bug fixes.

The Show View

The new ShowView

Previously it was not possible to view snippet details in full without going to the edit page. Now, there’s a dedicated page. There are a few ways to get to this page, the easiest is to hover over the snippet and click the “eye” icon.

The new “eye”button

This has replaced the edit button but editing can still be done either from the command pallet or from the e shortcut. There is also a dedicated edit button within the new Show Snippet page.

With this new feature comes new shortcuts. Pressing o prepopulates the command pallet with the new command.

The two new show commands follow the same format as editing and yanking.

  • :o 1 - Open snippet at row 1
  • :oa alias - Open snippet by alias

Bug Fixes

There are three bug fixes in this release:

  • Searching a word, e.g. ruby, now brings up results with a tag of the same name.
  • Same issue for aliases.
  • Resolved an issue with text being deleted in the search bar while typing.
  • Fixed the styling of the word “Command” in the successfully copied pop-up message.

That’s all for now. Happy Coding!