sammyette sammyette
  • Joined on 2021-03-24
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-06-12 09:56:15 +00:00
cd06c61195 chore: bump version
f594d48790 fix: print error in interval func instead of panic
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-06-12 01:56:15 +00:00
a4dbfbf4bb feat: add hilbish.home
efc956a04c fix: cleanup, store lua commands in map
1e1662a6b2 feat: add interval function
fe3df8c66e feat: add timeout function
419e327d95 fix: prompt for new input on error with ContinuePrompt
Compare 9 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-06-12 01:56:15 +00:00
a4dbfbf4bb feat: add hilbish.home
efc956a04c fix: cleanup, store lua commands in map
1e1662a6b2 feat: add interval function
fe3df8c66e feat: add timeout function
419e327d95 fix: prompt for new input on error with ContinuePrompt
Compare 10 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-06-10 17:56:15 +00:00
b3a28b067c style: use camel case for var name
sammyette synced new reference feature/update-readme-archlinux-instalation-readline to sammyette/Hilbish from mirror 2021-06-10 01:56:15 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-06-10 01:56:15 +00:00
edcc1b39f0 docs: add todo to lua.go
646cb93dec feat: support comptime sample conf declaration
13dc0cd857 feat: support comptime config dir declaration
792ce996d3 fix: return 0 exit code when cd with noarg instead of throwing hook explicitly
95dee1f4dd fix: check aliases before going to sh interp
Compare 18 commits »
sammyette synced new reference docs/add-readline-install-for-arch to sammyette/Hilbish from mirror 2021-06-10 01:56:15 +00:00
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-06-10 01:56:15 +00:00
edcc1b39f0 docs: add todo to lua.go
646cb93dec feat: support comptime sample conf declaration
13dc0cd857 feat: support comptime config dir declaration
792ce996d3 fix: return 0 exit code when cd with noarg instead of throwing hook explicitly
95dee1f4dd fix: check aliases before going to sh interp
Compare 13 commits »
sammyette synced new reference feature/update-readme-archlinux-instalation-readline to sammyette/Hilbish from mirror 2021-06-09 17:46:16 +00:00
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-06-09 01:46:15 +00:00
e37abcb08b feat: define preload file in var
be5ebd6ada feat: add back cancel input on ctrl c
86dbb97cae feat: define lua require paths in var
2a084fc03e fix: make minimal config work with new version
ef45bafb54 fix: remove extra newline in error message
Compare 5 commits »
sammyette synced new reference refactor to sammyette/Hilbish from mirror 2021-06-08 01:46:15 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-06-06 17:46:15 +00:00
f0013096fd chore: update urls to reflect org name change
f6986446c0 docs: go get all modules
Compare 2 commits »
sammyette synced new reference refactor to sammyette/Hilbish from mirror 2021-06-04 01:36:15 +00:00
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-06-04 01:36:15 +00:00
f0013096fd chore: update urls to reflect org name change
f6986446c0 docs: go get all modules
Compare 2 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-06-02 09:36:16 +00:00
1623f0d85d fix: dont go interactive if not terminal (closes #48)
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-06-02 09:36:16 +00:00
1623f0d85d fix: dont go interactive if not terminal (closes #48)
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-05-29 09:36:15 +00:00
7e970e9e81 feat: increment $SHLVL (closes #55)
5408e68e19 fix: use hilbish.cwd to get cwd
af4b4b2ae0 feat: add hilbish.cwd function
ba6d7972e0 chore: merge
9573c2732d feat: cd - changes pwd to previous one
Compare 10 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-05-29 09:36:15 +00:00
7e970e9e81 feat: increment $SHLVL (closes #55)
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-05-28 01:26:15 +00:00
5408e68e19 fix: use hilbish.cwd to get cwd
af4b4b2ae0 feat: add hilbish.cwd function
ba6d7972e0 chore: merge
9573c2732d feat: cd - changes pwd to previous one
c1b9e5bc81 feat: add goro function
Compare 5 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-05-26 01:26:15 +00:00
9defa737f4 fix!: remove recursive aliases