Commit Graph

  • a1410ae7ad
    fix: set prompt to normal after ctrl d exit TorchedSammy 2022-08-30 21:52:07 -0400
  • 20870b9004
    fix: only print motd when interactive TorchedSammy 2022-08-17 18:05:20 -0400
  • 3dcd99563a docs: [ci] generate new docs TorchedSammy 2022-08-17 22:01:55 +0000
  • 2337f9ab60
    refactor: use custom event emitter (#193) sammy 2022-08-17 18:01:32 -0400
  • c55bf4a736
    docs(golibs/bait): add docs for lua release function new-emitter TorchedSammy 2022-08-16 13:41:46 -0400
  • f2b68fe926
    docs: set changelog TorchedSammy 2022-08-16 13:41:09 -0400
  • 54f1a8cfad
    docs(golibs/bait): add doc strings for functions TorchedSammy 2022-08-16 13:26:25 -0400
  • 6ce4fb3973
    fix: add dot to sample config path on windows TorchedSammy 2022-08-16 12:30:39 -0400
  • 59739e929a
    build: return Makefile Sơn Phan Trung 2022-08-12 11:46:53 +0700
  • e364897b88
    refactor: use bait event emitter on commander TorchedSammy 2022-08-02 18:13:17 -0400
  • c76337e5a4
    perf: remove listener directly from once emit instead of using off function TorchedSammy 2022-08-02 15:09:23 -0400
  • a6f53b3c43
    feat(bait): add release function to remove event listener TorchedSammy 2022-08-02 15:08:24 -0400
  • d6a86b0829
    perf: reslice listener slice instead of trying to do ordered move with append TorchedSammy 2022-08-02 15:01:12 -0400
  • e4110fa4bc
    feat: add once listeners, ability to remove listeners and remove listener on error TorchedSammy 2022-08-01 23:52:59 -0400
  • ea2791859c
    refactor(golibs/bait): use 1 map for listeners TorchedSammy 2022-08-01 22:34:59 -0400
  • b13062316a
    fix: call recoverer for go listeners TorchedSammy 2022-08-01 15:13:23 -0400
  • 1a8c576e55
    fix: restore correct hilbish conf file TorchedSammy 2022-08-01 15:11:17 -0400
  • a7eb69c131
    fix: sigint hook emit on windows TorchedSammy 2022-08-01 15:10:20 -0400
  • 307589df9e
    refactor: use custom event emitter TorchedSammy 2022-08-01 15:02:50 -0400
  • 387d7d2243
    fix: percentages in completion entries causing a problem in the completion menus TorchedSammy 2022-07-26 19:24:02 -0400
  • 7de835fab4
    chore: update lunacolors (adds blackBg format arg) TorchedSammy 2022-07-26 10:41:12 -0400
  • 3e0a2d630b
    feat(hilbish.editor): add getLine function to get contents of line TorchedSammy 2022-07-19 17:55:03 -0400
  • 40c2933a95
    feat: add history filter handler history-searcher TorchedSammy 2022-07-17 18:25:54 -0400
  • 7434d270e4
    perf(readline): make completion group with passed suggestions instead of looping over history twice TorchedSammy 2022-07-17 18:25:19 -0400
  • 3dae826578
    feat(readline): pass suggestions to history searcher callback TorchedSammy 2022-07-17 18:22:00 -0400
  • 001bd15ced
    chore: merge from master TorchedSammy 2022-07-17 11:56:14 -0400
  • 477fcaf980
    chore: update branch TorchedSammy 2022-07-13 18:51:15 -0400
  • 09a8b41063
    chore!: remove guide command (closes #188) TorchedSammy 2022-07-13 16:04:57 -0400
  • 349380ae6b
    feat: lua backed history (#187) sammy 2022-07-13 13:02:09 -0700
  • 0fc27dda31
    chore: update branch lua-history TorchedSammy 2022-07-13 15:59:24 -0400
  • f7806f5479 docs: [ci] generate new docs TorchedSammy 2022-07-13 19:46:40 +0000
  • c8c30e9861
    docs: update changelog TorchedSammy 2022-07-13 15:46:18 -0400
  • 083c266438
    feat(golibs/fs): add join function to join path elements TorchedSammy 2022-07-13 15:38:07 -0400
  • dd9bdca5e0
    fix(readline): only call raw input callback if not nil TorchedSammy 2022-07-13 15:35:33 -0400
  • 9902560061
    fix: set vt in on stdin TorchedSammy 2022-07-13 15:11:06 -0400
  • dd9aa4b6ea
    fix: enable vt input for windows TorchedSammy 2022-07-13 15:04:18 -0400
  • be8bdef9c8
    style: use single line import instead of list syntax TorchedSammy 2022-07-13 14:18:23 -0400
  • e185a32685
    fix: expand tilde in dataDir on windows TorchedSammy 2022-07-13 14:10:29 -0400
  • 2b480e50e6
    feat: print tracebacks for errors TorchedSammy 2022-07-13 10:08:23 -0400
  • bbf5a93ca0
    feat: add history search handler TorchedSammy 2022-07-11 00:11:00 -0400
  • b65acca903
    fix: initialize line reader before lua init TorchedSammy 2022-07-10 22:07:01 -0400
  • 08e2951513
    feat: add raw input hook (closes #180) TorchedSammy 2022-07-10 20:34:00 -0400
  • 174c094bfd
    fix: add comma after history opt TorchedSammy 2022-07-10 20:17:28 -0400
  • 96a6fa189b
    docs: add changes in changelog TorchedSammy 2022-07-10 09:01:41 -0400
  • e4b92f5f95
    chore: merge with master TorchedSammy 2022-07-09 20:20:48 -0400
  • a88097e159
    fix: remove nature.history require TorchedSammy 2022-07-09 20:19:12 -0400
  • 83a2ce38ea
    docs: remove getting started section on readme TorchedSammy 2022-07-09 18:39:21 -0400
  • 60dd5f598a
    docs: replace make with task on readme TorchedSammy 2022-07-09 18:38:57 -0400
  • 6eea5bce47
    feat: add motd (closes #185) TorchedSammy 2022-07-09 17:54:21 -0400
  • a106f4aea0
    refactor!: move hilbish.greeting to an opt (closes #184) TorchedSammy 2022-07-09 17:15:13 -0400
  • 90ed12d551
    feat: add hilbish.init hook (closes #186) TorchedSammy 2022-07-09 17:04:50 -0400
  • a8475cfa67
    refactor: handle history in lua TorchedSammy 2022-07-09 16:49:56 -0400
  • 9c91e6ee51
    feat: use lua to retrieve readline history TorchedSammy 2022-07-09 15:25:11 -0400
  • 25c1d2ee2f
    feat: add lua history handler in go TorchedSammy 2022-07-09 15:17:29 -0400
  • 8552b8968f
    refactor: put file history handler in line reader instance instead of global TorchedSammy 2022-07-09 13:51:32 -0400
  • d5429bda39 deploy: 39a40fb08e TorchedSammy 2022-07-09 17:10:29 +0000
  • efdcf1e486 deploy: e1289c1da6 TorchedSammy 2022-07-09 17:06:11 +0000
  • 7ae693932f deploy: 7e85ee1ac3 TorchedSammy 2022-07-09 16:40:48 +0000
  • dd477e1422 deploy: d5d8c05230 TorchedSammy 2022-07-09 16:40:05 +0000
  • e0694c8862
    build!: replace make with task (#171) sammy 2022-07-09 08:44:53 -0700
  • 8ab38d5f9d
    docs: change message for task notice taskfile TorchedSammy 2022-07-09 11:39:19 -0400
  • cf10a5270c
    docs: fix link to task TorchedSammy 2022-07-09 11:38:24 -0400
  • eb80d97ef8
    docs: add task in changelog TorchedSammy 2022-07-09 11:32:00 -0400
  • d27ce26be0
    feat: complete files plainly if tab query begins with quotes (workaround #183) TorchedSammy 2022-07-09 10:45:11 -0400
  • bd693a4057
    feat: load native modules/plugins with go-plugin TorchedSammy 2022-07-07 00:32:00 -0400
  • 25c90bdb1b
    style: remove whitespace errors in task file TorchedSammy 2022-07-06 19:30:37 -0400
  • 6d5950d891
    ci: use task in build workflow instead of make TorchedSammy 2022-07-06 19:27:08 -0400
  • 1a35d61ac9
    Update CHANGELOG.md Freddson 2022-06-24 22:58:34 +0200
  • 50a4af5478
    Update getting-started.md Freddson 2022-06-24 22:51:15 +0200
  • 29d876e38e
    chore: revert golua upgrade TorchedSammy 2022-06-22 22:27:59 -0400
  • b18c2bb717 deploy: 94423173f3 TorchedSammy 2022-06-23 02:05:39 +0000
  • 94423173f3
    docs(website): add content to front page TorchedSammy 2022-06-22 22:05:10 -0400
  • a773c974f9
    fix(website): make footer stay at bottom properly TorchedSammy 2022-06-22 22:04:43 -0400
  • 8af1ab2783 deploy: 9fefd7b53c TorchedSammy 2022-06-22 21:07:13 +0000
  • 9fefd7b53c
    fix(website): fix footer to bottom of page TorchedSammy 2022-06-22 17:06:44 -0400
  • 5296f86012 deploy: 9a88b0c1ec TorchedSammy 2022-06-22 21:05:07 +0000
  • 9a88b0c1ec
    docs(website): add faq page TorchedSammy 2022-06-22 17:04:26 -0400
  • de62d9c87f deploy: 0138a30151 TorchedSammy 2022-06-22 20:09:14 +0000
  • 0138a30151
    fix(website): use permalink for docs page instead of url TorchedSammy 2022-06-22 16:08:37 -0400
  • 5a2fd055d1
    fix(website): only hide x overflow TorchedSammy 2022-06-22 15:56:55 -0400
  • ce13e50579
    feat(website): improve doc side of website TorchedSammy 2022-06-22 15:50:40 -0400
  • 2032795815
    fix(website): don't center text content for main pages TorchedSammy 2022-06-22 15:49:30 -0400
  • 7bd3b46c86 deploy: 09f5a3102e TorchedSammy 2022-06-22 19:34:42 +0000
  • 09f5a3102e
    fix(website): dont remove url on active page in navbar TorchedSammy 2022-06-22 15:34:22 -0400
  • 50fbe72aa2
    fix(website): page refs on navbar TorchedSammy 2022-06-22 15:33:38 -0400
  • a6aa58f8fb
    fix(website): block out link and highlight current page in nav bar TorchedSammy 2022-06-22 15:18:57 -0400
  • c548d36f9c deploy: 2e0eabbac7 TorchedSammy 2022-06-22 17:25:06 +0000
  • 2e0eabbac7
    fix(website): hide overflow TorchedSammy 2022-06-22 13:24:41 -0400
  • 1701549b24 deploy: 00c8cab8bb TorchedSammy 2022-06-22 17:23:59 +0000
  • 00c8cab8bb
    fix(website): add doc layout for doc pages TorchedSammy 2022-06-22 13:22:36 -0400
  • 1d7a34e0c5
    fix(website): use dash to separate title and site title instead of vertical bar TorchedSammy 2022-06-22 12:21:53 -0400
  • 0bc9322bb3 deploy: 54fc4f72ae TorchedSammy 2022-06-22 15:58:09 +0000
  • 54fc4f72ae
    fix(website): clean up footer/header and make footer bg color match header TorchedSammy 2022-06-22 11:57:32 -0400
  • 3db9f87b87 deploy: c886a585e7 TorchedSammy 2022-06-22 14:55:35 +0000
  • c886a585e7
    docs(website): fix typo in install steps and add docs landing TorchedSammy 2022-06-22 10:54:40 -0400
  • fa5aa5f593 deploy: 00d7942e1c TorchedSammy 2022-06-22 03:31:45 +0000
  • 00d7942e1c
    docs(website): fix description for home page TorchedSammy 2022-06-21 23:31:21 -0400
  • 025a5b0925
    docs(website): use either description or summary for embed TorchedSammy 2022-06-21 23:27:32 -0400
  • 2d88e908db deploy: a80487e287 TorchedSammy 2022-06-22 03:10:59 +0000
  • a80487e287
    docs: flip order of page title TorchedSammy 2022-06-21 23:10:37 -0400