sammyette
f8a391e24f
chore: bump version
2024-04-27 10:49:26 -04:00
James Dugan
aa376f9b14
feat: cat implementation now uses chunk reading ( #290 )
2024-04-20 19:04:24 -04:00
sammyette
16b39fe157
fix: call highlighter and hinter from global table ( closes #289 )
2024-04-19 07:54:46 -04:00
sammyette
40c3cecabb
chore: merge branch
2024-04-16 12:09:18 -04:00
sammyette
ce99209f0d
chore: update version info
2024-04-16 12:09:14 -04:00
sammyette
d1dbb84c16
fix(readline): flickering on line refresh ( #288 )
2024-04-16 11:56:57 -04:00
sammyette
5b84718021
chore: merge
2024-04-16 10:43:07 -04:00
sammyette
3d727e6411
fix: check for altHistory in sequence handling
...
fixes a panic
2024-04-16 10:34:24 -04:00
sammyette
7d487bfc98
refactor: remove metatables protecting hilbish api and opts ( #287 )
2024-04-11 18:16:45 -04:00
sammyette
11fc1edd94
fix: only halt in error clause
2024-04-06 18:52:55 -04:00
sammyette
b416264138
fix: tty checks ( #284 )
2024-04-06 18:37:16 -04:00
sammyette
11323a70aa
feat: add page keys to greenhouse
2023-12-30 16:16:59 -04:00
sammyette
db32fd7a87
chore: remove unused label
2023-12-26 12:53:19 -04:00
sammyette
017702ea0d
fix(greenhouse): remove goro usage
2023-12-26 12:52:39 -04:00
sammyette
30830ed6ed
chore: prepare v2.2.1
2023-12-26 12:33:57 -04:00
sammyette
7932fa677f
fix(hilbish.goro): attempt to recover panic
2023-12-26 12:32:32 -04:00
sammyette
c1b78a8ea7
fix: remove debug print
2023-12-26 10:13:35 -04:00
sammyette
3128ef7934
feat: merry christmas!
2023-12-26 00:18:30 -04:00
sammyette
c3394f7046
ci: update go release action
2023-12-26 00:18:27 -04:00
sammyette
b1f957e98f
website: add 2.2 release blog
2023-12-26 00:13:50 -04:00
sammyette
f788c9374c
website: fix up home page contents
2023-12-26 00:13:35 -04:00
sammyette
b7602b0bbe
chore: update changelog
2023-12-25 23:29:53 -04:00
sammyette
7b84faabf9
chore: merge from upstream
2023-12-25 23:09:31 -04:00
sammyette
8fdae6c1d7
refactor: doc improvements (again) ( #260 )
2023-12-25 22:08:29 -05:00
sammyette
190ed5b2dc
chore: update motd for 2.2
2023-12-24 19:04:08 -04:00
sammyette
9d5f5abef4
feat: add pprof
2023-12-18 21:31:04 -04:00
sammyette
a0513c0a05
chore: merge
2023-12-06 22:21:11 -04:00
sammyette
1d64a57e24
fix: return if runner did not return table
2023-12-06 22:20:41 -04:00
TorchedSammy
1a4585aa7a
docs: [ci] generate new docs
2023-12-02 15:17:32 +00:00
sammyette
60fd4c3b4c
fix: correction to completion documentation
...
i added an s even though there's no s.
to account for others making the same mistake, i added both.
hilbish.completion and hilbish.completions will work, but
hilbish.completion without s will be removed at a major update.
2023-12-02 11:11:28 -04:00
sammyette
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
sammyette
78eb657897
feat: hilbish native pager ( #240 )
2023-10-25 00:41:53 -04:00
sammyette
a5b6fc8eda
fix: return cmdstr in alias resolve instead of nothing
2023-09-30 23:25:15 -04:00
sammyette
4421869b85
fix: check length of args in aliases resolve
...
this shouldnt be a problem.. but ... what
2023-09-30 23:21:00 -04:00
sammyette
6d07d8db53
chore: merge from upstream
2023-09-30 19:53:38 -04:00
sammyette
483e5f6dbe
fix(hilbish.completions): return prefix on the `call` function (from #263 )
2023-09-30 19:52:33 -04:00
sammyette
83492e4e69
docs: fix odd sentence in runner-mode docs
2023-09-27 20:31:27 -04:00
sammyette
4fcd310048
chore: merge from upstream
2023-09-09 13:53:22 -04:00
sammyette
db8e87e5dd
fix: compare lower case strings in contains function
...
this fixes file completion on windows.
2023-09-09 13:53:09 -04:00
sammyette
ba04fb2af7
feat: allow numbered substitutions in aliases ( #258 )
2023-09-09 13:51:58 -04:00
sammyette
caff604d95
ci: stop using deprecated method of setting branch name
2023-07-10 22:42:04 -04:00
sammyette
2b9059f726
ci: add missing quote
2023-07-10 22:38:22 -04:00
sammyette
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
sammyette
f540fc2c04
feat: show go version hilbish was compiled with
2023-07-10 21:56:35 -04:00
sammyette
c6c81ddece
feat: add notification/message interface ( #239 )
...
details in #219
2023-07-10 19:03:30 -04:00
sammyette
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
sammyette
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