Commit Graph

  • 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
  • 7615e56ffd
    feat: add cdr command sammyette 2021-10-17 18:39:26 -0400
  • d51ae7d310
    chore: update succulent sammyette 2021-10-17 18:39:14 -0400
  • 3042fce50e
    fix: cleanup since returned tables from functions aren't userdata anymore sammyette 2021-10-17 18:10:06 -0400
  • 9b6ca1faf4
    style: make modules underlined and colored sammyette 2021-10-17 18:09:42 -0400
  • b97e1efa8d
    fix(cd): correctly report error sammyette 2021-10-17 17:55:41 -0400
  • 86013e6576
    fix: use RaiseError function from gopher-lua instead of Error sammyette 2021-10-17 17:55:21 -0400
  • 51a68e24cf
    chore: update succulent to fixed ver sammyette 2021-10-17 17:54:52 -0400
  • c95fb05fbf
    fix: dont use luar to pass command args to commander sammyette 2021-10-17 17:46:26 -0400
  • 006f0f986e
    fix(fs): stop using luar, make readdir return a proper table sammyette 2021-10-17 17:26:29 -0400
  • 7769d68859
    style: use green instead of blue in doc command sammyette 2021-10-17 17:23:35 -0400
  • 586566c595
    chore: make changelog.md in uppercase sammyette 2021-10-17 17:17:53 -0400
  • 1e76b1501f
    fix: add back dataDir field to hilbish module sammyette 2021-10-17 17:16:49 -0400
  • 7d9d3e4d72
    style: make highlighted parts of docs underlined blue in doc command sammyette 2021-10-17 17:16:27 -0400
  • 37610ad8b0
    fix: remove extra newline on exit sammyette 2021-10-17 16:47:04 -0400
  • 6271a7fc18
    fix: use succulent in preload, remove string split from preload sammyette 2021-10-17 16:32:04 -0400
  • ad698b1a03
    chore: bump version sammyette 2021-10-17 16:31:43 -0400
  • 1b79abdab7
    feat: add succulent lib sammyette 2021-10-17 16:31:31 -0400
  • 7a3d9022e9
    fix: add commonRequirePaths and linuxUserPaths to avoid repetition with custom require paths sammyette 2021-10-17 16:27:14 -0400
  • 3d53e85fc9
    feat: add terminal package sammyette 2021-10-17 16:10:57 -0400
  • 85b347d5f3
    feat(ansikit): add link function sammyette 2021-10-17 13:23:58 -0400
  • 6b065dc035
    fix(fs): make stat better sammyette 2021-10-17 12:56:45 -0400
  • df70082a81
    feat: add doc command (closes #76) sammyette 2021-10-16 15:42:55 -0400
  • 4dd6db54fe
    fix: stop using setField wrapper sammyette 2021-10-16 15:40:08 -0400
  • afd999a7b0
    docs: add docs for functions sammyette 2021-10-16 15:38:49 -0400
  • 54635072f6
    fix(docgen): use better perm mask for output files and folder sammyette 2021-10-16 15:38:17 -0400
  • bd3e9fdca6
    docs: make linebreaks to descriptions for better alignment sammyette 2021-10-16 15:36:30 -0400