sammyette synced commits to master at sammyette/Hilbish from mirror
- c03671f47d chore: rename files to avoid collision (hilbish bin and shell.nix)
sammyette synced commits to master at sammyette/Hilbish from mirror
- 5787582c2e fix: expansion on quotes in alias expansion
- 9d685ab785 feat: add hilbish.greeting
- bcbd4be7f9 feat: allow appendPath to take table of paths (closes #88)
- Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 54689b7dd1 docs: add newline after aur badge
- 740adf27f3 docs: change sizes of some headers and link to aur package
- 40578d9d5f fix: use a rwmutex for aliases map
- Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- f81babe973 docs: remove extra newline after short description
sammyette synced commits to master at sammyette/Hilbish from mirror
- f6ff6bb274 fix(hilbish.aliases): push list of aliases in all() function
sammyette synced commits to master at sammyette/Hilbish from mirror
- bcc249a4bd feat: add aliases interface (closes #87 and #86)
sammyette synced commits to dev at sammyette/Hilbish from mirror
- fe8372379c fix: make user dataDir on non linux the config dir
- 2e4bea8292 refactor!: replace hilbish.xdg with hilbish.userDir
- b920f7d7b1 docs: change the description for the hilbish module
- bcfbb20685 fix: dont export lua init
- 4dadfb0874 docs(contributing): fix sentence in making pr section
- Compare 48 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- afa40dd1a1 docs: update readme with new description
- fe8372379c fix: make user dataDir on non linux the config dir
- Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 2e4bea8292 refactor!: replace hilbish.xdg with hilbish.userDir
sammyette synced commits to master at sammyette/Hilbish from mirror
- b920f7d7b1 docs: change the description for the hilbish module
sammyette synced commits to master at sammyette/Hilbish from mirror
- bcfbb20685 fix: dont export lua init
- 4dadfb0874 docs(contributing): fix sentence in making pr section
- Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 970fe43413 chore: remove newline between replace directives in module file
- 11aaa0cd36 feat: accept a function in complete
- 6bff669abe docs(bait): document catchOnce
- c6edbc20af style: dont explicitly set exitcode to 0 since its the default value
- 82b4fa5e7c fix(docgen): revert "fix(docgen): trim trailing space from doc comments"
- Compare 8 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 2f809e398c fix: use fork of go readline
- 2ede1a195f chore: remove test completion code
- 6653fa2e03 feat: add new readline lib
- Compare 3 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 5c6310b1ca refactor: dont export functions and types
- 369ddcc100 chore: use correct version of hilbiline
- eaaf17a792 fix: make table for `args` instead of using luar
- f60f61e616 style: remove new line
- 28fcdb3122 fix: take care of readline segfault, update deps
- Compare 9 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 51b1219003 feat(bait): add catchOnce function
- dd45766bae style: dont redeclare function param, just assign
- 144e158473 chore: remove unused function param
- dedb8cbf76 chore: make typ a local
- 284d4e01a3 chore: rename f to fname in subdoc map (doesnt redefine f)
- Compare 7 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 2e21af4d6b refactor: use curuser to get homedir everywhere
- effd028658 fix: substitution of home dir to ~ when names in path match it
- 4a517bde5e fix: remove handler when error in hook occurs
- 6a526dbbe4 fix: dont panic when error in bait hook occurs
- 3568b62219 style: use decl and assign operator instead of var and =
- Compare 5 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- 34778a4bdf fix!: default SHLVL to 0 instead of 1
sammyette synced commits to master at sammyette/Hilbish from mirror
- ce0b2ab955 fix: dont print extra new line on ctrl+d in continue prompt
- 9261253b63 fix: stop interval if error occurs
- Compare 2 commits »
sammyette synced commits to master at sammyette/Hilbish from mirror
- f6aaf85cca fix: make minimal config actually minimal and not require lunacolors
sammyette synced commits to master at sammyette/Hilbish from mirror
- 12910ba724 fix: add docs for hilbish.xdg