sammyette synced commits to master at sammyette/Hilbish from mirror
- b0e4cf6ed1 chore: remove shell.nix
- fca15886aa docs: add more detail to changelog and make it up to date
- Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- e7ac7ce843 feat: add hilbish.os interface (closes #94)
sammyette synced commits to master at sammyette/Hilbish from mirror
- c9f9ce07e8 docs: remove readline requirement, use nightly links
- e7a31c5394 ci: add .exe to windows artifacts
- b61a36d675 ci: fix artifact upload for windows
- Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 284248fc08 docs: [ci] generate new docs
- 7bde025c8e chore: merge
- e8d0ea12cc fix: add substitute for exec syscall on windows
- c175bb4d8a docs: add emmylua doc comments for hilbish module functions
- b3981b5a4e docs: [ci] generate new docs
- Compare 6 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 062f40e9e5 fix: push hilbish.which return value properly
- 44e2a458f5 docs: [ci] generate new docs
- 3b6284bc7c feat: add hilbish.which (closes #93)
- Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 52379dbdd7 feat: support macos
- 36cd4d4123 fix: custom handle ctrl c from readline
- d355d02b93 fix: only notify ctrl c signal on windows
- Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- a3abd4bc91 ci: dont build for macos for now
- ad6d3193ff chore: update readline lib
- 1040872169 docs: mention that hilbish now requires go 1.17+
- 7516956aac ci: properly build for other oses
- Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- babb870383 ci: build with 1.17
- 8dcd57309f ci: use newest 1.16 release of go
- f292245c23 chore: remove unneeded comments
- aaeecceabf chore: remove unneded build directive
- 3cdd21a4fa refactor: remove gnu readline
- Compare 12 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- b221921ab7 docs: detail removal of .hprofile.lua
- 0b5bbcc73c refactor!: remove .hprofile.lua
- Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 21b093559a docs: [ci] generate new docs
- e5566f672a chore: merge from upstream
- 715a67b882 docs: add emmylua annotations for hilbish module functions
- 18abb66ad4 docs: [ci] generate new docs
- 9d390c87cf docs: put breaking changes under a separate heading
- Compare 7 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- fd513b6ae3 fix: correct require paths on windows
- 1b0ae5b1e3 chore: update go sum
- 15caa6e449 chore: replace gopher-lua import with github link
- d448ef07e0 chore: update manifests
- Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- d7e78514de docs: add changelog for master
- 186d620311 docs: bring contributing guide up to date
- 15cf5bb6f3 docs: [ci] generate new docs
- a74c9a4200 docs(fs): change bool to boolean
- 0bf4072355 docs: [ci] generate new docs
- Compare 13 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- d1b7515722 fix(docgen): remove trailing spaces in docs
- b468727a32 refactor(docgen): remove global doc
- Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 62d8725d99 refactor: remove global module from doc command (closes #90)
sammyette synced commits to master at sammyette/Hilbish from mirror
- 2a0cd1464a fix: dont copy default conf to user dir
- f05ab921d7 refactor!: use better default paths
- cb3d0a2e8e fix: use os agnostic function to get config dir
- 209abfac77 fix: change default hist path to use hist name instead of config name
- 5e9ea9fead fix: dont add recent dir if its same as last previous (fixes #92)
- Compare 6 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 4cc49d45c7 chore: update license
sammyette synced commits to master at sammyette/Hilbish from mirror
- afe579f5be fix: use correct signature for rl lua loader
- 5d3c129e80 fix: import gopher-lua in other rl impls
- 2bc75c8130 style: tiny style changes/fixes
- Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 22d8a61544 feat: add hilbish.history interface (closes #85)
- 3f9aad64b5 fix: use right function to set prompt in minimal config
- 8c802a6e6b feat: dont put input in history if it starts with a space
- Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- f2a2ac44d6 refactor!: move global functions to the hilbish module
- ea9c3eac30 docs: document new signal hooks
- 9cf03e37c4 fix: change hooks from signals to signal
- e0b84aaff7 feat: emit sigusr1 and 2 signal hooks
- Compare 4 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 8821171ff5 chore: clean up and update modules