Commit Graph

1147 Commits (snail)

Author SHA1 Message Date
sammyette 15e3c1a74b
feat: reimplement hilbish.run in lua 2024-12-29 20:32:21 -04:00
sammyette 679c7b2974
feat: add hilbish.sink interface to create sinks 2024-12-29 19:21:54 -04:00
sammyette 56ba00e213
docs: fix hilbish.vimAction doc 2024-12-29 15:25:34 -04:00
sammyette b84d985ce6
fix: throw old cd hook 2024-12-29 11:28:14 -04:00
sammyette d1934452bb
fix: dont import util in the util package (bruh) 2024-12-29 01:52:00 -04:00
sammyette 7174f40b5f
fix: undefined vars on windows 2024-12-29 01:48:11 -04:00
sammyette a8435b649d
fix: use error code if err is ExecError 2024-12-29 01:44:24 -04:00
sammyette 55e879bd02
fix: typos, set default runner to lua implemented hybrid, add back hilbish.runner.sh 2024-12-29 01:36:33 -04:00
sammyette 16ddb85b4f
fix: make snail.run accept correct number of args 2024-12-29 01:35:26 -04:00
sammyette 68fc973bfb
fix: make runnerMode nil 2024-12-29 01:35:01 -04:00
sammyette 1379df7c24
fix: dont override fs lib on snail 2024-12-29 01:18:45 -04:00
sammyette 5261819149
feat: implement snail library 2024-12-29 01:12:06 -04:00
sammyette 571fcc3e9e
fix: remove sh runner dep from fs 2024-12-28 22:59:41 -04:00
sammyette 0b0821f410
refactor: make initial changes for snail lib (shell interp) 2024-12-28 21:43:33 -04:00
sammyette 4743222044
chore: forward master in sync to v2.3.4 2024-12-28 19:58:00 -04:00
sammyette 14a600f922
chore: bump version related things 2024-12-28 19:56:17 -04:00
sammyette 13e6d180f8
fix: use global env variables when executing 2024-12-28 19:53:26 -04:00
CelestialCrafter 836f941e16
fix: handle completion info check error (#330)
* fix: handle completion info check error
fixes Rosettea/Hilbish#329

* make changelog more descriptive
2024-12-28 19:53:19 -04:00
sammyette a02cd1d7ef
fix: use global env variables when executing 2024-12-28 19:50:06 -04:00
sammyette c969f5ed15
feat: complete hint text on right arrow (#328) 2024-12-22 12:09:57 -04:00
CelestialCrafter 36ce05e85a
fix: handle completion info check error (#330)
* fix: handle completion info check error
fixes Rosettea/Hilbish#329

* make changelog more descriptive
2024-11-22 20:20:43 -04:00
sammyette ac7c97442e
chore: bump for bugfix release 2024-11-04 06:54:09 -04:00
sammyette 7fc3f4a569
chore: revert "chore: add 2.4 motd (work in progress)"
This reverts commit e6b88816fd.
2024-11-04 06:51:31 -04:00
sammyette dbb45a1947
chore: revert "chore: bump to 2.4"
This reverts commit db851cf4f8.
2024-11-04 06:51:20 -04:00
sammyette 3da150bb64
chore: merge 2024-11-03 23:24:32 -04:00
sammyette 46968e632b
fix: bump golua (closes #326) 2024-11-03 23:24:18 -04:00
ShalokShalom 1e01580d8f
docs: add info about runner mode (#325) 2024-08-31 18:05:24 -04:00
sammyette edbc758c67
docs: use only 1 screenshot 2024-08-31 16:50:58 -04:00
TorchedSammy 824f5bd06d docs: [ci] generate new docs 2024-08-16 19:26:30 +00:00
sammyette a7ba2fdf1a
fix: add newline at the end of input if in an unfinished heredoc (#322)
and define (or fix) the behavior of input ending with a slash
it will now add a newline at the end of input always
2024-08-16 15:26:10 -04:00
sammyette e6b88816fd
chore: add 2.4 motd (work in progress) 2024-08-16 15:25:35 -04:00
sammyette db851cf4f8
chore: bump to 2.4 2024-08-16 15:23:55 -04:00
sammyette fc6a9a33e1
chore: update dependencies (fixes #318) 2024-08-15 12:38:35 -04:00
sammyette 0582fbd30c
chore: prepare v2.3.2 2024-07-30 19:26:35 -04:00
sammyette 137efe5c62
fix: motd typo 2024-07-30 19:24:57 -04:00
sammyette 72324c27de
fix: command path searching 2024-07-30 17:57:59 -04:00
sammyette ea233facc8
fix: get absolute path in fs.cd function 2024-07-27 14:28:09 -04:00
sammyette 19feda919e
chore: update changelog 2024-07-27 14:27:54 -04:00
sammyette e4df61f020
fix(nature/tips): cleanup tips display 2024-07-27 14:19:53 -04:00
sammyette 54b85b1c99
fix: add 2.3 motd 2024-07-27 14:10:21 -04:00
sammyette ddf5117fd9
chore: bump version 2024-07-26 18:08:43 -04:00
sammyette 5b46158008
fix(commands/cd): use absolute paths to cd 2024-07-26 18:08:26 -04:00
sammyette a41a5504f4
fix(nature/tips): opt typo 2024-07-26 18:07:55 -04:00
Nathan J Helmig 35a8d0eaa4
feat: adds some friendly tips (#315)
Co-authored-by: Nathan Helmig <nathanhelmig@pop-os.attlocal.net>
2024-07-21 19:02:46 -04:00
sammyette 8a1614ab59
ci: use wildcard for refs on branch name 2024-07-20 10:24:56 -04:00
sammyette cc43cb2d6e
fix: make website build on tag pushes 2024-07-20 10:19:22 -04:00
sammyette 1ba0dd183c
blog: add v2.3 release blog 2024-07-20 10:14:16 -04:00
sammyette 44d63a398a
chore: update changelog 2024-07-20 10:03:36 -04:00
sammyette 92448eec67
ci: add workflow dispatch to website 2024-07-20 09:57:51 -04:00
sammyette 4e882b376b
chore: update version info 2024-07-20 09:36:42 -04:00