Commit Graph

  • b210378380
    ci: remove .exe from windows artifact names TorchedSammy 2022-04-30 12:08:54 -0400
  • 03cb9c06f3
    ci: fix release builds; make them include lua libs and nature lib TorchedSammy 2022-04-30 12:08:39 -0400
  • c929c7602f
    ci: checkout submodules TorchedSammy 2022-04-30 12:00:41 -0400
  • e678ef66d8
    docS: update changelogs for master TorchedSammy 2022-04-30 12:00:01 -0400
  • d053b58204
    ci: indent list of files TorchedSammy 2022-04-30 10:50:06 -0400
  • eb3123405a
    ci: fix list of files for artifact build TorchedSammy 2022-04-30 10:48:32 -0400
  • f12f88ed00
    ci: include all required files in build artifacts TorchedSammy 2022-04-30 10:45:55 -0400
  • 3bad452f95
    fix: load completions by default TorchedSammy 2022-04-24 09:00:06 -0400
  • 2790982ad1
    fix: no command completions if query/line is an alias TorchedSammy 2022-04-24 00:06:19 -0400
  • 4e5f8b5c80
    docs: add docs for nature module TorchedSammy 2022-04-24 00:00:18 -0400
  • 4a4c4d8c74
    refactor: rewrite completion handler in lua TorchedSammy 2022-04-23 23:59:03 -0400
  • bcf02a6b0e
    fix: make custom hist dir match default by adding hilbish to the path TorchedSammy 2022-04-23 23:55:04 -0400
  • 984b8a4308
    feat: add hilbish.aliases.resolve to resolve an alias TorchedSammy 2022-04-23 12:28:28 -0400
  • 3db6334445
    docs: [ci] generate new docs TorchedSammy 2022-04-23 04:01:54 +0000
  • 9e596dc271
    refactor: (re)organize and change prelude path and structure TorchedSammy 2022-04-22 23:56:57 -0400
  • f003249632
    docs: update doc reference for vim mode actions TorchedSammy 2022-04-22 23:45:28 -0400
  • 1714aeac36
    feat: add fs.abs TorchedSammy 2022-04-22 23:35:26 -0400
  • bca89197ad
    fix: add io flush after doc help message TorchedSammy 2022-04-22 21:31:24 -0400
  • 27ac60b856
    fix: remove unused var TorchedSammy 2022-04-22 21:26:48 -0400
  • dbb27f7739
    docs: [ci] generate new docs TorchedSammy 2022-04-23 01:26:03 +0000
  • 03a57fce5b
    docs: add more documentation for completions TorchedSammy 2022-04-22 21:25:39 -0400
  • abfbeb5f84
    feat: allow overwrite of completion handler (closes #122) TorchedSammy 2022-04-22 21:16:35 -0400
  • 3194add3dc
    fix: restore doc related metafields on hilbish table TorchedSammy 2022-04-22 10:42:04 -0400
  • 1ba88fea88
    fix: correct custom runner mode handling with recent changes TorchedSammy 2022-04-21 23:41:49 -0400
  • 1274811739
    docs: [ci] generate new docs TorchedSammy 2022-04-22 02:22:20 +0000
  • 0af36db6ff
    fix!: change the way highlighter and hinter are set TorchedSammy 2022-04-21 22:19:27 -0400
  • 1a4008fcfb docs: [ci] generate new docs TorchedSammy 2022-04-22 02:17:00 +0000
  • 57d7527356
    fix: make hilbish.which work with aliases and commanders TorchedSammy 2022-04-21 22:16:04 -0400
  • 3d525aa7da
    fix: dont allow overrides on hilbish table TorchedSammy 2022-04-21 20:39:38 -0400
  • 37e1b12b81
    feat: add hilbish.completion.call to call a completer TorchedSammy 2022-04-21 20:39:06 -0400
  • abfd4e5196
    fix(util): SetField on a table with a metatable causing panic TorchedSammy 2022-04-21 20:33:32 -0400
  • bd35e3b871
    refactor: use foreach function to loop over lua tables TorchedSammy 2022-04-21 14:01:59 -0400
  • 86aa40af64 docs: [ci] generate new docs TorchedSammy 2022-04-21 16:19:31 +0000
  • a89d3e59d6
    docs: fix typo in hilbish.inputMode doc (closes #147) TorchedSammy 2022-04-21 12:19:11 -0400
  • 1b298fd0d7
    fix(readline): access oldComp not from readline instance TorchedSammy 2022-04-21 12:13:08 -0400
  • e6c77321ad fix: typo in docs NOTMASTER09 2022-04-21 17:51:18 +0300
  • 1e868e4165
    fix(readline): typo in virtual candidate insert TorchedSammy 2022-04-21 10:49:19 -0400
  • 4daebf2643
    fix(readline): update virtual completion fully if its prefix doesnt match input TorchedSammy 2022-04-21 10:46:18 -0400
  • f360671e2a
    fix(readline): change input text if it doesnt match supplied prefix for completions TorchedSammy 2022-04-20 18:27:29 -0400
  • c6bb8bc663
    fix: update for latest changes TorchedSammy 2022-04-20 18:18:42 -0400
  • 1458ecdcab
    fix: file completions changes TorchedSammy 2022-04-20 13:06:46 -0400
  • 6ccb9ebeff
    fix(readline): take into account character width (#145) ym555 2022-04-20 14:18:34 +0200
  • cfa16f7bdb readline: take into account character width ym555 2022-04-20 07:47:14 +0200
  • e34ab5314a
    fix: make macOS config path match Linux (#143) Will Eccles 2022-04-19 22:12:05 -0400
  • 39bca8ae40
    fix: make macOS config path match Linux Will Eccles 2022-04-19 20:54:37 -0400
  • 0ae31123b9
    fix: make expand home actually expand and not do the opposite TorchedSammy 2022-04-19 22:05:48 -0400
  • 7a17d7931f
    fix: use load from source in DoFile function instead of load chunk TorchedSammy 2022-04-19 21:25:52 -0400
  • d4084a82ba
    fix: expandHome function using hist dir instead of passed arg TorchedSammy 2022-04-19 21:23:48 -0400
  • 9d69b63a0f
    chore: update golua (closes #142) TorchedSammy 2022-04-19 14:37:57 -0400
  • b83c09a2b3
    fix(readline): check stdin error properly TorchedSammy 2022-04-19 10:30:04 -0400
  • bee8d6e9e6
    fix(readline): input going to next line if its longer than terminal width TorchedSammy 2022-04-18 22:42:27 -0400
  • 48cb62282d
    fix(readline): input getting cut off on enter TorchedSammy 2022-04-18 22:36:54 -0400
  • 1e48a3e03d
    fix(readline): home and end buttons not putting the cursor in the right place TorchedSammy 2022-04-18 16:04:56 -0400
  • 4e8aa7ed1d
    fix(readline): use invert for completion highlight instead of hardcoded colors TorchedSammy 2022-04-17 23:39:53 -0400
  • 919a52a630
    fix: handle syntax error in aliased command TorchedSammy 2022-04-17 22:58:29 -0400
  • b0c950a96a
    fix: make sure user input is saved to history without alias expansion (4th same regression woo) TorchedSammy 2022-04-17 22:57:31 -0400
  • c4438579f6
    build: remove all from install target TorchedSammy 2022-04-14 10:11:20 -0400
  • 59e81d3996
    build: improve makefile buffet 2022-04-14 13:45:50 +0000
  • 7f161e6683
    feat: added forward/backward word keybinds (#139) Renzix 2022-04-14 07:42:46 -0400
  • e7976bfde3 feat: added forwardword, backwardword and keybinds Renzix 2022-04-13 00:19:15 -0400
  • ded0be275f
    chore: bump version to v2.0.0 TorchedSammy 2022-04-13 20:50:29 -0400
  • e3fdf84f5c
    fix!: make path to script the 0th arg instead of 1st TorchedSammy 2022-04-13 20:19:28 -0400
  • 194e4e01b7
    fix: don't insert any unhandled control keys TorchedSammy 2022-04-13 19:36:18 -0400
  • e5c9b85008
    feat: add ctrl _ to undo TorchedSammy 2022-04-13 16:58:36 -0400
  • e044aeb5ed docs: [ci] generate new docs TorchedSammy 2022-04-13 14:14:06 +0000
  • 0a2046e985
    feat: add right prompt (#140) sammyette 2022-04-13 10:13:46 -0400
  • 626b036b4b
    fix!: add complete input to history, including continued input TorchedSammy 2022-04-13 10:11:38 -0400
  • 0c15996d83
    docs: update doc for prompt function right-prompt TorchedSammy 2022-04-13 09:53:30 -0400
  • fd783ee59e
    fix: add 1 space at the end of right prompt to fix character cut off TorchedSammy 2022-04-13 09:47:17 -0400
  • 706d02a146
    chore: add comment for set right prompt function TorchedSammy 2022-04-13 09:19:44 -0400
  • a2a2d5e5e7
    feat: add right prompt (closes #111) TorchedSammy 2022-04-13 08:57:35 -0400
  • ce625aca0c
    feat: add ctrl delete to forward delete word (#138) sammyette 2022-04-12 23:08:44 -0400
  • deeebf155b
    fix: make ctrl delete work on st ctrl-delete TorchedSammy 2022-04-12 22:27:25 -0400
  • d3e043ac07
    fix: make delete word function accurately TorchedSammy 2022-04-12 22:14:41 -0400
  • 1715a1f626
    feat: make ctrl d delete char below cursor if line isnt empty TorchedSammy 2022-04-12 21:02:01 -0400
  • ab4fa85c26
    feat: add ctrl delete to forward delete word (closes #124) TorchedSammy 2022-04-12 20:05:17 -0400
  • f002eca258
    fix: dont prompt for continued input on incomplete input when not interactive (closes #137) TorchedSammy 2022-04-12 19:42:57 -0400
  • 2814f44163
    fix: typo in timer create function TorchedSammy 2022-04-12 19:41:50 -0400
  • ea7517be05 docs: [ci] generate new docs TorchedSammy 2022-04-12 23:37:39 +0000
  • 508fd5f8a2
    docs: update docs for timer related functions TorchedSammy 2022-04-12 19:37:15 -0400
  • c95ff42dee
    feat: add timer pool and api (closes #135) TorchedSammy 2022-04-12 19:28:25 -0400
  • c342f4f6f5
    fix: handle when stdin is in nonblocking mode (closes #136) TorchedSammy 2022-04-08 10:46:25 -0400
  • 393fe3962f
    chore: update golua TorchedSammy 2022-04-05 22:50:14 -0400
  • 8ae22127c0
    fix: remove virt g handling at command exit TorchedSammy 2022-04-05 07:41:11 -0400
  • 8f942f6f60 docs: [ci] generate new docs TorchedSammy 2022-04-05 01:35:10 +0000
  • b712efd278
    fix(docgen): make functions that take varargs have the signature TorchedSammy 2022-04-04 21:34:46 -0400
  • ee4d97ff9a
    fix: put input in history instead of resolved input ran by hilbish TorchedSammy 2022-04-04 21:21:46 -0400
  • 9ce861b080
    refactor: set runner options in a better way and move out exec handler TorchedSammy 2022-04-04 21:20:02 -0400
  • 69d38d7048 docs: [ci] generate new docs TorchedSammy 2022-04-04 10:40:25 +0000
  • 0fc5f457ad
    refactor!: support lua 5.4 (#129) sammyette 2022-04-04 06:40:02 -0400
  • 5958370a7f
    fix: remove extra newline after error lua5.4 TorchedSammy 2022-04-03 22:30:03 -0400
  • 64bf7024d2
    docs: fix hilbish typo TorchedSammy 2022-04-03 21:43:13 -0400
  • e6563fbd8b
    fix: add newline at the beginning of file buffer when there is shebang TorchedSammy 2022-04-02 20:59:55 -0400
  • 8a34783fee
    fix: add names at chunk load for context in errors TorchedSammy 2022-04-02 19:13:12 -0400
  • 50f703d9b3
    fix: remove prelude error printing TorchedSammy 2022-04-02 17:24:36 -0400
  • e34d5dc30a chore: Created sample config dir Renzix 2022-04-02 15:21:12 -0400
  • f94d7ac81f
    chore: add comment for reason of unreading byte TorchedSammy 2022-04-02 15:53:39 -0400
  • 48ab7c13ac
    fix: read file manually in DoFile to avoid shebang TorchedSammy 2022-04-02 15:30:55 -0400
  • e91cf98634
    feat: run script when provided path TorchedSammy 2022-04-02 15:27:15 -0400
  • 69a849262d feat: Basic support for fennel Renzix 2022-04-02 14:54:42 -0400