sammyette sammyette
  • Joined on 2021-03-24
sammyette synced commits to builtins at sammyette/Hilbish from mirror 2022-10-13 04:08:54 +00:00
f3964ce389 docs: add builtins to changelog
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-10-12 03:38:54 +00:00
cc6e5d01dd docs: [ci] generate new docs
068a5b5149 feat(bait): add error hook and hooks function (closes #205)
Compare 2 commits »
sammyette synced commits to builtins at sammyette/Hilbish from mirror 2022-10-11 03:08:54 +00:00
e367eeb19d chore: merge from master branch
b4ca5bfda3 fix(readline): put cursor at end of text when exiting editor
308e257872 fix(readline): take into account newlines when calculating amount of lines taken up by input
7db2a2c826 fix: check if there is cmd input before attempting to add to history (closes #206)
22f6ea8a3e docs: remove getting started from readme toc
Compare 6 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-10-11 03:08:54 +00:00
117a4580b4 chore: merge from upstream master
0db7f96fd7 build: disable cgo in builds
300248de54 docs: [ci] generate new docs
3ee2b03330 feat: make prompt optional in hilbish.read
3bec2c91a8 fix: create an empty line reader instance for hilbish.read (closes #190)
Compare 10 commits »
sammyette synced new reference builtins to sammyette/Hilbish from mirror 2022-09-18 16:38:54 +00:00
sammyette synced commits to builtins at sammyette/Hilbish from mirror 2022-09-18 16:38:54 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-09-18 08:28:54 +00:00
e5c8e5eaff fix!: pass non expanded input to builtin runners
8647dc57a1 fix: set cmdString after prompting for continue input
8f41005da7 chore: update changelog
Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-09-18 00:18:54 +00:00
7108523a4c fix: remove logging of autostart modules
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-09-17 16:08:54 +00:00
ee34ccdbc3 fix: check if key in _G is string before trying to getenv
sammyette synced commits to native-modules at sammyette/Hilbish from mirror 2022-09-03 09:45:52 +00:00
1e2c88f4a4 chore: merge from master
959030f70d refactor: automatically load all nature commands
59cec0ffa5 fix: call hinter for hint text handler
1eed4cc7ee fix: add back empty string in command line split
c13889592f fix: pass alias expanded string to sh runner (fixes #201)
Compare 37 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-09-03 09:45:52 +00:00
959030f70d refactor: automatically load all nature commands
59cec0ffa5 fix: call hinter for hint text handler
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-08-31 08:15:53 +00:00
1eed4cc7ee fix: add back empty string in command line split
c13889592f fix: pass alias expanded string to sh runner (fixes #201)
2e192be2e1 refactor: setup autocd opt in a better way
c96605e79c feat: allow hilbish.runner.sh to be overridden
a1ce2ecba6 fix(readline): correct function to count len of prompt to accomodate east asian characters
Compare 6 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-08-18 01:45:52 +00:00
20870b9004 fix: only print motd when interactive
3dcd99563a docs: [ci] generate new docs
2337f9ab60 refactor: use custom event emitter (#193)
Compare 3 commits »
sammyette synced commits to new-emitter at sammyette/Hilbish from mirror 2022-08-17 01:15:52 +00:00
c55bf4a736 docs(golibs/bait): add docs for lua release function
f2b68fe926 docs: set changelog
54f1a8cfad docs(golibs/bait): add doc strings for functions
Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-08-16 17:05:52 +00:00
6ce4fb3973 fix: add dot to sample config path on windows
sammyette synced commits to new-emitter at sammyette/Hilbish from mirror 2022-08-03 02:26:52 +00:00
e364897b88 refactor: use bait event emitter on commander
c76337e5a4 perf: remove listener directly from once emit instead of using off function
a6f53b3c43 feat(bait): add release function to remove event listener
d6a86b0829 perf: reslice listener slice instead of trying to do ordered move with append
e4110fa4bc feat: add once listeners, ability to remove listeners and remove listener on error
Compare 7 commits »
sammyette synced commits to new-emitter at sammyette/Hilbish from mirror 2022-08-02 01:56:52 +00:00
sammyette synced new reference new-emitter to sammyette/Hilbish from mirror 2022-08-02 01:56:52 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-07-27 07:06:52 +00:00
387d7d2243 fix: percentages in completion entries causing a problem in the completion menus
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-07-26 14:46:52 +00:00
7de835fab4 chore: update lunacolors (adds blackBg format arg)