You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hilbish.notification signal when a message/notification is sent
notifyJobFinish opt to send a notification when background jobs are
hilbish.goVersion for the version of Go used to compile Hilbish.
completed.
Allow numbered arg substitutions in aliases.
Example: hilbish.alias('hello', 'echo %1 says hello') allows the user to run hello hilbish
which will output hilbish says hello.
Greenhouse
Greenhouse is a pager library and program. Basic usage is greenhouse <file>
Using this also brings enhancements to the doc command like easy
navigation of neighboring doc files.
Ctrl-N can be used for the table of contents, which views adjacent documentation.
Changed
Documentation for EVERYTHING has been improved, with more
information added, code example, parameter details, etc.
You can see the improvements!
Documentation has gotten an uplift in the doc command.
This includes:
Proper highlighting of code
Paging (via Greenhouse)
Highlighting more markdown things
Fixed
Fix panic when runner doesn't return a table
Fix edge case of crash on empty alias resolve
File completion on Windows
Job management commands work now
Fix infinite loop when navigating history without any history. #252
Return the prefix when calling hilbish.completions.call. #219
Replaced sed in-place editing with grep and mv for compatibility with BSD utils