2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-04-21 13:03:22 +00:00

1177 Commits

Author SHA1 Message Date
2a9330c692
fix: change directory of sh interp 2025-04-03 00:12:53 -04:00
589ef8a6d3
docs: add comment for text in example 2025-04-02 23:44:26 -04:00
005c373996
fix: missing func docs and generate example in code block 2025-04-02 23:36:19 -04:00
5ca534d4e5
fix: use correct function names 2025-04-02 23:20:01 -04:00
702c75c0c2
fix(docs): add back sink 2025-04-02 22:56:40 -04:00
9caecdc1a4
fix: add back os doc 2025-04-02 22:07:02 -04:00
4e05026e4e
fix(docs): keep order of functions in lua docgen consistent 2025-04-02 22:06:49 -04:00
24de9e5baf
fix: doc generation in nature when iface is hilbish 2025-04-02 21:54:45 -04:00
c121356e0f
docs: fix snail docs 2025-04-02 21:42:45 -04:00
a2e23f1310
docs: attempt 2025-04-02 21:30:16 -04:00
4ba285e74b
chore: rename nature snail code file, add docs 2025-04-02 20:49:49 -04:00
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