sammyette
|
2de1d26b39
|
Merge d6eb92f321 into ea233facc8
|
2024-07-27 15:05:55 -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 |
sammyette
|
d6eb92f321
|
fix: attempt some small fixes for loading modules
|
2024-07-26 17:58:25 -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
|
2eb1ea398f
|
ci: add midnight edition on build name
|
2024-07-21 12:24:10 -04:00 |
sammyette
|
983605a5f7
|
ci: make builds between midnight and standard more distinct
|
2024-07-21 12:18:48 -04:00 |
sammyette
|
29ac92dc0b
|
fix: int64/int mixup, missing imports
|
2024-07-21 11:40:13 -04:00 |
sammyette
|
1f9fd80fbb
|
feat: begin initial port to c lua
|
2024-07-21 11:37:08 -04:00 |
sammyette
|
17a3e2c0c4
|
refactor(bait): catch function
|
2024-07-20 15:18:05 -04:00 |
sammyette
|
4fdc99db88
|
refactor: rewrite appendPath to use moonlight
|
2024-07-20 15:11:45 -04:00 |
sammyette
|
69fcd8e348
|
refactor: rewrite runner module for moonlight, add hilbish.runnerMode function
|
2024-07-20 14:49:43 -04:00 |
sammyette
|
0c904321f4
|
fix: initialize some modules
|
2024-07-20 14:15:26 -04:00 |
sammyette
|
4d07f166b6
|
refactor: rewrite hilbish.prompt for moonlight
|
2024-07-20 12:12:06 -04:00 |
sammyette
|
f37f5b7ddc
|
refactor: rewrite terminal library with moonlight
|
2024-07-20 11:59:14 -04:00 |
sammyette
|
80e6dedf9e
|
feat: rewrite hilbish.cwd for moonlight
|
2024-07-20 11:47:59 -04:00 |
sammyette
|
57a65cb039
|
feat: add moonlight to commander
|
2024-07-20 11:46:07 -04:00 |
sammyette
|
a5f695eb98
|
feat: implement parts of fs
|
2024-07-20 11:34:39 -04:00 |
sammyette
|
40a90c899b
|
docs: remove moonlight edition promo
|
2024-07-20 11:00:34 -04:00 |
sammyette
|
a15b1030d4
|
chore: update branch
|
2024-07-20 11:00:01 -04:00 |
sammyette
|
e335ef5994
|
feat: add userDir module
|
2024-07-20 10:53:49 -04:00 |
sammyette
|
56045ed236
|
feat: implement bait loading
|
2024-07-20 10:50:04 -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 |
sammyette
|
5f8d942f0a
|
fix: reuse shell runner instance (#312)
|
2024-07-20 09:31:57 -04:00 |
sammyette
|
41e5e3f789
|
feat: commanders can exit via ctrl c (#313)
|
2024-07-19 18:46:46 -04:00 |
sammyette
|
826b0789cb
|
docs: promote midnight edition on main readme
|
2024-07-19 17:43:49 -04:00 |
sammyette
|
af67bbd625
|
docs: link pr on readme
|
2024-07-19 17:43:32 -04:00 |
sammyette
|
930a974725
|
chore: make codacy happy (again)
|
2024-07-19 17:38:13 -04:00 |
sammyette
|
cdd2272e23
|
chore: make codacy happy
|
2024-07-19 17:32:18 -04:00 |
sammyette
|
4e589792f6
|
docs: add more details
|
2024-07-19 17:04:48 -04:00 |
sammyette
|
43c467df50
|
chore: upload midnight edition logo
|
2024-07-19 17:03:56 -04:00 |
sammyette
|
e93ffdabb0
|
docs: add readme for midnight edition
|
2024-07-19 17:03:24 -04:00 |
sammyette
|
4524c1451a
|
feat: add moonlight lua abstraction library
future plans: add the ability to use c lua
(or luajit) with hilbish
benefits? speed, i guess?
|
2024-07-19 16:54:15 -04:00 |
sammyette
|
bfa3b55542
|
chore: merge
|
2024-07-19 09:51:12 -04:00 |
sammyette
|
f7e66bb957
|
docs: bump version requirement
|
2024-07-19 09:48:40 -04:00 |
sammyette
|
d7ab887234
|
feat: allow builds for unix (#311)
|
2024-07-19 09:48:01 -04:00 |
youkwhd
|
b24fc4a422
|
fix: check if no command passed to exec (#310)
* fix: check if no command passed to exec
* docs: add exec fixes
* chore: remove extra space
|
2024-07-10 10:04:15 -04:00 |
sammyette
|
0e4b95d9b9
|
fix: make -S flag set absolute path to hilbish
|
2024-06-25 16:48:32 -04:00 |
sammyette
|
38d036d96f
|
fix: history navigation going out of bounds
|
2024-06-14 08:23:20 -04:00 |
sammyette
|
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 |