2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-03 01:32:03 +00:00

29 Commits

Author SHA1 Message Date
TorchedSammy
26add67287
feat: implement bait 2022-03-28 17:48:12 -04:00
TorchedSammy
016a3a2ec7
refactor: start work on lua 5.4
lots of commented out code

ive found a go lua library which implements lua 5.4
and found an opportunity to start working on it.
this commit basically removes everything and just leaves
enough for the shell to be "usable" and able to start.
there are no builtins or libraries (besides the `hilbish` global)
2022-03-27 22:17:59 -04:00
TorchedSammy
c5dd05bb1e
refactor: remove mode from prompt func in default conf and dont refresh in vim mode 2022-03-13 16:12:34 -04:00
TorchedSammy
3babf36c43
fix: remove newline from prompt 2022-03-06 22:23:38 -04:00
TorchedSammy
ec886e17fa
fix: dont refresh prompt at startup 2022-03-06 17:20:41 -04:00
TorchedSammy
0b1b5bff2d
feat: change cursor shape based on vim mode 2022-03-06 10:08:42 -04:00
TorchedSammy
11f193b394
fix: make default config work with breaking changes 2022-02-23 21:14:49 -04:00
TorchedSammy
9d685ab785
feat: add hilbish.greeting 2021-12-31 13:25:53 -04:00
sammyette
4b2891b503
fix: use new way to get username in default config 2021-05-16 17:40:55 -04:00
sammy
6bb2a2f8c8
chore: make login message use less lines in code 2021-05-01 16:28:43 -04:00
sammy
8242e0bfc9
fix: use lunacolors instead of ansikit 2021-05-01 16:18:11 -04:00
sammy
a75100d15d
feat: add _user variable
this will probably change to a better global var in the
future, but it's `_user` now.
this provides a simple, guaranteed way of getting the
current user's name
$USER (in?)correctly shows the previous user when
`su` is used, _user will always be root in this case
2021-05-01 14:51:57 -04:00
sammy
cd96ac86ac chore: remove old commented code 2021-04-14 13:19:41 -04:00
TorchedSammy
bbfe28dbae chore: fix formatting and add comma 2021-04-07 09:18:06 -04:00
devins2518
140bdeebd7
chore: fix default luarc grammar (#24) 2021-04-07 09:10:11 -04:00
TorchedSammy
898f8816ff fix: update to work with latest hilbish 2021-04-05 17:27:55 -04:00
TorchedSammy
71504c9990 chore: add a "motd" 2021-04-03 13:14:25 -04:00
TorchedSammy
cb6f17c8fa details: make triangle in prompt change color based on command result 2021-03-30 19:48:37 -04:00
TorchedSammy
1ee4c10a89 change: use c style formatting verbs 2021-03-24 23:32:13 -04:00
TorchedSammy
da9cfd5e04 chore: change default config 2021-03-24 20:59:36 -04:00
TorchedSammy
a3d8f56d78 feat: preload file, make config more minimal 2021-03-21 12:41:23 -04:00
TorchedSammy
5c9a117985 fix: only try to change directory if one was provided 2021-03-21 04:09:45 -04:00
TorchedSammy
c04a27b48c chore: order ansikit and make import global 2021-03-21 03:05:39 -04:00
TorchedSammy
22d744bd59 fix: remove path logging 2021-03-21 02:42:53 -04:00
TorchedSammy
74bc7b9ba7 chore: remove unnecessary code 2021-03-21 02:33:20 -04:00
TorchedSammy
cf317a9c64 fix: include other path (/usr/share/hilbish/) for packages 2021-03-21 02:27:16 -04:00
TorchedSammy
93ce2a9cef "feat: cd builtin at lua config" 2021-03-20 18:51:51 -04:00
TorchedSammy
333141ab60 feat(libs): add ansi lib for easier color codes, change config to use it 2021-03-19 21:08:19 -04:00
TorchedSammy
e529796139 add config file 2021-03-19 20:28:22 -04:00