Commit Graph

  • e580112e1b
    refactor: use lua.Check<Type> where possible (resolves #40) sammy 2021-05-01 13:42:15 -0400
  • d2a44c70c0
    chore: remove redundant module renaming sammy 2021-05-01 13:38:01 -0400
  • 447775f8c4
    chore: bump version sammy 2021-05-01 13:33:05 -0400
  • 338b45227c
    chore: merge from master sammy 2021-05-01 13:32:09 -0400
  • 80029cfff3
    feat: make cd builtin work with env variables (resolves #43) sammy 2021-05-01 13:31:51 -0400
  • d653a9c349
    fix: newline near contributors imgs (#45) Brandon Wright 2021-05-01 18:05:54 +0100
  • a864608121 fix: newline near contributors imgs Brandon Wright 2021-05-01 17:50:20 +0100
  • 9b3f8e818c
    style: add space between binary op sammy 2021-05-01 11:55:09 -0400
  • 75d7c6acc6
    chore: bump version sammy 2021-05-01 10:51:00 -0400
  • 96600398b7
    fix: dont be interactvive if source is provided sammy 2021-05-01 10:44:15 -0400
  • 88d9f2e21d
    chore: bump version sammy 2021-05-01 02:31:49 -0400
  • a7d8851de0
    fix: make -i false by default and fix cmdflag comparing sammy 2021-05-01 01:50:22 -0400
  • 520fdaf728
    chore: merge from dev branch sammy 2021-05-01 01:15:19 -0400
  • 89fc544545
    feat: switch to getopt library and add running lua source files from cli sammy 2021-05-01 01:08:55 -0400
  • e7dcbd5a95
    feat: add string.split function sammy 2021-05-01 01:08:20 -0400
  • 507c8b6ed2
    chore: update manifest files sammy 2021-05-01 01:07:55 -0400
  • 777d6ac482
    docs: Add zypper to the README (#42) Freddson 2021-04-29 16:02:04 +0200
  • 59d4cd5ceb
    docs: Add zypper to the README Freddson 2021-04-29 16:00:25 +0200
  • d7104ec591
    refactor(minor): reduce amount of renamed modules to 0 now sammy 2021-04-28 19:22:11 -0400
  • e0cf87d272
    refactor(minor): reduce the amount of module renaming sammy 2021-04-28 18:57:28 -0400
  • a29eddb1bf
    style: remove extra spaces at map; dont make them lineup sammy 2021-04-28 18:54:16 -0400
  • dc9bd1864c
    chore: remove redundant module renaming sammy 2021-04-28 18:52:42 -0400
  • d551d0f2ab
    style: add spaces between binary ops and rename appendpath function to be camelCase sammy 2021-04-28 18:35:04 -0400
  • 345ff65da8
    fix: remove appendpath from preload.lua Devin Singh 2021-04-28 17:13:43 -0500
  • 786b95c266
    feat: appendpath function Devin Singh 2021-04-28 17:09:10 -0500
  • 4476a96eec
    feat(wip): add appendpath Devin Singh 2021-04-28 06:26:23 -0500
  • bf11feb48b
    fix: makefile login shell file fix (#38) gokul swaminathan 2021-04-24 16:32:41 -0700
  • a16858e5f6
    style: remove extra space in makefile gokul swaminathan 2021-04-24 16:25:54 -0700
  • 65ea1108b0 fix: makefile login shell file fix Gokul Swami 2021-04-24 16:16:50 -0700
  • 926fc96895
    docs: update readme to not say its beta sammy 2021-04-24 18:42:39 -0400
  • d4ecdd5ea0
    feat: -i (--interactive) and -c (--command) flag sammy 2021-04-24 00:12:18 -0400
  • 3862d2898c
    chore: update manifests sammy 2021-04-24 00:10:51 -0400
  • d9c05e485d
    style: spacing between binary op sammy 2021-04-23 23:44:59 -0400
  • 5d0fecf902
    fix: use readline in continue prompt sammy 2021-04-23 23:44:22 -0400
  • 935bed3dc6
    fix: switch back to readline for the time being sammy 2021-04-23 23:42:34 -0400
  • 17e12c8c2a
    chore: merge from master, resolve conflicts sammy 2021-04-20 19:31:19 -0400
  • bdc8c770e6
    fix: aliases for lua commands sammy 2021-04-20 19:26:33 -0400
  • 08c56a54ca
    style: formatting sammy 2021-04-20 17:52:01 -0400
  • 428db24831
    style: put all vars in 1 var() sammy 2021-04-20 17:51:12 -0400
  • 7b0b06d9bf
    fix: dont make continue prompt input include a newline sammy 2021-04-19 22:08:16 -0400
  • 94f0ccf9f6
    chore: formatting Devin Singh 2021-04-18 21:09:27 -0500
  • 050165d7b1
    fix: make --login actually a flag sammy 2021-04-18 19:01:55 -0400
  • aa5b68ec2b
    fix: assign loginshflag to throwaway var sammy 2021-04-18 18:53:22 -0400
  • 55c05a9a92
    feat: add login flag (todo) sammy 2021-04-18 18:50:18 -0400
  • 53adc6ab21
    chore: bump verison sammy 2021-04-18 17:48:04 -0400
  • 2f8cb200ba
    chore: merge from hilbiline branch sammy 2021-04-18 17:44:46 -0400
  • b37f2411c7
    chore: update manifests sammy 2021-04-18 15:42:39 -0400
  • e32639800e
    fix: dont use readline at all sammy 2021-04-18 15:41:37 -0400
  • 04875dc493 feat: adds shell.nix (#26) legendofmiracles 2021-04-18 15:49:56 +0000
  • 7193c20e99
    chore: fix merge conflict sammy 2021-04-16 11:37:22 -0400
  • 98ff54a4f4
    fix: set prompt to nothing initially sammy 2021-04-16 11:36:23 -0400
  • 385b59bfda
    chore: bump version sammy 2021-04-16 10:42:44 -0400
  • 5e44b84272
    chore: update manifest files sammy 2021-04-16 10:28:28 -0400
  • e2c775a89d
    fix: print newline on ctrlc sammy 2021-04-16 10:27:11 -0400
  • 00ff4d6149 fix: dont print "// interrupt" on ctrlc sammy 2021-04-15 06:28:47 -0400
  • 2089d71ed2 feat: switch to hilbiline sammy 2021-04-14 19:55:03 -0400
  • 885c54ed3f feat: ctrl c to cancel input sammy 2021-04-14 13:20:03 -0400
  • cd96ac86ac chore: remove old commented code sammy 2021-04-14 13:19:41 -0400
  • 21e6ff8055 fix: lua require paths sammy 2021-04-11 17:44:34 -0400
  • a9c5b4eea1 fix: lua require paths sammy 2021-04-11 17:09:54 -0400
  • c393080a2e chore: bump version v0.3.2 sammy 2021-04-10 08:37:51 -0400
  • 3c4351a8fe fix: remove print sammy 2021-04-09 23:14:10 -0400
  • 3cb8e64dc0 feat: add more require paths and change ordering sammy 2021-04-09 23:13:28 -0400
  • 1868715b8a chore: merge from master sammy 2021-04-09 20:00:53 -0400
  • b38585e86d chore: update .gitignore sammy 2021-04-09 18:22:28 -0400
  • 3523bfa28b feat: add more paths to package.path sammy 2021-04-09 18:22:05 -0400
  • 2c711de9dc feat: add mkdir and stat functions to fs module TorchedSammy 2021-04-09 18:10:18 -0400
  • 34a652c8bd chore: remove todo file TorchedSammy 2021-04-08 14:56:16 -0400
  • f02b6528e8 docs: add badges TorchedSammy 2021-04-08 14:55:37 -0400
  • 74a6eda0f3 docs: add screenshots and link to CONTRIBUTING.md TorchedSammy 2021-04-08 14:48:42 -0400
  • e5d8f88f46 docs: more content to CONTRIBUTING.md TorchedSammy 2021-04-08 14:47:15 -0400
  • 101de3387e docs: add screenshots of hilbish TorchedSammy 2021-04-08 14:03:26 -0400
  • 9e253c739e chore: merge from dev TorchedSammy 2021-04-08 10:34:03 -0400
  • 3fd5fc8ac2
    docs: update docs to reflect both aur versions (#33) devins2518 2021-04-08 09:29:48 -0500
  • 2ecb4c66de
    docs: added CONTRIBUTING.md and a pull request template (#32) devins2518 2021-04-08 09:28:56 -0500
  • 0512e2d5ba
    docs: update docs to reflect both aur versions Devin Singh 2021-04-08 09:25:11 -0500
  • bf9b182569
    docs: add pull request template Devin Singh 2021-04-08 09:06:59 -0500
  • 63c8fe61be
    docs: add CONTRIBUTING.md Devin Singh 2021-04-08 08:59:54 -0500
  • 1c84647713
    Slightly Edited README Oyo 2021-04-07 23:09:09 -0600
  • b28315dc3e
    adds shell.nix legendofmiracles 2021-04-07 15:27:32 +0200
  • bbfe28dbae chore: fix formatting and add comma TorchedSammy 2021-04-07 09:18:06 -0400
  • 140bdeebd7
    chore: fix default luarc grammar (#24) devins2518 2021-04-07 08:10:11 -0500
  • df92e45b40
    chore: fix default luarc grammar Devin Singh 2021-04-07 07:56:26 -0500
  • 0fa3d50db7 feat: add -C flag (closes #20) TorchedSammy 2021-04-07 08:40:40 -0400
  • 2b01d5edb2 feat: always print prompt on newline; complete missing linefeed - "\r" TorchedSammy 2021-04-06 21:12:19 -0400
  • c0f34fd784 fix: return ansikit in setTitle function TorchedSammy 2021-04-06 12:55:02 -0400
  • 51bcc51687 fix: syntax errors TorchedSammy 2021-04-06 12:52:56 -0400
  • b266c31bb8 feat: almost completely finish ansikit TorchedSammy 2021-04-06 09:40:50 -0400
  • 0f01d077a4 chore: bump version v0.3.1 TorchedSammy 2021-04-05 23:02:29 -0400
  • 21033764a9 fix: use username in prompt format instead of user's real name TorchedSammy 2021-04-05 23:01:21 -0400
  • 3460df6863 fix: make cd only throw command.exit hooks v0.3.0 TorchedSammy 2021-04-05 18:31:59 -0400
  • fad4282345 chore: bump version TorchedSammy 2021-04-05 18:25:55 -0400
  • febd6ba2cd chore: merge from master TorchedSammy 2021-04-05 18:19:08 -0400
  • 84d55a38b0 feat: change multiline prompt via multiprompt function (closes #13) TorchedSammy 2021-04-05 18:07:47 -0400
  • 4c63009f56 feat!: add more functions to ansikit, change text function to format TorchedSammy 2021-04-05 17:33:36 -0400
  • 898f8816ff fix: update to work with latest hilbish TorchedSammy 2021-04-05 17:27:55 -0400
  • 271ea946eb fix: update to work with latest ansikit TorchedSammy 2021-04-05 17:26:55 -0400
  • 807ec15faa fix: cleanup and move exit command to lua side TorchedSammy 2021-04-05 15:21:44 -0400
  • ef4975f984 feat: fallback to default config on error loading user conf TorchedSammy 2021-04-04 20:31:32 -0400
  • 3cb3b34023 fix: add back sh, cleanup a bit and use new functions TorchedSammy 2021-04-04 20:30:47 -0400