Commit Graph

  • 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
  • b39083fe32
    fix: deregister commander if return isnt number TorchedSammy 2022-04-02 12:33:08 -0400
  • 0826839846
    fix(ansikit): flush on io.write TorchedSammy 2022-04-02 12:14:29 -0400
  • 24d0b8ead7
    fix: set hilbish.exitCode to last command exit code TorchedSammy 2022-04-02 12:13:56 -0400
  • dd52fd2ad9
    feat: make it so hilbish.run can return command output TorchedSammy 2022-04-02 12:11:17 -0400
  • 37cfae3423
    refactor: use hlalias for add function in hilbish.alias interface TorchedSammy 2022-04-02 10:49:13 -0400
  • 75b51075b8
    chore: merge from master TorchedSammy 2022-03-30 20:29:21 -0400
  • 1c05d0d5c5
    feat: implement os interface TorchedSammy 2022-03-30 20:14:26 -0400
  • 7786b4f37a
    feat: add module description docs TorchedSammy 2022-03-30 20:11:15 -0400
  • 14274a9432
    feat: add completion interface TorchedSammy 2022-03-30 08:46:21 -0400
  • d24d773e2d
    feat: implement history interface TorchedSammy 2022-03-30 08:36:05 -0400
  • 021d20585d
    feat: implement all hilbish module functions TorchedSammy 2022-03-30 08:21:36 -0400
  • 0a5a2e727e
    feat: add hilbish properties TorchedSammy 2022-03-29 23:37:53 -0400
  • 0ebd8d9035
    feat: added alt backspace keybinding (#132) Renzix 2022-03-29 22:15:23 -0400
  • dc44ffe731 feat: added alt backspace keybinding Renzix 2022-03-29 21:47:25 -0400
  • 8714f54915
    feat: implement job management TorchedSammy 2022-03-29 21:43:36 -0400
  • c46807613e
    refactor: make loader functions for go modules unexported TorchedSammy 2022-03-29 21:05:46 -0400
  • a45b3fe1fa
    chore: fix dofile comment doc TorchedSammy 2022-03-29 21:04:50 -0400
  • 245400e43d
    chore: add comments to document util functions TorchedSammy 2022-03-29 21:02:15 -0400
  • 6848b59cbf
    feat: implement syntax highlight and hints TorchedSammy 2022-03-29 20:57:29 -0400
  • ad183a7208
    style: use comma separated cases instead of fallthrough TorchedSammy 2022-03-29 20:57:05 -0400
  • 52caedc1f1
    feat: delete key on st and fix: delete key crash on xterm (#131) Renzix 2022-03-29 20:35:51 -0400
  • fa954e7d97 fix: delete key crash on xterm Renzix 2022-03-29 20:31:03 -0400
  • 23d44ef11c fix: delete key on st Renzix 2022-03-29 20:30:13 -0400
  • 3bea73460a
    feat: implement runner mode TorchedSammy 2022-03-29 20:16:03 -0400
  • 5a3b28142c
    feat: add input mode TorchedSammy 2022-03-29 18:51:14 -0400
  • 183b22e565
    feat: implement aliases TorchedSammy 2022-03-29 18:03:57 -0400
  • 8cf101cee2
    chore: resolve merge conflict from master TorchedSammy 2022-03-29 17:42:40 -0400
  • 34ae8ade7b
    chore: tidy go modules TorchedSammy 2022-03-29 15:28:39 -0400
  • 23b04159b0
    chore: merge from master TorchedSammy 2022-03-29 14:53:58 -0400
  • 294569d6e8
    chore: update golua TorchedSammy 2022-03-29 14:53:43 -0400
  • 9ff6e5879f
    chore: bump go version to 1.17 TorchedSammy 2022-03-29 13:31:16 -0400
  • e775e5646f
    chore: merge from master TorchedSammy 2022-03-29 13:10:27 -0400
  • 1bd7b11ebc
    chore: update lunacolors TorchedSammy 2022-03-29 13:10:09 -0400
  • 20fae8a870
    fix: prompt refresh (closes #116) TorchedSammy 2022-03-29 13:07:27 -0400
  • 7373718416
    feat: implement hilbish.interval TorchedSammy 2022-03-29 13:05:43 -0400
  • 10f6db20d4
    feat: implement terminal TorchedSammy 2022-03-29 08:52:26 -0400
  • e1d4258e07
    chore: remove comment TorchedSammy 2022-03-29 07:06:10 -0400
  • ead72f0a5c
    feat: implement completions TorchedSammy 2022-03-29 07:03:58 -0400
  • dce02e5310
    chore: merge from master sammyette 2022-03-28 21:38:11 -0400
  • c0b08a340a
    fix: make sure args to setenv are strings in prelude TorchedSammy 2022-03-28 21:06:45 -0400
  • 506f90de06
    chore: use custom fork of golua TorchedSammy 2022-03-28 21:02:57 -0400
  • 7909aeb4b3
    feat: add hilbish module functions used by prelude TorchedSammy 2022-03-28 21:02:33 -0400
  • a7722fa331
    feat: implement fs TorchedSammy 2022-03-28 19:36:06 -0400
  • b887ad4fa9
    feat: implement commander TorchedSammy 2022-03-28 19:12:58 -0400
  • e466085d24
    refactor: move arg handle function to util TorchedSammy 2022-03-28 19:12:13 -0400
  • d2d423a4ef
    refactor: use util funcs to run lua where possible TorchedSammy 2022-03-28 18:58:56 -0400
  • 26add67287
    feat: implement bait TorchedSammy 2022-03-28 17:48:12 -0400
  • 2086a1ec78
    fix: handle panic in lua input if it is incorrect TorchedSammy 2022-03-28 17:43:21 -0400
  • d34aa09e8e
    fix: handle errors in user config TorchedSammy 2022-03-28 17:40:36 -0400
  • 9fc2247c20
    fix: call cont next in prompt function TorchedSammy 2022-03-28 16:30:04 -0400
  • 016a3a2ec7
    refactor: start work on lua 5.4 TorchedSammy 2022-03-27 22:14:53 -0400
  • eff942433d
    fix!: remove complete global (was supposed to be gone in 1.0) TorchedSammy 2022-03-27 21:10:13 -0400
  • 61c9e12a4a
    feat: control k to delete the rest of the line (#128) Renzix 2022-03-26 23:43:30 -0400
  • bb5d5c35a8 feat: control k to delete the rest of the line Renzix 2022-03-26 20:47:15 -0400
  • 0aba60b5de docs: [ci] generate new docs TorchedSammy 2022-03-26 22:28:27 +0000
  • 62a6cc56b9
    docs: document hilbish.highlighter TorchedSammy 2022-03-26 18:28:01 -0400
  • e5d841a0a7 docs: [ci] generate new docs TorchedSammy 2022-03-26 22:26:10 +0000
  • 3e50e608c1
    chore: merge from remote TorchedSammy 2022-03-26 18:25:35 -0400
  • 76f100ca77
    feat: expose syntax highlighting (closes #125) TorchedSammy 2022-03-26 18:25:19 -0400
  • 0cad0e7e66
    fix: only try to run hinter function if it isnt nil TorchedSammy 2022-03-26 18:24:49 -0400
  • 2fb481c4cb docs: [ci] generate new docs TorchedSammy 2022-03-26 21:34:42 +0000
  • 6ea25a22b3
    feat: add inline hint text and change what were hints previously to info (closes #126) TorchedSammy 2022-03-26 17:34:09 -0400
  • 577f00dfef
    fix(readline): make forward delete work properly TorchedSammy 2022-03-23 21:11:24 -0400
  • 722bd1cd80
    fix(readline): insert text in replace mode if cursor is at end of text TorchedSammy 2022-03-23 21:10:04 -0400
  • 1ba314d961
    chore: prepare for v1.2.0 release v1.2.0 TorchedSammy 2022-03-22 22:11:46 -0400
  • 84dce8c537
    docs: change short description back to block quote sammyette 2022-03-22 22:04:33 -0400
  • 3345c51064
    docs: add newline after short description TorchedSammy 2022-03-22 22:01:22 -0400
  • a7e450904c
    docs: add more info to readme TorchedSammy 2022-03-22 21:59:34 -0400
  • 23efc8e54d
    docs: update image for readme gallery TorchedSammy 2022-03-22 21:19:36 -0400
  • 1d4c8a7645
    feat: make history clear function work again TorchedSammy 2022-03-22 19:01:29 -0400
  • 7272e035d9
    ci: remove fetch-depth 0 setting for checkout TorchedSammy 2022-03-22 18:41:26 -0400
  • 8a215ad742
    docs: rename vimMode to vim-mode TorchedSammy 2022-03-22 18:39:22 -0400
  • 6e69ee20f6
    chore: merge TorchedSammy 2022-03-22 18:38:26 -0400
  • bc15da2f1a
    docs: add more docs for runner mode interface TorchedSammy 2022-03-22 18:38:13 -0400
  • dd9e827735 docs: [ci] generate new docs TorchedSammy 2022-03-22 22:33:52 +0000
  • 3636efe7f8
    docs: add doc for mode param of runnerMode function TorchedSammy 2022-03-22 18:33:11 -0400
  • 053914ec45
    docs: fix dates for changelog versions TorchedSammy 2022-03-22 17:19:23 -0400
  • 1e884e7c89
    fix: handle job being nil (first sh exec case) TorchedSammy 2022-03-21 21:25:43 -0400
  • f27d60f827
    fix: move cursor to end of line on history search (closes #121) TorchedSammy 2022-03-21 06:47:14 -0400
  • 754a63c74b
    chore: merge TorchedSammy 2022-03-20 19:10:41 -0400