sammyette sammyette
  • Joined on 2021-03-24
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-03-30 07:05:19 +00:00
0a5a2e727e feat: add hilbish properties
8714f54915 feat: implement job management
c46807613e refactor: make loader functions for go modules unexported
a45b3fe1fa chore: fix dofile comment doc
245400e43d chore: add comments to document util functions
Compare 8 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-30 07:05:19 +00:00
0ebd8d9035 feat: added alt backspace keybinding (#132)
52caedc1f1 feat: delete key on st and fix: delete key crash on xterm (#131)
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-29 22:55:20 +00:00
34ae8ade7b chore: tidy go modules
9ff6e5879f chore: bump go version to 1.17
20fae8a870 fix: prompt refresh (closes #116)
Compare 3 commits »
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-03-29 22:55:20 +00:00
5a3b28142c feat: add input mode
183b22e565 feat: implement aliases
8cf101cee2 chore: resolve merge conflict from master
34ae8ade7b chore: tidy go modules
23b04159b0 chore: merge from master
Compare 11 commits »
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-03-29 14:45:17 +00:00
10f6db20d4 feat: implement terminal
e1d4258e07 chore: remove comment
ead72f0a5c feat: implement completions
Compare 3 commits »
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-03-29 06:45:16 +00:00
dce02e5310 chore: merge from master
c0b08a340a fix: make sure args to setenv are strings in prelude
506f90de06 chore: use custom fork of golua
7909aeb4b3 feat: add hilbish module functions used by prelude
a7722fa331 feat: implement fs
Compare 9 commits »
sammyette synced commits to lua5.4 at sammyette/Hilbish from mirror 2022-03-28 22:45:16 +00:00
26add67287 feat: implement bait
2086a1ec78 fix: handle panic in lua input if it is incorrect
d34aa09e8e fix: handle errors in user config
9fc2247c20 fix: call cont next in prompt function
Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-28 06:35:17 +00:00
eff942433d fix!: remove complete global (was supposed to be gone in 1.0)
sammyette synced new reference lua5.4 to sammyette/Hilbish from mirror 2022-03-28 06:35:17 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-27 06:05:17 +00:00
61c9e12a4a feat: control k to delete the rest of the line (#128)
0aba60b5de docs: [ci] generate new docs
62a6cc56b9 docs: document hilbish.highlighter
e5d841a0a7 docs: [ci] generate new docs
3e50e608c1 chore: merge from remote
Compare 7 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-26 21:55:17 +00:00
2fb481c4cb docs: [ci] generate new docs
6ea25a22b3 feat: add inline hint text and change what were hints previously to info (closes #126)
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-24 04:35:17 +00:00
577f00dfef fix(readline): make forward delete work properly
722bd1cd80 fix(readline): insert text in replace mode if cursor is at end of text
1ba314d961 chore: prepare for v1.2.0 release
Compare 3 commits »
sammyette synced new reference v1.2.0 to sammyette/Hilbish from mirror 2022-03-23 04:25:16 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-23 04:25:16 +00:00
84dce8c537 docs: change short description back to block quote
3345c51064 docs: add newline after short description
a7e450904c docs: add more info to readme
23efc8e54d docs: update image for readme gallery
1d4c8a7645 feat: make history clear function work again
Compare 12 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-22 04:15:17 +00:00
1e884e7c89 fix: handle job being nil (first sh exec case)
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-21 11:59:37 +00:00
f27d60f827 fix: move cursor to end of line on history search (closes #121)
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-21 03:45:17 +00:00
754a63c74b chore: merge
2fe888e186 feat: add hilbish.jobs interface and add stop function to job in hooks (closes #109)
0d4143582f docs: [ci] generate new docs
654ca4b527 docs: fix hilbish.alias doc
Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-20 19:45:16 +00:00
802f444ba6 docs: [ci] generate new docs
86a15e6363 feat: add configurable runner mode (closes #110)
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-20 03:45:16 +00:00
96c1487bfa fix: make sure complete input is added to history
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-03-19 19:35:17 +00:00
1e899bf18e chore: set name of history in menu to History instead of file
f03f8c0da1 docs: add exitCode to job docs
1378a74e87 feat: add job hooks (part of #109)
63bc398f1c fix: use unexported alias handler init function
579a0cd0ce refactor: rename hilbishAliases to aliasHandler for clarity
Compare 6 commits »