sammyette sammyette
  • Joined on 2021-03-24
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-05-12 17:06:15 +00:00
bb7f9e45f0 chore: bump version
edd45e4182 fix: resplit input on alias
f9c1eced68 chore: bump version
Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-05-12 17:06:15 +00:00
edd45e4182 fix: resplit input on alias
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-05-12 01:06:15 +00:00
f9c1eced68 chore: bump version
fd478e883f feat: args variable (resolves #49)
0f9d3732fb fix: check if type assertion of return value is valid
accd4beeba fix(cd): return err code of fs.cd instead of 1 specifically
a140db1610 fix(cd): make it return 1 exit code on err
Compare 13 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-05-12 01:06:15 +00:00
fd478e883f feat: args variable (resolves #49)
0f9d3732fb fix: check if type assertion of return value is valid
accd4beeba fix(cd): return err code of fs.cd instead of 1 specifically
a140db1610 fix(cd): make it return 1 exit code on err
630d7dde9c fix: prefer to run preload in cwd first
Compare 9 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-05-08 16:56:14 +00:00
8f94990fc3 feat: add exec function
1bacbfc778 fix: correct description for -n
8d5e36bcde fix: reorder init code, making hilbish faster when used non-interactively
941902f43b style: remove unneeded assign to _
cdd9dc1544 chore: merge from master
Compare 7 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-05-08 16:56:14 +00:00
941902f43b style: remove unneeded assign to _
cdd9dc1544 chore: merge from master
e6382d454d feat: add -n flag (closes #47)
Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-05-03 16:56:14 +00:00
70a9e471eb fix: typo in README (#46)
sammyette synced new reference v0.4.0 to sammyette/Hilbish from mirror 2021-05-02 00:56:15 +00:00
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-05-02 00:56:15 +00:00
6bb2a2f8c8 chore: make login message use less lines in code
8242e0bfc9 fix: use lunacolors instead of ansikit
69883c6b73 docs: add --recursive flag to git clone
4d38b913f1 feat: add lunacolors library
32dea836d5 fix!: remove format function from ansikit
Compare 20 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-05-02 00:56:14 +00:00
6bb2a2f8c8 chore: make login message use less lines in code
8242e0bfc9 fix: use lunacolors instead of ansikit
69883c6b73 docs: add --recursive flag to git clone
4d38b913f1 feat: add lunacolors library
32dea836d5 fix!: remove format function from ansikit
Compare 20 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-05-01 16:56:14 +00:00
75d7c6acc6 chore: bump version
96600398b7 fix: dont be interactvive if source is provided
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-05-01 16:56:14 +00:00
75d7c6acc6 chore: bump version
96600398b7 fix: dont be interactvive if source is provided
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-05-01 08:56:15 +00:00
88d9f2e21d chore: bump version
a7d8851de0 fix: make -i false by default and fix cmdflag comparing
520fdaf728 chore: merge from dev branch
89fc544545 feat: switch to getopt library and add running lua source files from cli
e7dcbd5a95 feat: add string.split function
Compare 6 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-05-01 08:56:15 +00:00
88d9f2e21d chore: bump version
a7d8851de0 fix: make -i false by default and fix cmdflag comparing
520fdaf728 chore: merge from dev branch
89fc544545 feat: switch to getopt library and add running lua source files from cli
e7dcbd5a95 feat: add string.split function
Compare 7 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-04-29 16:46:15 +00:00
777d6ac482 docs: Add zypper to the README (#42)
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-04-29 08:46:14 +00:00
d7104ec591 refactor(minor): reduce amount of renamed modules to 0 now
e0cf87d272 refactor(minor): reduce the amount of module renaming
a29eddb1bf style: remove extra spaces at map; dont make them lineup
dc9bd1864c chore: remove redundant module renaming
d551d0f2ab style: add spaces between binary ops and rename appendpath function to be camelCase
Compare 9 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-04-28 16:46:15 +00:00
8af74a395e wip: add appendpath
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-04-25 00:46:14 +00:00
bf11feb48b fix: makefile login shell file fix (#38)
926fc96895 docs: update readme to not say its beta
Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror 2021-04-25 00:46:14 +00:00
926fc96895 docs: update readme to not say its beta
d4ecdd5ea0 feat: -i (--interactive) and -c (--command) flag
3862d2898c chore: update manifests
d9c05e485d style: spacing between binary op
5d0fecf902 fix: use readline in continue prompt
Compare 22 commits »
sammyette synced commits to dev at sammyette/Hilbish from mirror 2021-04-24 08:46:14 +00:00
d4ecdd5ea0 feat: -i (--interactive) and -c (--command) flag
3862d2898c chore: update manifests
d9c05e485d style: spacing between binary op
5d0fecf902 fix: use readline in continue prompt
935bed3dc6 fix: switch back to readline for the time being
Compare 5 commits »