6c51f1e374
refactor: port exec code to lua
2025-04-02 20:42:32 -04:00
789c2cc714
ci: remove workflow dispatch
2025-04-02 16:05:04 -04:00
f3e1d1c4e7
refactor: implement runner functions in lua and make docs build on workflow dispatch
2025-04-02 16:02:01 -04:00
cdd31e1c4f
refactor: move sink to util
2025-04-02 15:13:06 -04:00
8d51c6304a
chore: update branch
2025-04-02 14:51:34 -04:00
e4a9e06d2a
chore: merge (again)
2025-04-02 11:12:13 -04:00
487b5fa4f8
ci: checkout with submodules
2025-04-02 11:12:09 -04:00
sammy-ette
946e8e7228
docs: [ci] generate new docs
2025-04-02 15:09:45 +00:00
04206b6a14
docs: upload docs
2025-04-02 11:09:18 -04:00
9ea2a2f332
chore: merge
2025-04-02 11:08:54 -04:00
sammy-ette
364cb1ca2e
fix: add . to dataDir as fallback
2025-04-02 11:08:41 -04:00
sammy-ette
2ba878713c
docs: [ci] generate new docs
2025-04-02 14:55:27 +00:00
2678ec723e
fix: push docs
2025-04-02 10:55:11 -04:00
dbf2d80863
fix: remove unused vars for other targets
2025-04-02 10:51:53 -04:00
fab98bc613
feat: search XDG_DATA_DIRS for hilbish files
2025-04-02 10:49:25 -04:00
sammy-ette
7b16cde540
docs: [ci] generate new docs
2025-04-02 13:42:07 +00:00
4150001d8b
fix: make lua implemented hilbish interfaces documented ( #335 )
...
* fix: make lua implemented hilbish interfaces documented
* fix: signature link in table of contents
* fix: reduce function list to match in go generated docs
* fix: toc appending
* docs: enable docs for hilbish.messages
* feat: add description gen, and more spacing between param listing
* docs: add more detailed documentation for lua modules
* docs: update hilbish.messages docs
* fix: add description for lua doc'd modules, remove duplicate docs
* docs: add back hilbish.jobs doc
* feat: generate toc for lua modules
* fix: add table heading
* ci: add lua docgen
* docs: put dirs.old doc on 1 line
2025-04-02 09:41:37 -04:00
32ed0d2348
docs: add a bit of extra info in the getting started doc
2025-03-14 18:45:56 -04:00
8731b1a7d1
chore: revert "chore: revert "chore: add 2.4 motd (work in progress)""
...
revertception
This reverts commit 7fc3f4a569405c86675978341a0c008069b994b9.
2024-12-29 21:44:05 -04:00
15e3c1a74b
feat: reimplement hilbish.run in lua
2024-12-29 20:32:21 -04:00
679c7b2974
feat: add hilbish.sink interface to create sinks
2024-12-29 19:21:54 -04:00
56ba00e213
docs: fix hilbish.vimAction doc
2024-12-29 15:25:34 -04:00
b84d985ce6
fix: throw old cd hook
2024-12-29 11:28:14 -04:00
d1934452bb
fix: dont import util in the util package (bruh)
2024-12-29 01:52:00 -04:00
7174f40b5f
fix: undefined vars on windows
2024-12-29 01:48:11 -04:00
a8435b649d
fix: use error code if err is ExecError
2024-12-29 01:44:24 -04:00
55e879bd02
fix: typos, set default runner to lua implemented hybrid, add back hilbish.runner.sh
2024-12-29 01:36:33 -04:00
16ddb85b4f
fix: make snail.run accept correct number of args
2024-12-29 01:35:26 -04:00
68fc973bfb
fix: make runnerMode nil
2024-12-29 01:35:01 -04:00
1379df7c24
fix: dont override fs lib on snail
2024-12-29 01:18:45 -04:00
5261819149
feat: implement snail library
2024-12-29 01:12:06 -04:00
571fcc3e9e
fix: remove sh runner dep from fs
2024-12-28 22:59:41 -04:00
0b0821f410
refactor: make initial changes for snail lib (shell interp)
2024-12-28 21:43:33 -04:00
4743222044
chore: forward master in sync to v2.3.4
2024-12-28 19:58:00 -04:00
14a600f922
chore: bump version related things
v2.3.4
2024-12-28 19:56:17 -04:00
13e6d180f8
fix: use global env variables when executing
2024-12-28 19:53:26 -04:00
CelestialCrafter
836f941e16
fix: handle completion info check error ( #330 )
...
* fix: handle completion info check error
fixes Rosettea/Hilbish#329
* make changelog more descriptive
2024-12-28 19:53:19 -04:00
a02cd1d7ef
fix: use global env variables when executing
2024-12-28 19:50:06 -04:00
c969f5ed15
feat: complete hint text on right arrow ( #328 )
2024-12-22 12:09:57 -04:00
CelestialCrafter
36ce05e85a
fix: handle completion info check error ( #330 )
...
* fix: handle completion info check error
fixes Rosettea/Hilbish#329
* make changelog more descriptive
2024-11-22 20:20:43 -04:00
ac7c97442e
chore: bump for bugfix release
v2.3.3
2024-11-04 06:54:09 -04:00
7fc3f4a569
chore: revert "chore: add 2.4 motd (work in progress)"
...
This reverts commit e6b88816fdb3a827ac09b1f7f2f2be178b3ca421.
2024-11-04 06:51:31 -04:00
dbb45a1947
chore: revert "chore: bump to 2.4"
...
This reverts commit db851cf4f833de11dc72fc20821919ff45028391.
2024-11-04 06:51:20 -04:00
3da150bb64
chore: merge
2024-11-03 23:24:32 -04:00
46968e632b
fix: bump golua ( closes #326 )
2024-11-03 23:24:18 -04:00
ShalokShalom
1e01580d8f
docs: add info about runner mode ( #325 )
2024-08-31 18:05:24 -04:00
edbc758c67
docs: use only 1 screenshot
2024-08-31 16:50:58 -04:00
TorchedSammy
824f5bd06d
docs: [ci] generate new docs
2024-08-16 19:26:30 +00:00
a7ba2fdf1a
fix: add newline at the end of input if in an unfinished heredoc ( #322 )
...
and define (or fix) the behavior of input ending with a slash
it will now add a newline at the end of input always
2024-08-16 15:26:10 -04:00
e6b88816fd
chore: add 2.4 motd (work in progress)
2024-08-16 15:25:35 -04:00