2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-12 17:30:40 +00:00

1065 Commits

Author SHA1 Message Date
f516e1bb87
website(docs): setup custom syntax highlighting, add line numbers 2023-11-30 22:00:47 -04:00
e81384e42c
refactor(bait): reorder functions alphabetically 2023-11-30 18:32:28 -04:00
2363e6ff2f
website(docs): add example 2023-11-30 18:30:54 -04:00
e8ea79b5ec
website(docs): remove unused header 2023-11-30 17:37:08 -04:00
5be470521f
refactor: move misc docs for use in hilbish and website 2023-11-11 22:28:18 -04:00
0607a90c30
fix: clear before setting statusline 2023-11-11 22:27:50 -04:00
0f923a6f80
chore: merge from master 2023-11-11 21:57:15 -04:00
29e14c1aee
feat: native modules (#257) 2023-11-11 19:39:31 -05:00
Super
ee1ed077b9
fix: infinite loop when navigating history without any history (#268)
fixes #252
2023-11-02 17:50:36 -04:00
78eb657897
feat: hilbish native pager (#240) 2023-10-25 00:41:53 -04:00
a5b6fc8eda
fix: return cmdstr in alias resolve instead of nothing 2023-09-30 23:25:15 -04:00
4421869b85
fix: check length of args in aliases resolve
this shouldnt be a problem.. but ... what
2023-09-30 23:21:00 -04:00
6d07d8db53
chore: merge from upstream 2023-09-30 19:53:38 -04:00
483e5f6dbe
fix(hilbish.completions): return prefix on the call function (from #263) 2023-09-30 19:52:33 -04:00
83492e4e69
docs: fix odd sentence in runner-mode docs 2023-09-27 20:31:27 -04:00
4fcd310048
chore: merge from upstream 2023-09-09 13:53:22 -04:00
db8e87e5dd
fix: compare lower case strings in contains function
this fixes file completion on windows.
2023-09-09 13:53:09 -04:00
ba04fb2af7
feat: allow numbered substitutions in aliases (#258) 2023-09-09 13:51:58 -04:00
726082ba03
docs: fix duplicate functions header 2023-09-09 13:38:54 -04:00
95ac2e280d
docs: fix description of exitCode prop 2023-09-02 16:24:35 -04:00
7fd2ed391b
docs: add separators for types, make object properties into tables 2023-09-02 16:11:57 -04:00
0900284304
docs: turn properties list into a table
also fix member functions causing a spam of separators
2023-09-02 16:01:57 -04:00
eda4fda972
docs(commander): remove note about input sink being unimplemented 2023-09-02 15:32:53 -04:00
22cf0fcb49
docs: change colors for syntax highlight and function jump highlight 2023-09-02 14:30:31 -04:00
aa7e899db4
docs: make various style changes
- add a table that lists module functions
- add highlight when jumping to a function
- separators
2023-09-02 14:18:40 -04:00
81b7e20cbf
docs: add better introduction for bait module
also highlights codeblocks better
2023-09-02 12:57:13 -04:00
7c1984135b
docs: add detailed parameter listing, change interface to modules
there are a few changes here
- documentation of each parameter separately has been added
to the generated text docs
- interfaces have been renamed to modules. this was honestly a pointless
and confusing distinction (interfaces are tables for modules that are
lua modules). it also makes it so that (formerly) interfaces and
modules line up with each other on the doc list

im not sure what else i did, these are old changes
2023-08-26 11:30:51 -04:00
caff604d95
ci: stop using deprecated method of setting branch name 2023-07-10 22:42:04 -04:00
2b9059f726
ci: add missing quote 2023-07-10 22:38:22 -04:00
00c967d7c1
ci: fix branch name 2023-07-10 22:38:13 -04:00
TorchedSammy
ab26b82a9f docs: [ci] generate new docs 2023-07-11 01:57:00 +00:00
f540fc2c04
feat: show go version hilbish was compiled with 2023-07-10 21:56:35 -04:00
c6c81ddece
feat: add notification/message interface (#239)
details in #219
2023-07-10 19:03:30 -04:00
3eae0f07be
feat: add fuzzy searching for completion and history search (#247)
* feat: add fuzzy searching for completion and history search

* feat: add fuzzy opt for fuzzy history searching

* chore: add fuzzy opt to changelog
2023-07-10 00:06:29 -04:00
cbc5e81c9d
feat: show indexes on cdr list and change home to tilde (#253)
* feat: show indexes on cdr list and change home to tilde

* fix: remove underline in cdr help page
2023-07-09 18:43:21 -04:00
TorchedSammy
6729ecddea docs: [ci] generate new docs 2023-04-15 14:36:56 +00:00
485306fbe2
docs: clarify use of highlighter function 2023-04-15 10:36:21 -04:00
480d4de750
ci: set baseurl properly 2023-04-14 01:25:14 -04:00
d7dde44a0c
ci: (attempt to) fix base url on non-master versions 2023-04-14 01:23:24 -04:00
237b306eb8
ci: fix branch name var 2023-04-14 00:52:45 -04:00
bd01b478d5
website: add more info for runner mode 2023-04-14 00:40:41 -04:00
a37f8e3b30
ci: output website builds from other branches to different dirs 2023-04-14 00:40:13 -04:00
9c6d6c4f31
website: fix wording on features main page 2023-04-14 00:24:19 -04:00
2dbd201e1e
refactor: website/branding cleanup (#250)
* website: add padding to home page

* docs: slight touch ups to readme

* website: reword/reformat content on home and getting started page

* website: fix docs page layout

- the sidenav for doc pages looks the same as the navbar.
- it will be hidden by default on mobile.
- sidenav looks like the navbar on mobile and is more
seamless in general

* docs: update description, logo, dont center badges

* docs: fix badges

* website: fix padding

* website: add borders, add margins for sidenav

* website: update description on homepage

* website: add margins for blog list

* chore: use new logo

* docs: use logo and text combined for readme

* docs: make logo bigger

* website: use combined logo and text asset

* docs: remove hilbish-text asset

* website: fix navbar expand button

* website: add more padding on doc pages

* website(blog): add post about website improvements

* website(blog): add post about website improvements

* website: add more detail on the install page

* website: add screenshots section

* docs: fix up screenshots section

* docs: remove toc and image alignment
2023-04-14 00:04:52 -04:00
3dd834fcdf
fix: merge patch releases with master (#248)
my absolutely terrible april fools release was made on a separate branch. this pr merges the fixes on master so history can be synced up. (and mainly to get the 2.1.2 blog post)
2023-04-10 12:38:30 -04:00
659d1e0c4e
website(blog): add v2.1.1 release blog 2023-04-01 18:16:13 -04:00
TorchedSammy
0379e302ac docs: [ci] generate new docs 2023-03-25 21:42:46 +00:00
d577b3c958
feat: sink enhancements (#241)
* feat: add read method to sinks

* feat: add manual flush method for sinks

* fix: add flush as sink method and fix arg amount for read

* feat: add pipe property to sinks to see if stdin sink is a pipe

* feat: add method autoFlush to toggle/change automatic flushing

* chore: update changelog
2023-03-25 17:42:25 -04:00
3d0fffd49a
chore: merge from upstream 2023-02-19 15:12:34 -04:00
013fa30658
fix: correct job management commands to call with colon 2023-02-19 15:11:55 -04:00