Commit Graph

  • 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
  • 2fe888e186
    feat: add hilbish.jobs interface and add stop function to job in hooks (closes #109) TorchedSammy 2022-03-20 19:10:12 -0400
  • 0d4143582f docs: [ci] generate new docs TorchedSammy 2022-03-20 21:54:55 +0000
  • 654ca4b527
    docs: fix hilbish.alias doc TorchedSammy 2022-03-20 17:54:02 -0400
  • 802f444ba6 docs: [ci] generate new docs TorchedSammy 2022-03-20 19:16:13 +0000
  • 86a15e6363
    feat: add configurable runner mode (closes #110) TorchedSammy 2022-03-20 15:15:44 -0400
  • 96c1487bfa
    fix: make sure complete input is added to history TorchedSammy 2022-03-19 18:48:03 -0400
  • 1e899bf18e
    chore: set name of history in menu to History instead of file TorchedSammy 2022-03-19 13:24:12 -0400
  • f03f8c0da1
    docs: add exitCode to job docs TorchedSammy 2022-03-19 13:14:12 -0400
  • 1378a74e87
    feat: add job hooks (part of #109) TorchedSammy 2022-03-19 13:10:50 -0400
  • 63bc398f1c
    fix: use unexported alias handler init function TorchedSammy 2022-03-19 12:44:26 -0400
  • 579a0cd0ce
    refactor: rename hilbishAliases to aliasHandler for clarity TorchedSammy 2022-03-19 12:43:48 -0400
  • f433ab8a6f
    docs(guide): mention that users can copy the default dir from dataDir TorchedSammy 2022-03-19 09:50:51 -0400
  • eb0a81f7a2
    chore: prepare for v1.1.0 release v1.1.0 TorchedSammy 2022-03-17 20:56:19 -0400
  • 24b88a0483
    docs: add docs for vim mode TorchedSammy 2022-03-17 20:25:38 -0400
  • f73c6d4aa8
    fix: completions of executables and running absolute paths on windows TorchedSammy 2022-03-17 20:22:30 -0400
  • 925ded6cea
    fix(readline): remove duplicate code TorchedSammy 2022-03-17 19:57:57 -0400
  • 92d0e195ab
    fix: change prompt back to user's prompt on contine prompt exit TorchedSammy 2022-03-17 19:49:33 -0400
  • 4da82e872c
    fix: completions on files/folders starting with a dot not having it TorchedSammy 2022-03-17 19:40:51 -0400
  • b0ece71de3
    fix: use not-executable in prelude instead of no-perm TorchedSammy 2022-03-17 19:29:27 -0400
  • 8b5dc69950
    feat: add command.not-executable hook (closes #119) TorchedSammy 2022-03-16 19:45:55 -0400