Commit Graph

  • bcc249a4bd
    feat: add aliases interface (closes #87 and #86) TorchedSammy 2021-12-14 20:54:23 -0400
  • afa40dd1a1
    docs: update readme with new description TorchedSammy 2021-12-14 10:19:11 -0400
  • fe8372379c
    fix: make user dataDir on non linux the config dir dev TorchedSammy 2021-12-14 09:41:47 -0400
  • 2e4bea8292
    refactor!: replace hilbish.xdg with hilbish.userDir TorchedSammy 2021-12-13 20:13:17 -0400
  • b920f7d7b1
    docs: change the description for the hilbish module TorchedSammy 2021-12-13 17:32:55 -0400
  • bcfbb20685
    fix: dont export lua init TorchedSammy 2021-12-08 23:31:48 -0400
  • 4dadfb0874
    docs(contributing): fix sentence in making pr section TorchedSammy 2021-12-08 23:04:30 -0400
  • 970fe43413
    chore: remove newline between replace directives in module file TorchedSammy 2021-12-07 18:01:31 -0400
  • 11aaa0cd36
    feat: accept a function in complete TorchedSammy 2021-12-07 17:58:56 -0400
  • 6bff669abe
    docs(bait): document catchOnce TorchedSammy 2021-12-07 17:41:41 -0400
  • c6edbc20af
    style: dont explicitly set exitcode to 0 since its the default value TorchedSammy 2021-12-07 17:27:07 -0400
  • 82b4fa5e7c
    fix(docgen): revert "fix(docgen): trim trailing space from doc comments" TorchedSammy 2021-12-07 17:08:25 -0400
  • 3f1f698511
    fix(docgen): trim trailing space from doc comments TorchedSammy 2021-12-07 16:57:53 -0400
  • 3421f286f2
    fix: remove index subdoc (resolves #84) TorchedSammy 2021-12-07 16:24:55 -0400
  • bfc141f655
    fix: add home to recent dirs when visited (cd with no args) TorchedSammy 2021-12-07 16:13:05 -0400
  • 2f809e398c
    fix: use fork of go readline TorchedSammy 2021-12-06 20:56:04 -0400
  • 2ede1a195f
    chore: remove test completion code TorchedSammy 2021-12-06 20:52:49 -0400
  • 6653fa2e03
    feat: add new readline lib TorchedSammy 2021-12-06 20:48:16 -0400
  • 5c6310b1ca
    refactor: dont export functions and types TorchedSammy 2021-12-06 17:21:31 -0400
  • 369ddcc100
    chore: use correct version of hilbiline TorchedSammy 2021-12-06 17:19:22 -0400
  • eaaf17a792
    fix: make table for `args` instead of using luar TorchedSammy 2021-12-06 16:32:34 -0400
  • f60f61e616
    style: remove new line TorchedSammy 2021-12-06 16:26:51 -0400
  • 28fcdb3122
    fix: take care of readline segfault, update deps TorchedSammy 2021-12-06 16:24:25 -0400
  • 4e2e8ddf94
    fix: revert "fix: resize if terminal has been resized during running command and fix readline segfault" TorchedSammy 2021-12-06 16:07:23 -0400
  • d270e8f66b
    fix: resize if terminal has been resized during running command and fix readline segfault TorchedSammy 2021-12-06 15:53:51 -0400
  • 6ac4aa50b3
    fix: check if interactive when handling signals TorchedSammy 2021-12-06 15:45:35 -0400
  • 2a71fb0075
    fix!: change xdg config file to init.lua TorchedSammy 2021-12-06 15:42:04 -0400
  • 51b1219003
    feat(bait): add catchOnce function TorchedSammy 2021-12-04 17:59:19 -0400
  • dd45766bae
    style: dont redeclare function param, just assign TorchedSammy 2021-12-04 17:56:37 -0400
  • 144e158473
    chore: remove unused function param TorchedSammy 2021-12-04 17:56:11 -0400
  • dedb8cbf76
    chore: make typ a local TorchedSammy 2021-12-04 17:54:04 -0400
  • 284d4e01a3
    chore: rename f to fname in subdoc map (doesnt redefine f) TorchedSammy 2021-12-04 17:53:34 -0400
  • 3d36786cc7
    chore: remove redundant returns TorchedSammy 2021-12-04 17:53:10 -0400
  • 074c5f6766
    fix: require lunacolors in preload TorchedSammy 2021-12-04 17:50:04 -0400
  • 2e21af4d6b
    refactor: use curuser to get homedir everywhere TorchedSammy 2021-12-01 18:31:04 -0400
  • effd028658
    fix: substitution of home dir to ~ when names in path match it TorchedSammy 2021-12-01 18:30:03 -0400
  • 4a517bde5e
    fix: remove handler when error in hook occurs TorchedSammy 2021-12-01 17:35:12 -0400
  • 6a526dbbe4
    fix: dont panic when error in bait hook occurs TorchedSammy 2021-12-01 17:29:57 -0400
  • 3568b62219
    style: use decl and assign operator instead of var and = TorchedSammy 2021-12-01 17:29:14 -0400
  • 34778a4bdf
    fix!: default SHLVL to 0 instead of 1 TorchedSammy 2021-11-28 23:19:14 -0400
  • ce0b2ab955
    fix: dont print extra new line on ctrl+d in continue prompt TorchedSammy 2021-11-28 10:44:02 -0500
  • 9261253b63
    fix: stop interval if error occurs TorchedSammy 2021-11-28 09:29:17 -0500
  • f6aaf85cca
    fix: make minimal config actually minimal and not require lunacolors TorchedSammy 2021-11-27 22:51:32 -0500
  • 12910ba724
    fix: add docs for hilbish.xdg TorchedSammy 2021-11-25 22:24:35 -0500
  • e8a69d36bb
    fix: executable tab completion TorchedSammy 2021-11-23 19:09:07 -0500
  • c329d21e7d
    chore: make changelogs and bump for 0.7.1 v0.7.1 TorchedSammy 2021-11-22 22:54:20 -0500
  • 4aafddfdb1
    fix: tab complete absolute path binaries properly TorchedSammy 2021-11-22 22:52:14 -0500
  • 80dcfc362b
    fix: allow non absolute paths to be executed TorchedSammy 2021-11-22 22:49:23 -0500
  • 4127396892
    docs: add docs for new functions v0.7.0 TorchedSammy 2021-11-22 22:04:30 -0500
  • 7ab81a61df
    fix: dont trim trailing space for completion field TorchedSammy 2021-11-22 21:52:58 -0500
  • 65435572d4
    docs: clarify what a scope is TorchedSammy 2021-11-22 19:39:56 -0500
  • c0abeee648
    docs: fixed heading size for bugfixes in 0.7 TorchedSammy 2021-11-22 19:38:55 -0500
  • a38625d821
    docs: changelog for 0.7 TorchedSammy 2021-11-22 19:38:06 -0500
  • 4e244e141f
    fix: remove variables heading if there is none, account for global in new module doc format TorchedSammy 2021-11-22 19:20:57 -0500
  • f741c2709c
    fix: check and print module isnt found instead of failing TorchedSammy 2021-11-22 19:20:22 -0500
  • 179947cd98
    fix: only add __docProp metatable from SetField function TorchedSammy 2021-11-22 19:19:36 -0500
  • 43ddab699f
    feat: add in shell documentation for module properties TorchedSammy 2021-11-22 18:59:28 -0500
  • 538ba3547f
    chore: reorder code TorchedSammy 2021-11-22 18:58:30 -0500
  • e67c549714
    fix: get function docs for normal modules (regression from 52a6eb2125) TorchedSammy 2021-11-22 18:29:26 -0500
  • 812de48558
    fix: completions not working with aliases commands (resolves #82) TorchedSammy 2021-11-22 18:01:59 -0500
  • 52a6eb2125
    docs: document available bait hooks TorchedSammy 2021-11-22 16:36:32 -0500
  • c61b428d67
    fix: panic when error occurs in commander TorchedSammy 2021-11-22 15:40:56 -0500
  • af4c3885ae
    feat: add signal hooks for sigint and sigwinch (#80) TorchedSammy 2021-11-22 15:13:05 -0500
  • 94a8b4ad47
    feat: add prependPath function (resolves #81) TorchedSammy 2021-11-22 12:46:39 -0500
  • 72cf776882
    fix: use golang path list separator to not be unix specific TorchedSammy 2021-11-22 12:45:45 -0500
  • 123f8992b1
    feat: add tab completion api TorchedSammy 2021-11-22 11:24:31 -0500
  • 77cc7fe24a
    fix: only resize term if not running command TorchedSammy 2021-11-22 10:41:27 -0500
  • 5a258ce68e
    chore: bump version TorchedSammy 2021-11-22 10:39:50 -0500
  • 35e648b7bc
    style: remove extra whitespace TorchedSammy 2021-11-21 18:50:35 -0500
  • 06272778f8
    fix: say if no perms for executable instead of printing not found TorchedSammy 2021-11-21 18:45:44 -0500
  • 2f816c33cd
    fix: revert "chore: update deps" sammyette 2021-10-30 23:08:29 -0400
  • 9b66547803
    docs: change urls to use new org name sammyette 2021-10-30 20:03:59 -0400
  • e06765abc3
    chore: update deps sammyette 2021-10-30 20:01:07 -0400
  • 2073752e7e
    chore: merge from dev sammyette 2021-10-30 19:57:50 -0400
  • 84ec3d085d
    feat: add hilbish.read function sammyette 2021-10-30 19:53:42 -0400
  • 97a6e4baf2
    feat: add hilbish.interactive and hilbish.login vars sammyette 2021-10-30 19:44:40 -0400
  • 174d67c9e1
    chore: bump version v0.6.1 sammyette 2021-10-21 22:54:23 -0400
  • c360ac7126
    docs: add changelog for 0.6.1 sammyette 2021-10-21 22:54:04 -0400
  • f46d4c7024
    docs: just remove the vertical split sammyette 2021-10-21 22:41:48 -0400
  • d3c50aa227
    docs: add newline before short description sammyette 2021-10-21 22:40:51 -0400
  • 1ee8827c9c
    docs: put short description above vertical split sammyette 2021-10-21 22:38:20 -0400
  • 54d88f9f6c
    fix: use forked version of sh interp sammyette 2021-10-21 21:52:40 -0400
  • 80acd0857d
    fix(cd): use correct var sammyette 2021-10-21 20:55:54 -0400
  • c12fd1a8b4
    fix: let sh interp handle registered commanders sammyette 2021-10-21 20:49:28 -0400
  • 1a7dccb757
    feat(cd): show path in error messages sammyette 2021-10-21 20:49:00 -0400
  • b008d48c60
    fix: handle ctrl c properly when not interactive sammyette 2021-10-18 12:12:54 -0400
  • 2cf979401b
    feat: use dataDir in requirePaths sammyette 2021-10-17 23:14:18 -0400
  • 87fcdd3c10
    fix: remove / at the end of xdg data path sammyette 2021-10-17 23:13:53 -0400
  • 9f523ba3c0
    chore: fix merge conflict sammyette 2021-10-17 23:10:20 -0400
  • e08e3b9b94
    fix: require paths sammyette 2021-10-17 23:09:48 -0400
  • 00f41a95bc
    fix: use dataDir var in requirePaths sammyette 2021-10-17 23:00:38 -0400
  • b1f4efd9ac
    docs: remove links section sammyette 2021-10-17 22:43:58 -0400
  • 212a52fd04
    docs: fix link to nixos install info sammyette 2021-10-17 22:36:42 -0400
  • 0c7fadbaad
    docs: add nix installation instructions (#78) legendofmiracles 2021-10-17 20:34:43 -0600
  • e39acb7193
    docs: add nix installation instructions legendofmiracles 2021-10-17 20:31:20 -0600
  • a8ecd44efb
    docs: add changelog for 0.6.0 v0.6.0 sammyette 2021-10-17 19:43:28 -0400
  • ce4ba48da0
    feat: pass command string to command.exit, fix aliases with sh interp sammyette 2021-10-17 19:37:37 -0400
  • 7a4cbbddff
    fix(ansikit)!: return hyperlink ascii code instead of printing it sammyette 2021-10-17 19:19:43 -0400
  • 72194898ba
    fix: add back inspect sammyette 2021-10-17 18:51:44 -0400
  • 3bd71828fa
    fix: temporarily remove inspect sammyette 2021-10-17 18:51:25 -0400