Skip to content

Releases: out-of-cheese-error/the-way

v0.12.0

21 Nov 12:48
Compare
Choose a tag to compare

Changed

  • the-way themes set gives a list of available themes to select from if no theme is given as input (PR 88)
  • Better clipboard errors (PR 90)
  • Added xclip/pbcopy to requirements in README
  • Updated dependencies

Removed

the-way themes list

v0.11.1

24 Oct 11:40
Compare
Choose a tag to compare

Changed

  • Fixed keyboard shortcuts in search help and README
  • Updated dependencies

v0.11.0

22 Oct 12:56
Compare
Choose a tag to compare

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 )

v0.10.1

18 Oct 19:29
Compare
Choose a tag to compare

Added

Installation via yay (PR 81 and 82 by spikecodes)

Changed

  • Allow arrow key navigation while editing text in CLI (Issue #73)
  • Spaces in $EDITOR work now (Issue #80)
  • Updated dependencies

v0.10.0

14 Oct 18:06
Compare
Choose a tag to compare

Added

  • Added import from gist functionality (PR 79 by @xiaochuanyu).
    Run the-way import -g <gist_url>

Changed

  • Updated languages.yml for more GitHub language colors.

v0.9.0

08 Oct 21:07
Compare
Choose a tag to compare

Added

  • the-way cmd allows adding shell snippets without asking for the language.
    Also, it takes the code as an argument so can be used in a shell function to automatically add the last used command for instance.
  • shell snippets can have user-controlled variables inside using <param> and <param=value>.
    These are queried interactively from the user whenever the snippet is selected (with search or cp)

Changed

  • old snippet information is now editable in the-way edit (arrow key navigation still doesn't work, waiting on the next dialoguer release)

v0.8.0

06 Oct 10:40
Compare
Choose a tag to compare

Added

  • Filter using a regex pattern with -p or --pattern (PR #68 by @meluskyc)
  • Can install the-way with brew.

Changed

  • Updated dependencies

v0.7.0

03 Sep 15:05
Compare
Choose a tag to compare

BREAKING RELEASE - needs a database migration

  • Before upgrade
the-way export > snippets.json
the-way clear
  • After upgrade
the-way import snippets.json

Changed

  • Switched from reqwest to ureq
  • Updated dependencies

v0.6.1

23 Jul 14:33
Compare
Choose a tag to compare

Sort snippets numerically in list and search
Fixes Issue #65

v0.6.0

15 Jul 11:04
Compare
Choose a tag to compare

BREAKING RELEASE - needs a database migration

  • Before upgrade
the-way export > snippets.json
the-way clear
  • After upgrade
the-way import snippets.json

Added

the-way themes language <language.sublime-syntax> - Add support for syntax highlighting non-default languages (Issue #63)

Changed

  • Removed color_spantrace dependency
  • Bumped sled to v0.33.0