sammyette sammyette
  • Joined on 2021-03-24
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-23 17:31:03 +00:00
984b8a4308 feat: add hilbish.aliases.resolve to resolve an alias
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-23 09:21:03 +00:00
3db6334445 docs: [ci] generate new docs
9e596dc271 refactor: (re)organize and change prelude path and structure
f003249632 docs: update doc reference for vim mode actions
1714aeac36 feat: add fs.abs
bca89197ad fix: add io flush after doc help message
Compare 13 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-22 08:51:03 +00:00
4080ba90e9 fix: correct custom runner mode handling with recent changes
21d644e2f2 docs: [ci] generate new docs
4dae48e52d fix!: change the way highlighter and completer are set
1a4008fcfb docs: [ci] generate new docs
57d7527356 fix: make hilbish.which work with aliases and commanders
Compare 5 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-22 00:41:03 +00:00
3d525aa7da fix: dont allow overrides on hilbish table
37e1b12b81 feat: add hilbish.completion.call to call a completer
abfd4e5196 fix(util): SetField on a table with a metatable causing panic
bd35e3b871 refactor: use foreach function to loop over lua tables
Compare 4 commits »
sammyette synced commits to insensitive-tab at sammyette/Hilbish from mirror 2022-04-21 16:31:03 +00:00
1b298fd0d7 fix(readline): access oldComp not from readline instance
1e868e4165 fix(readline): typo in virtual candidate insert
4daebf2643 fix(readline): update virtual completion fully if its prefix doesnt match input
Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-21 16:31:03 +00:00
86aa40af64 docs: [ci] generate new docs
a89d3e59d6 docs: fix typo in hilbish.inputMode doc (closes #147)
Compare 2 commits »
sammyette synced commits to insensitive-tab at sammyette/Hilbish from mirror 2022-04-21 00:11:03 +00:00
f360671e2a fix(readline): change input text if it doesnt match supplied prefix for completions
c6bb8bc663 fix: update for latest changes
1458ecdcab fix: file completions changes
6ccb9ebeff fix(readline): take into account character width (#145)
e34ab5314a fix: make macOS config path match Linux (#143)
Compare 100 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-21 00:11:03 +00:00
1458ecdcab fix: file completions changes
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-20 16:01:03 +00:00
6ccb9ebeff fix(readline): take into account character width (#145)
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-20 07:51:05 +00:00
e34ab5314a fix: make macOS config path match Linux (#143)
0ae31123b9 fix: make expand home actually expand and not do the opposite
7a17d7931f fix: use load from source in DoFile function instead of load chunk
d4084a82ba fix: expandHome function using hist dir instead of passed arg
Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-19 23:41:03 +00:00
9d69b63a0f chore: update golua (closes #142)
b83c09a2b3 fix(readline): check stdin error properly
bee8d6e9e6 fix(readline): input going to next line if its longer than terminal width
48cb62282d fix(readline): input getting cut off on enter
Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-18 23:11:03 +00:00
1e48a3e03d fix(readline): home and end buttons not putting the cursor in the right place
sammyette synced commits to master at sammyette/Hilbish from mirror 2022-04-18 06:51:03 +00:00
4e8aa7ed1d fix(readline): use invert for completion highlight instead of hardcoded colors
919a52a630 fix: handle syntax error in aliased command
b0c950a96a fix: make sure user input is saved to history without alias expansion (4th same regression woo)
Compare 3 commits »
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 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 »