Releases: out-of-cheese-error/the-way
Releases · out-of-cheese-error/the-way
v0.12.0
v0.11.1
v0.11.0
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
v0.10.1
v0.10.0
v0.9.0
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 (withsearch
orcp
)
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
v0.7.0
v0.6.1
v0.6.0
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