sammyette synced commits to master at sammyette/Hilbish from mirror
- 226605a996 feat: allow runners to specify if they want more input (#162)
sammyette synced commits to runner-prompt at sammyette/Hilbish from mirror
- 0c3028bb03 refactor: move out reprompting and runner handling to functions
- ade570d598 refactor: reorder returns of handleSh function
- Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 1b4b41846f chore: merge from remote branch
- 3196f0dcb9 fix: don't refetch tab completion on refresh if its already open (closes #163)
- 3f745e7e4d docs: update contributing info to include writing changes to changelog
- f9a2a981b4 fix: revert "fix: multiline cursor redraw"
- 1339dc4a2f fix: multiline cursor redraw
- Compare 10 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 43d8107b82 fix: don't refetch tab completion on refresh if its already open (closes #163)
sammyette synced commits to runner-prompt at sammyette/Hilbish from mirror
- 02fb7c3238 docs: update changelog
sammyette synced commits to master at sammyette/Hilbish from mirror
- 3f745e7e4d docs: update contributing info to include writing changes to changelog
sammyette synced commits to master at sammyette/Hilbish from mirror
- f9a2a981b4 fix: revert "fix: multiline cursor redraw"
sammyette synced commits to runner-prompt at sammyette/Hilbish from mirror
sammyette synced new reference runner-prompt to sammyette/Hilbish from mirror
sammyette synced commits to userdata at sammyette/Hilbish from mirror
- 55926368a3 fix: pass userdata to job.done hook
- 10337af11e docs: update changelog and docs referencing how objects are userdata
- e656b8f210 refactor!: use userdata for timer objects
- a004f315be chore: merge from master
- e3c25586e4 fix: broken ansi escape codes on windows cmd
- Compare 5 commits »
sammyette synced commits to runners at sammyette/Hilbish from mirror
- eca808a852 docs: add entry to changelog
- d3d15bc85a refactor: set functions in hilbish.runner directly
- b1153ca4b1 docs: update text docs on runner
- 1c4f4b52f3 docs: add emmylua doc for functions
- 180b77f166 fix: replicate default runners for runnerHandler.exec to work
- Compare 9 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 1339dc4a2f fix: multiline cursor redraw
- b4a5746093 ci: use make to build for artifacts
- 2faaf4e045 fix: print err don't panic and in the case of regex compile failing on menu find
- 3990d370fa feat: extend hilbish.runner interface to allow multiple runners (#159)
- b28a2c24c1 refactor!: use userdata where appropriate (#157)
- Compare 5 commits »
sammyette synced new reference runners to sammyette/Hilbish from mirror
sammyette synced commits to master at sammyette/Hilbish from mirror
- e3c25586e4 fix: broken ansi escape codes on windows cmd
sammyette synced new reference userdata to sammyette/Hilbish from mirror
sammyette synced commits to fg-job at sammyette/Hilbish from mirror
- 7ac43aa2da feat: add job.background and bg command
- 43dc00c120 refactor: implement fg in lua
- 4c8cb686a0 feat: add job.background function
- 2940b82a91 chore: update deps
- e6b1e260d8 feat: attempt to implement fg builtin
- Compare 5 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 9d385efbfc docs: add new methods for job objects
- d99c24842f docs: update changelog
- 61271dc70c fix: load bg command on init
- 8697344f98 feat: implement job foregrounding/backgrounding (#155)
- Compare 4 commits »
sammyette synced commits to fg-job at sammyette/Hilbish from mirror
- 021906ae86 feat: attempt to implement fg builtin