Skip to content

v0.11.0

Compare
Choose a tag to compare
@Ninjani Ninjani released this 22 Oct 12:56

Needs an export-import to fix shell snippet extensions!

the-way export snippets.json
the-way clear
the-way import snippets.json

Added

  • Keyboard shortcuts in search mode for deleting and editing snippets interactively. (PR 85)
  • Demo for the-way cmd

Changed

  • Single line code can be edited without external editor. (PR 83)
  • Nicer errors: Backtrace information / warning no longer displayed. (f1fbb68)
  • Print statements use chosen theme color (da2cf91)

Fixed

  • Shell snippets saved with .sh extension instead of sh (3d8d0c3, Issue #86 ). This needs an export + import.
  • Better output when the-way sync is called with no snippets stored (7e0991d, Issue #86 )