sammyette sammyette
  • Joined on 2021-03-24
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-14 21:11:06 +00:00
c4438579f6 build: remove all from install target
59e81d3996 build: improve makefile
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-14 13:01:03 +00:00
7f161e6683 feat: added forward/backward word keybinds (#139)
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-14 04:51:03 +00:00
ded0be275f chore: bump version to v2.0.0
e3fdf84f5c fix!: make path to script the 0th arg instead of 1st
194e4e01b7 fix: don't insert any unhandled control keys
e5c9b85008 feat: add ctrl _ to undo
Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-13 20:41:03 +00:00
e044aeb5ed docs: [ci] generate new docs
0a2046e985 feat: add right prompt (#140)
626b036b4b fix!: add complete input to history, including continued input
Compare 3 commits »
sammyette synced new reference right-prompt to sammyette/Hilbish from mirror 2022-04-13 20:41:03 +00:00
sammyette synced commits to right-prompt at sammyette/Hilbish from mirror 2022-04-13 20:41:03 +00:00
sammyette synced new reference ctrl-delete to sammyette/Hilbish from mirror 2022-04-13 04:21:03 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-13 04:21:03 +00:00
ce625aca0c feat: add ctrl delete to forward delete word (#138)
1715a1f626 feat: make ctrl d delete char below cursor if line isnt empty
f002eca258 fix: dont prompt for continued input on incomplete input when not interactive (closes #137)
2814f44163 fix: typo in timer create function
ea7517be05 docs: [ci] generate new docs
Compare 7 commits »
sammyette synced commits to ctrl-delete at sammyette/Hilbish from mirror 2022-04-13 04:21:03 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-08 18:55:20 +00:00
c342f4f6f5 fix: handle when stdin is in nonblocking mode (closes #136)
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-06 09:45:19 +00:00
393fe3962f chore: update golua
8ae22127c0 fix: remove virt g handling at command exit
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-05 09:15:20 +00:00
8f942f6f60 docs: [ci] generate new docs
b712efd278 fix(docgen): make functions that take varargs have the signature
ee4d97ff9a fix: put input in history instead of resolved input ran by hilbish
9ce861b080 refactor: set runner options in a better way and move out exec handler
Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-04 16:55:17 +00:00
69d38d7048 docs: [ci] generate new docs
0fc5f457ad refactor!: support lua 5.4 (#129)
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-04 08:55:16 +00:00
64bf7024d2 docs: fix hilbish typo
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-04-04 08:55:16 +00:00
5958370a7f fix: remove extra newline after error
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-04-03 08:55:16 +00:00
e6563fbd8b fix: add newline at the beginning of file buffer when there is shebang
8a34783fee fix: add names at chunk load for context in errors
Compare 2 commits »
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-04-03 00:55:16 +00:00
50f703d9b3 fix: remove prelude error printing
f94d7ac81f chore: add comment for reason of unreading byte
48ab7c13ac fix: read file manually in DoFile to avoid shebang
e91cf98634 feat: run script when provided path
Compare 4 commits »
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-04-02 16:45:20 +00:00
b39083fe32 fix: deregister commander if return isnt number
0826839846 fix(ansikit): flush on io.write
24d0b8ead7 fix: set hilbish.exitCode to last command exit code
dd52fd2ad9 feat: make it so hilbish.run can return command output
37cfae3423 refactor: use hlalias for add function in hilbish.alias interface
Compare 5 commits »
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-03-31 07:35:20 +00:00
75b51075b8 chore: merge from master
1c05d0d5c5 feat: implement os interface
7786b4f37a feat: add module description docs
0ebd8d9035 feat: added alt backspace keybinding (#132)
52caedc1f1 feat: delete key on st and fix: delete key crash on xterm (#131)
Compare 5 commits »
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-03-30 15:15:20 +00:00
14274a9432 feat: add completion interface
d24d773e2d feat: implement history interface
021d20585d feat: implement all hilbish module functions
Compare 3 commits »