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

1098 Commits

Author SHA1 Message Date
378849a412
ci: bring down go version again 2024-07-19 09:44:27 -04:00
6d2d1fb61a
fix: dont exclude unix in darwin file 2024-07-19 09:41:11 -04:00
e905e3e94c
chore: fix build tags 2024-07-19 09:39:51 -04:00
7178410746
fix: make sure darwin and unix files exclude each other 2024-07-19 09:37:11 -04:00
337337fd70
chore: bump go version 2024-07-19 09:29:42 -04:00
ffd545221b
chore: bump go version 2024-07-19 09:27:34 -04:00
394686c9ae
fix: use new build tags 2024-07-19 09:21:28 -04:00
d1c6259056
feat: allow builds for unix 2024-07-19 09:16:52 -04:00
0e4b95d9b9
fix: make -S flag set absolute path to hilbish 2024-06-25 16:48:32 -04:00
38d036d96f
fix: history navigation going out of bounds 2024-06-14 08:23:20 -04:00
4c61c551aa
fix: menu refreshes
now there's no flicker *and* its not bugged with
leaving the text on exit
2024-05-13 22:10:28 -04:00
ff6e08902f
fix(greenhouse): reset at end and beginning of line to fix colors leaking to other lines 2024-05-03 19:06:17 -04:00
bbd5637e9b
ci: update all actions (#302) 2024-05-03 12:47:24 -04:00
TorchedSammy
d46c079afb docs: [ci] generate new docs 2024-04-28 01:29:33 +00:00
42ab856e45
feat(commander): add function to return all commanders (closes #266) 2024-04-27 21:29:06 -04:00
TorchedSammy
478e3020b1 docs: [ci] generate new docs 2024-04-28 01:04:12 +00:00
a20123fc24
feat: allow hilbish.run to take a table of files to use for output (#291) 2024-04-27 21:03:54 -04:00
fb9d30520a
fix(greenhouse): draws/updates after exit by resize 2024-04-27 13:52:07 -04:00
521298733e
chore: update changelog v2.2.3 2024-04-27 10:52:00 -04:00
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
16b39fe157
fix: call highlighter and hinter from global table (closes #289) 2024-04-19 07:54:46 -04:00
40c3cecabb
chore: merge branch v2.2.2 2024-04-16 12:09:18 -04:00
ce99209f0d
chore: update version info 2024-04-16 12:09:14 -04:00
d1dbb84c16
fix(readline): flickering on line refresh (#288) 2024-04-16 11:56:57 -04:00
5b84718021
chore: merge 2024-04-16 10:43:07 -04:00
3d727e6411
fix: check for altHistory in sequence handling
fixes a panic
2024-04-16 10:34:24 -04:00
7d487bfc98
refactor: remove metatables protecting hilbish api and opts (#287) 2024-04-11 18:16:45 -04:00
11fc1edd94
fix: only halt in error clause 2024-04-06 18:52:55 -04:00
b416264138
fix: tty checks (#284) 2024-04-06 18:37:16 -04:00
11323a70aa
feat: add page keys to greenhouse 2023-12-30 16:16:59 -04:00
db32fd7a87
chore: remove unused label 2023-12-26 12:53:19 -04:00
017702ea0d
fix(greenhouse): remove goro usage 2023-12-26 12:52:39 -04:00
30830ed6ed
chore: prepare v2.2.1 v2.2.1 2023-12-26 12:33:57 -04:00
7932fa677f
fix(hilbish.goro): attempt to recover panic 2023-12-26 12:32:32 -04:00
c1b78a8ea7
fix: remove debug print 2023-12-26 10:13:35 -04:00
3128ef7934
feat: merry christmas! v2.2.0 2023-12-26 00:18:30 -04:00
c3394f7046
ci: update go release action 2023-12-26 00:18:27 -04:00
b1f957e98f
website: add 2.2 release blog 2023-12-26 00:13:50 -04:00
f788c9374c
website: fix up home page contents 2023-12-26 00:13:35 -04:00
b7602b0bbe
chore: update changelog 2023-12-25 23:29:53 -04:00
7b84faabf9
chore: merge from upstream 2023-12-25 23:09:31 -04:00
8fdae6c1d7
refactor: doc improvements (again) (#260) 2023-12-25 22:08:29 -05:00
190ed5b2dc
chore: update motd for 2.2 2023-12-24 19:04:08 -04:00
9d5f5abef4
feat: add pprof 2023-12-18 21:31:04 -04:00
a0513c0a05
chore: merge 2023-12-06 22:21:11 -04:00
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
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
29e14c1aee
feat: native modules (#257) 2023-11-11 19:39:31 -05:00