2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 04:53:24 +00:00

Commit Graph

  • b7478c3c1a
    chore: prepare for v1.0.2 release v1.0.2 TorchedSammy 2022-03-06 21:48:24 -04:00
  • 605574f262
    fix: create directory for hist dir if it doesnt exist TorchedSammy 2022-03-06 21:44:46 -04:00
  • 9165e0bdf9
    chore: prepare for 1.0.1 release v1.0.1 TorchedSammy 2022-03-06 17:23:44 -04:00
  • ec886e17fa
    fix: dont refresh prompt at startup TorchedSammy 2022-03-06 17:20:41 -04:00
  • ba67278fad
    fix: dont print types of args in appendPath TorchedSammy 2022-03-06 17:19:47 -04:00
  • 539cf402ca
    fix: dont double set prompt TorchedSammy 2022-03-06 17:08:53 -04:00
  • 8eb5a6710d
    build: update makefile v1.0.0 TorchedSammy 2022-03-06 15:12:10 -04:00
  • 03795e5727
    ci: update version of go-release-action TorchedSammy 2022-03-06 15:04:45 -04:00
  • 7959a8b572
    docs: mention latest changes in changelog TorchedSammy 2022-03-06 15:00:43 -04:00
  • 5c4335ec6a
    docs: include guide command in greeting message TorchedSammy 2022-03-06 14:56:04 -04:00
  • 99c9e95eeb
    refactor!: change preload.lua to prelude/init.lua, add guide command TorchedSammy 2022-03-06 14:45:06 -04:00
  • 46ef8ad122
    ci: add name for release action TorchedSammy 2022-03-06 14:44:28 -04:00
  • cec6287e07
    ci: add action to make release TorchedSammy 2022-03-06 14:40:02 -04:00
  • 4364031b16
    fix!: change config path when custom config dir is used to be init.lua instead of .hilbishrc.lua TorchedSammy 2022-03-06 14:39:11 -04:00
  • 4ef6c7d5c0
    fix: hilbish.read overriding history TorchedSammy 2022-03-06 14:38:27 -04:00
  • 764e2372a2
    feat(ansikit): add screenMain and screenAlt functions to switch terminal screen TorchedSammy 2022-03-06 14:26:20 -04:00
  • fb3cedb161
    fix: set prompt in hilbish.read TorchedSammy 2022-03-06 14:23:41 -04:00
  • ef6bf24cda
    fix: finish command properly when sh error occurs TorchedSammy 2022-03-06 13:32:39 -04:00
  • 639bd09d0e
    fix: import util TorchedSammy 2022-03-06 13:31:50 -04:00
  • 4b57dc2ed8
    feat: add hilbish.exitCode property (closes #101) TorchedSammy 2022-03-06 12:09:10 -04:00
  • 928b829388
    fix: set hilbish.vimMode property before throwing hook TorchedSammy 2022-03-06 12:08:00 -04:00
  • 7b693908df
    docs: document hilbish scope hooks (closes #100 - 100th issue!!*) TorchedSammy 2022-03-06 12:06:39 -04:00
  • 8d8b298053
    docs: clarify what hooks are from TorchedSammy 2022-03-06 12:04:28 -04:00
  • 281c443b7b
    docs: add spacing between signal hooks TorchedSammy 2022-03-06 12:04:01 -04:00
  • 3805f13369
    feat: throw hilbish.exit hook (closes #99) TorchedSammy 2022-03-06 10:23:32 -04:00
  • 0b1b5bff2d
    feat: change cursor shape based on vim mode TorchedSammy 2022-03-06 10:08:42 -04:00
  • f8f8cd0b59
    chore: update dependencies TorchedSammy 2022-03-06 10:07:28 -04:00
  • 4bb65572e4
    fix(ansikit): define cursor consts TorchedSammy 2022-03-06 09:42:35 -04:00
  • 29c1e29bb7
    docs: change date of 1.0 TorchedSammy 2022-03-05 21:41:33 -04:00
  • 105552ac74
    docs: fix 1.0 link in changelog TorchedSammy 2022-03-05 21:40:48 -04:00
  • f28fd7e6c0
    docs: fix indent size and type TorchedSammy 2022-03-05 21:39:52 -04:00
  • f3f49fc398
    docs: make changelog up to date TorchedSammy 2022-03-05 21:34:59 -04:00
  • 893d72a236
    chore: prepare for 1.0 release TorchedSammy 2022-03-05 21:29:38 -04:00
  • 0637f2763b
    fix: dont write history automatically with rl library TorchedSammy 2022-03-05 21:29:13 -04:00
  • 1cb536b1ac
    fix: write to bottom of history file instead of at top TorchedSammy 2022-03-05 21:26:03 -04:00
  • 6740e012a5
    fix: finish properly when command exit is successful after contine prompt TorchedSammy 2022-03-05 21:25:32 -04:00
  • b1ad90443e docs: [ci] generate new docs TorchedSammy 2022-03-05 20:13:15 +00:00
  • 76c94bfcce
    docs: fix docs for hilbish.complete TorchedSammy 2022-03-05 16:12:46 -04:00
  • 0ed365170c
    refactor!: completion api, add hilbish.completion interface TorchedSammy 2022-03-05 15:59:00 -04:00
  • 70724ec015
    feat: make hilbish.history functional for go readline TorchedSammy 2022-03-05 15:57:46 -04:00
  • f1dfd59c4c
    fix: add back prompt global var TorchedSammy 2022-03-05 15:46:38 -04:00
  • a0dff5babf
    fix: remove print in history handler TorchedSammy 2022-03-05 15:23:17 -04:00
  • 058d6ac456
    chore: update readline TorchedSammy 2022-03-05 14:40:38 -04:00
  • 9f206ebed0
    fix: export hilbish.complete TorchedSammy 2022-03-05 11:38:33 -04:00
  • 59963add14
    fix: dont complete binaries in path if complete req starts with file prefix TorchedSammy 2022-03-05 08:58:12 -04:00
  • 88fd6f01b9
    fix: dont add last empty line of history, make sure first isnt missing in search TorchedSammy 2022-03-05 08:28:34 -04:00
  • 5175367b35
    fix: handle errors in goro and timeout callbacks TorchedSammy 2022-03-04 22:21:34 -04:00
  • 83ca8066e6
    chore: remove unused prompt var TorchedSammy 2022-03-04 22:21:14 -04:00
  • 92f279e5cf
    fix: prevent writing empty line to history TorchedSammy 2022-03-04 22:04:44 -04:00
  • f26ef935dd
    feat: add file history (closes #97) TorchedSammy 2022-03-04 21:55:37 -04:00
  • 6b9bbb615d
    fix: handle prompt properly and remove global TorchedSammy 2022-03-04 21:54:47 -04:00
  • 237bc19f68
    fix: prompt handling TorchedSammy 2022-03-04 21:16:45 -04:00
  • 63e33af34d
    chore: update readline TorchedSammy 2022-03-04 20:48:22 -04:00
  • d7f10b0247 docs: [ci] generate new docs TorchedSammy 2022-03-04 18:41:22 +00:00
  • 99461e42d0
    fix: export hilbish.goro (closes #98) TorchedSammy 2022-03-04 14:40:54 -04:00
  • b0e4cf6ed1
    chore: remove shell.nix TorchedSammy 2022-03-03 21:01:56 -04:00
  • fca15886aa
    docs: add more detail to changelog and make it up to date TorchedSammy 2022-03-03 20:07:06 -04:00
  • e7ac7ce843
    feat: add hilbish.os interface (closes #94) TorchedSammy 2022-03-02 19:11:57 -04:00
  • c9f9ce07e8
    docs: remove readline requirement, use nightly links TorchedSammy 2022-03-02 06:58:55 -04:00
  • e7a31c5394
    ci: add .exe to windows artifacts TorchedSammy 2022-03-02 06:44:46 -04:00
  • b61a36d675
    ci: fix artifact upload for windows TorchedSammy 2022-03-02 06:42:48 -04:00
  • 284248fc08 docs: [ci] generate new docs TorchedSammy 2022-03-02 02:16:12 +00:00
  • 7bde025c8e
    chore: merge TorchedSammy 2022-03-01 22:15:35 -04:00
  • e8d0ea12cc
    fix: add substitute for exec syscall on windows TorchedSammy 2022-03-01 22:14:55 -04:00
  • c175bb4d8a
    docs: add emmylua doc comments for hilbish module functions TorchedSammy 2022-03-01 22:12:48 -04:00
  • b3981b5a4e docs: [ci] generate new docs TorchedSammy 2022-03-02 02:01:22 +00:00
  • 065d752b82
    feat: accessible vim input mode (closes #95) TorchedSammy 2022-03-01 22:00:46 -04:00
  • 062f40e9e5
    fix: push hilbish.which return value properly TorchedSammy 2022-03-01 19:29:30 -04:00
  • 44e2a458f5 docs: [ci] generate new docs TorchedSammy 2022-03-01 23:00:20 +00:00
  • 3b6284bc7c
    feat: add hilbish.which (closes #93) TorchedSammy 2022-03-01 18:59:44 -04:00
  • 52379dbdd7
    feat: support macos TorchedSammy 2022-02-28 18:53:58 -04:00
  • 36cd4d4123
    fix: custom handle ctrl c from readline TorchedSammy 2022-02-28 18:32:57 -04:00
  • d355d02b93
    fix: only notify ctrl c signal on windows TorchedSammy 2022-02-28 16:15:08 -04:00
  • a3abd4bc91
    ci: dont build for macos for now TorchedSammy 2022-02-27 23:23:04 -04:00
  • ad6d3193ff
    chore: update readline lib TorchedSammy 2022-02-27 23:22:37 -04:00
  • 1040872169
    docs: mention that hilbish now requires go 1.17+ TorchedSammy 2022-02-27 22:33:57 -04:00
  • 7516956aac
    ci: properly build for other oses TorchedSammy 2022-02-27 21:00:37 -04:00
  • babb870383
    ci: build with 1.17 TorchedSammy 2022-02-27 19:38:59 -04:00
  • 8dcd57309f
    ci: use newest 1.16 release of go TorchedSammy 2022-02-27 19:32:16 -04:00
  • f292245c23
    chore: remove unneeded comments TorchedSammy 2022-02-27 19:29:05 -04:00
  • aaeecceabf
    chore: remove unneded build directive TorchedSammy 2022-02-27 19:28:12 -04:00
  • 3cdd21a4fa
    refactor: remove gnu readline TorchedSammy 2022-02-27 19:27:18 -04:00
  • 496bf616c6
    chore: remove go:build directive TorchedSammy 2022-02-27 19:24:50 -04:00
  • df6a2bb0c7
    fix: add missing comma TorchedSammy 2022-02-27 19:24:02 -04:00
  • 3165552c21
    refactor: make go readline lib default, remove hilbiline TorchedSammy 2022-02-27 19:21:21 -04:00
  • f26931d4cb
    fix: add missing comma in escape list for file completions and add more cases TorchedSammy 2022-02-27 19:19:00 -04:00
  • 994daba078
    feat: add separate custom file complete function TorchedSammy 2022-02-27 19:17:51 -04:00
  • 311d7d56bd
    feat: add full tab completion to alternate readline lib TorchedSammy 2022-02-27 19:13:41 -04:00
  • d9d2152e04
    fix: add full command after complete prompt to history TorchedSammy 2022-02-27 19:12:58 -04:00
  • b221921ab7
    docs: detail removal of .hprofile.lua TorchedSammy 2022-02-26 12:15:03 -04:00
  • 0b5bbcc73c
    refactor!: remove .hprofile.lua TorchedSammy 2022-02-26 12:12:59 -04:00
  • 21b093559a docs: [ci] generate new docs TorchedSammy 2022-02-26 15:37:02 +00:00
  • e5566f672a
    chore: merge from upstream TorchedSammy 2022-02-26 11:36:34 -04:00
  • 715a67b882
    docs: add emmylua annotations for hilbish module functions TorchedSammy 2022-02-26 11:36:04 -04:00
  • 18abb66ad4 docs: [ci] generate new docs TorchedSammy 2022-02-26 15:32:36 +00:00
  • 9d390c87cf
    docs: put breaking changes under a separate heading TorchedSammy 2022-02-26 11:32:10 -04:00
  • e3a0195eb3
    refactor!: remove hilbish.flag TorchedSammy 2022-02-26 11:29:20 -04:00
  • 06221e06cd
    chore: fix hilbiline version TorchedSammy 2022-02-26 11:25:28 -04:00
  • fd513b6ae3
    fix: correct require paths on windows TorchedSammy 2022-02-25 21:34:30 -04:00
  • 1b0ae5b1e3
    chore: update go sum TorchedSammy 2022-02-25 20:44:07 -04:00