2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-02 01:02:03 +00:00

1200 Commits

Author SHA1 Message Date
ff1a0ee9af
fix: change weight of api docs to move it up 2025-06-22 11:38:36 -04:00
9e1a484cb4
feat: add color and arrow to indicate current page 2025-06-22 11:35:56 -04:00
046755d551
fix: conf lol 2025-06-22 11:14:47 -04:00
f536e8b589
refactor: delete some files, style some things, add other downloads below downloads section of main page 2025-06-22 11:14:16 -04:00
3f53f31fb9
chore: update branch 2025-06-18 20:37:43 -04:00
05ab4ab630
fix: base url 2025-06-18 20:13:28 -04:00
41904dc105
fix: change colors 2025-06-18 20:13:08 -04:00
25a0475b7e
feat: complete side bar styling, fix heading margins a bit, add something to home page 2025-06-18 19:43:13 -04:00
ac1d744696
fix: change styling of some stuff 2025-06-18 18:08:44 -04:00
06d191f09a
fix: links for sidebar 2025-06-18 18:08:19 -04:00
eb630b2de0
chore: change back release to moonflower 2025-06-16 17:16:45 -04:00
548de98551
chore: merge from 3.0 branch 2025-06-16 17:16:21 -04:00
49f2bae9e1
feat: add yarn library (#355) 2025-06-15 16:25:07 -04:00
5ca858d112
feat: move readline to golibs (#356) 2025-06-15 15:47:53 -04:00
b02c521ff5
feat: add links for main page buttons 2025-06-13 20:23:21 -04:00
d73ae7fb99
fix: routing for index pages 2025-06-12 19:52:33 -04:00
681e1127f4
fix: hilbish icon url 2025-06-12 19:44:42 -04:00
51d8e7b42e
fix: links on nav 2025-06-12 19:42:12 -04:00
9ab13054f3
fix: base url 2025-06-12 19:38:35 -04:00
85c197d64b
feat: lots of changes
- doc gen is done differently
- docs look better too
- ... im lazy to rewrite the commit because i lost it because GPG_TTY ISNT SET FOR SOME REASON
2025-06-12 19:35:54 -04:00
54f11e46b7
fix: remove mdex 2025-06-12 09:23:27 -04:00
1bb433dc64
feat: add processors api (#343)
* feat: add processors api

* fix: make processor work properly, implement in exec code

* feat: add names to processors, allow skipping based on name

* feat: add opt to skip processors

* feat: allow processors to set if history should be saved
2025-06-10 18:23:24 -04:00
fd045ca4a1
fix: some additions and changes
use base url in more places
collapse sidebar on every screen size
transition to djot
2025-06-03 22:50:22 -04:00
e9c0329e86
fix: remove return (it doesnt exist) 2025-06-03 19:45:44 -04:00
4ecb933876
fix: refs (just use a defined base url) 2025-06-03 19:43:52 -04:00
aec17d1077
chore: merge 2025-05-30 12:28:26 -04:00
049b517b88
feat: emit hilbish.cd on fs.cd (closes #350) 2025-05-30 12:27:57 -04:00
5d504fd5ef
ci: download elixir 2025-05-05 12:46:25 -04:00
35272ce1ac
feat: implement alias and display for completion groups of type list (#347) 2025-05-04 20:48:56 -04:00
Nadiyar
0036932693
docs: improve existing lunacolors guide (#331)
* docs: extend the lunacolors guide

* docs: add lunacolors change to CHANGELOG

---------

Co-authored-by: sammyette <torchedsammy@gmail.com>
2025-05-04 20:41:19 -04:00
2e28050e8e
feat(website): add docs 2025-05-04 20:20:12 -04:00
dffb1f581a
fix(website): fix position for navbar, add footer 2025-05-04 14:57:40 -04:00
896492b98c
refactor(website/index): changes
- make index/home mobile responsive
- fix layout of everything
2025-05-03 23:58:45 -04:00
e44887feae
fix(website): set dark bg color to neutral-950 2025-05-03 22:24:24 -04:00
c47089aa36
fix(website): set gradient on dark mode to go to black instead of stone 2025-05-03 21:51:42 -04:00
4716751272
feat(website): add meta tags 2025-05-03 21:49:48 -04:00
bf21667215
fix: image links 2025-05-03 21:23:33 -04:00
fdd9e62eec
refactor(website): rewrite website in gleam 2025-05-03 21:19:49 -04:00
e676c095c2
fix: dont refresh log on regex search error 2025-04-24 12:08:12 -04:00
ef4c925e37
fix: alias resolution for continued input with quotes 2025-04-24 11:27:43 -04:00
80d72a29bb
feat: return values returned by bait hooks (closes #297) 2025-04-23 20:12:05 -04:00
0854b5a769
fix!: don't define hilbish.completion, without the s at the end
the interface is hilbish.completions (s at the end)
2025-04-23 19:36:50 -04:00
2ca99fe831
fix!: get/set env variables via env table (#294)
this removes the old "virtual global table" which allows
getting environment variables via just their names in lua.

this means:
an environment variable (like TERM) would need to be accessed
via the `env` table instead of just using TERM in lua.

`TERM` -> `env.TERM`
they can also be set via `env.VARIABLE = 'value'
2025-04-23 19:33:09 -04:00
8793a733a6
chore: change ver info to 3.0 2025-04-23 19:31:11 -04:00
6827940466
chore: remove print and fix formatting 2025-04-17 22:36:29 -04:00
fde615ff3f
chore: merge 2025-04-17 22:34:23 -04:00
d002c82271
fix: hilbish.run return exitCode instead of runner output table 2025-04-17 22:34:17 -04:00
f64229b52c
fix: set autoflush to true by default for sinks, and flush when reading from sinks (closes #344) 2025-04-17 22:33:50 -04:00
James Dugan
3d5766ac33
fix: hilbish.sink.readAll() function now reads data that doesn't end in a newline (#345) 2025-04-17 22:06:21 -04:00
60edfc00ee
chore: delete some unneeded code and files 2025-04-03 09:08:27 -04:00