2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-12 09:28:00 +00:00

1015 Commits

Author SHA1 Message Date
34a5b2aedd
fix: update message counter 2023-04-11 19:17:10 -04:00
c1647646b2
feat: add basic notification/message interface 2023-02-18 13:50:31 -04:00
6be65c04a6
website(blog/v2.1): link to release in blog 2023-02-10 17:11:44 -04:00
7bfd7b12c4
fix(commands/doc): only highlight real headings v2.1.0 2023-02-10 17:03:03 -04:00
d48a66e393
docs: update changelog 2023-02-10 16:59:44 -04:00
d873f04f70
website(blog): add v2.1 release blog 2023-02-09 17:16:12 -04:00
7961a441ad
chore: update release name 2023-02-07 18:27:33 -04:00
TorchedSammy
c55cd345ba docs: [ci] generate new docs 2023-02-07 22:19:24 +00:00
9e1ec1641c
docs: fix return types for functions (closes #229) 2023-02-07 18:18:03 -04:00
2911257eb9
docs: cleanup completions doc to better fit 80 col terminals 2023-02-07 17:42:16 -04:00
f2ee600c28
fix: check for 0 length slice when splitting input for completions 2023-02-07 15:49:11 -04:00
61914f8dc7
docs: add docs for sink type (closes #233) 2023-02-07 15:39:22 -04:00
6dbb39d404
chore: change motd for 2.1 (closes #237) 2023-02-07 10:46:47 -04:00
890f10e176
docs: update runner-mode doc (closes #230) 2023-02-07 10:46:29 -04:00
6b27d14f45
fix: check for error on resolving symlink 2023-02-07 10:42:36 -04:00
efc69ab769
fix: resolve symlinks for completions
1k commits milestone!! 🎉
2023-02-06 17:54:27 -04:00
cdd07a4981
fix(commands/doc): run stat in pcall 2023-02-05 13:02:50 -04:00
e2cf417144
fix: initialize lua api before handling signals (fixes #236) 2023-02-01 19:56:27 -04:00
f97a04179d
chore: update license 2023-01-20 19:35:33 -04:00
2f6ab5fd92
feat: add sink for commanders to write output/read input (#232)
to write output, you would usually just use the print builtin
since commanders are just lua custom commands but this does not
consider the fact of pipes or other shell operators being used
to redirect or whatever.

this adds readable/writable "sinks" which is a type for input
or output and is currently only used for commanders but can be
used for other hilbish things in the future
2023-01-20 19:07:42 -04:00
088e326bd1
fix(commands/doc): properly block out index doc 2023-01-20 18:43:46 -04:00
TorchedSammy
c87fbe2b99 docs: [ci] generate new docs 2023-01-18 10:59:10 +00:00
5bb6ba4aee
docs: mark job.stop function as member 2023-01-18 06:58:47 -04:00
8d20ad9eed
fix: make hilbish.which work properly with aliases 2023-01-18 06:52:22 -04:00
71d23a4727
chore: remove hugo lock 2023-01-18 06:40:58 -04:00
6530d48b00
docs: document types properly (#227) 2023-01-18 06:39:26 -04:00
d99e056a76
feat: add function to get current runner name 2023-01-17 22:04:54 -04:00
109b5785af
chore: bump version to 2.1 2023-01-07 14:59:55 -04:00
a6bcfdfca9
feat(commands/doc): return 1 exit code when doc not found 2023-01-07 14:02:21 -04:00
4e023703b6
feat(commands/doc): use local docs directory if hilbish branch is found 2023-01-07 14:01:57 -04:00
5814462f5d
chore: merge from upstream 2023-01-07 13:56:02 -04:00
354f257c03
feat(commands/doc): make it easier to get interface docs 2023-01-07 13:54:08 -04:00
TorchedSammy
a2f0ff3e09 docs: [ci] generate new docs 2023-01-07 15:52:49 +00:00
07a7a75b46
docs: fix return type for hilbish.aliases.list 2023-01-07 11:52:05 -04:00
887260cd8a
fix: print error on event error and dont release hook (closes #226) 2023-01-07 07:39:36 -04:00
ef5363cb1f
website: dont set install as draft 2022-12-31 20:01:10 -04:00
246fc4d7ee
website: add blog 2022-12-28 22:27:05 -04:00
91ec0cf4a4
docs: remove api index (there is already _index) 2022-12-28 22:26:20 -04:00
2a80795331
chore: update version v2.0.1 2022-12-28 22:23:47 -04:00
72d6b0a4a0
chore: add 2.0.1 tag to changelog 2022-12-28 20:53:38 -04:00
4eea793e69
chore: upload gallery image 2022-12-28 20:24:59 -04:00
b3410e85bc
docs: reorder screenshots, add showcase of history search menu 2022-12-28 20:21:11 -04:00
c12cb82fb5
docs: clean up install section on readme 2022-12-28 20:18:30 -04:00
TorchedSammy
68a37d8c79 docs: [ci] generate new docs 2022-12-28 23:33:44 +00:00
f107d1df71
docs: put all code in codeblock for timers example 2022-12-28 19:33:20 -04:00
61f6337f5f
docs: improve docs for timers interface 2022-12-28 19:32:52 -04:00
0f33f72de7
docs: fix docs for outdated hook 2022-12-28 19:28:16 -04:00
c2db9e65fa
fix(commands/cd): set oldpwd when cd-ing with no args (fixes #225) 2022-12-28 19:18:04 -04:00
97188e73a5
ci: revert using task and set ldflags v2.0.0 2022-12-20 22:14:04 -04:00
3cedff273a
ci: fix build command for release action 2022-12-20 22:05:24 -04:00