2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-03-13 18:00:41 +00:00

876 Commits

Author SHA1 Message Date
TorchedSammy
cb6f17c8fa details: make triangle in prompt change color based on command result 2021-03-30 19:48:37 -04:00
TorchedSammy
f20be5153f feat: add hooks/events 2021-03-30 19:47:02 -04:00
TorchedSammy
352c5f73a8 chore: merge from master 2021-03-28 19:31:29 -04:00
TorchedSammy
e561be0c9f chore: comments everywhere 2021-03-28 18:58:58 -04:00
TorchedSammy
479968f79e fix: dont replace ^^ in commands before, or in quotes 2021-03-28 18:15:51 -04:00
TorchedSammy
b735421af8 feat: add ^^ for last command 2021-03-28 17:51:15 -04:00
TorchedSammy
d945d510f7 feat: printf-like formatting for prompt 2021-03-28 17:11:57 -04:00
TorchedSammy
8b7c7e707a chore: fix todo 2021-03-26 11:41:07 -04:00
TorchedSammy
7486d58465 fix: merge conflicts 2021-03-26 01:14:25 -04:00
TorchedSammy
aea035fe41 wip(feat): bait package for hooks 2021-03-26 01:12:55 -04:00
TorchedSammy
c5fa238156 wip: get prompt from format function 2021-03-26 01:06:14 -04:00
gokul swaminathan
795a7d7fca
fix: #7 and add -i flag to sed cmd (#11)
* Fixes #7 and adds `-i` to sed cmd

* Removed build dep

* Update README.md

* improve sed cmd
2021-03-25 22:07:58 -04:00
devins2518
e4218a135a
fix: only create rc file if it doesn't exist (#10) 2021-03-25 12:07:51 -04:00
devins2518
eeafd1e5cf
fix: add hilbish to /etc/shells (#9) 2021-03-25 12:04:42 -04:00
TorchedSammy
4a08ab7837 chore: update todo 2021-03-24 23:50:33 -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
913d6486ac fix: merge conflicts; dont set /bin/zsh explicitly unless used with flag (for neofetch to use hilbish :)) 2021-03-24 20:58:31 -04:00
TorchedSammy
deb1bc8a5e chore: bump version v0.1.2 2021-03-24 20:22:25 -04:00
TorchedSammy
1c1ec87612 feat: add to history for lua 2021-03-24 20:21:55 -04:00
TorchedSammy
972c6e44b3 feat: go to next line if sh input is incomplete v0.1.1 2021-03-24 19:18:30 -04:00
TorchedSammy
d3bd47963d chore: bump version v0.1.0 2021-03-24 15:04:09 -04:00
TorchedSammy
bad357af48 chore: update todo 2021-03-24 15:03:58 -04:00
TorchedSammy
e4c3445f59 chore: update readme 2021-03-24 15:03:49 -04:00
TorchedSammy
76d0806375 feat: switch to master's readline lib; add tab complete and sh support 2021-03-24 14:50:22 -04:00
Matei Cotocel
81b2d6c53a
Add Arch installation instructions to README (#6)
* Add Arch installation instructions to README

* Highlighted (unofficial) in bold
2021-03-23 09:56:41 -04:00
TorchedSammy
fb8248c7b8 fix: change makefile and install instructions 2021-03-23 00:05:21 -04:00
gokul swaminathan
1f1d36f06c
Added Makefile (#5)
* Added a makefile

* Update readme with makefile instructions
2021-03-22 17:23:24 -04:00
TorchedSammy
c62745792b chore: say that the dev branch is an option for pipes 2021-03-22 02:48:49 -04:00
TorchedSammy
9cc9c4ae33 fix(readme): fix install commands formatting 2021-03-21 18:20:35 -04:00
TorchedSammy
9d12997511 chore: add link to docs 2021-03-21 18:19:26 -04:00
TorchedSammy
551795d43c chore: update readme 2021-03-21 17:46:38 -04:00
TorchedSammy
8661cb0560 chore: update cp command 2021-03-21 17:46:13 -04:00
TorchedSammy
5186d785a9 feat: aliases via alias(alias, orig) 2021-03-21 17:20:19 -04:00
TorchedSammy
b27b656dd6 fix: try loading preload in current directory v0.0.12 2021-03-21 14:47:27 -04:00
TorchedSammy
aecf098d65 chore: add better install instructions and clarify some things 2021-03-21 14:46:45 -04:00
TorchedSammy
adb3c0df16 feat: use commanding table to store custom commands, load preload file and set require path in go 2021-03-21 12:42:04 -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
511c734eed fix: my stupidity in handling both configs not found 2021-03-21 03:58:04 -04:00
TorchedSammy
45064af34f create config if missing 2021-03-21 03:51:44 -04:00
TorchedSammy
c04a27b48c chore: order ansikit and make import global 2021-03-21 03:05:39 -04:00
TorchedSammy
646a138dcd chore: bump version 2021-03-21 02:46:47 -04:00
TorchedSammy
f943a55940 fix: dont replace ~ if in quotes; replace ~ with $HOME 2021-03-21 02:45:27 -04:00
TorchedSammy
7dc2d99682 Merge branch 'master' of https://github.com/Hilbis/Hilbish 2021-03-21 02:44:13 -04:00
TorchedSammy
b0ab7fb8d7 feat: replace home char 2021-03-21 02:44:03 -04:00
TorchedSammy
8234f7b497 feat: replace /home/sammy with $HOME 2021-03-21 02:43:20 -04:00
TorchedSammy
22d744bd59 fix: remove path logging 2021-03-21 02:42:53 -04:00
TorchedSammy
d96b39156d chore: update todo 2021-03-21 02:33:55 -04:00
TorchedSammy
74bc7b9ba7 chore: remove unnecessary code 2021-03-21 02:33:20 -04:00