Commit Graph

  • 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
  • 22270dc537 fix: trim input and remove comment TorchedSammy 2021-04-04 20:30:03 -0400
  • cfdab00684 fix: make shell continue prompt "sh> " TorchedSammy 2021-04-04 18:43:55 -0400
  • cc183620c5 fix: move input checks to main.go, some cleanup TorchedSammy 2021-04-04 18:42:56 -0400
  • a30489aa52 chore: merge from master TorchedSammy 2021-04-04 13:15:55 -0400
  • 453d04983a chore: add readline as prerequisite TorchedSammy 2021-04-04 13:14:30 -0400
  • f4b45b370e feat: multiline input with \ (hilbish only has lua input currently) TorchedSammy 2021-04-04 13:04:57 -0400
  • 6c050194ed
    feat: Proxy global string variables to ENV (#16) Jack 2021-04-03 16:08:04 -0400
  • f42a1898d7 feat: Proxy global string variables to ENV Jack Johannesen 2021-04-03 16:00:35 -0400
  • ad1be6b5f5
    feat: Add command.exit signal to bait (#15) Jack 2021-04-03 14:33:38 -0400
  • 1cad05ac18 feat: Add command.exit signal to bait Jack Johannesen 2021-04-03 14:33:11 -0400
  • c8d2c47319 feat: Add command.exit signal to bait Jack Johannesen 2021-04-03 14:12:42 -0400
  • 71504c9990 chore: add a "motd" TorchedSammy 2021-04-03 13:14:14 -0400
  • 4f4237a3e9 chore: split up go source files TorchedSammy 2021-04-03 13:13:45 -0400
  • 164ef34c6d
    Merge pull request #2 from Hilbis/master Akshay Bhat 2021-04-03 20:25:17 +0530
  • a0bc8e026a feat: save history to file TorchedSammy 2021-04-01 22:12:03 -0400
  • 23f6986123 chore: add semantic pull requests config TorchedSammy 2021-03-31 14:08:34 -0400
  • 2d93f2ce4a chore: update todo TorchedSammy 2021-03-31 13:57:20 -0400
  • b1f2a36639 fix: trim spaces in cd func TorchedSammy 2021-03-31 13:46:49 -0400
  • 204d50d73c feat(preload/cd): throw command hooks in cd command and add support for folders with spaces TorchedSammy 2021-03-31 13:46:22 -0400
  • 0987899144 fix: throw command.success hook after successfullua input TorchedSammy 2021-03-31 12:53:33 -0400
  • a9018a2740 fix: return correct error code and fix error level TorchedSammy 2021-03-31 07:32:47 -0400
  • 5500baf5b6 feat: throw cd hook when chanding directory TorchedSammy 2021-03-31 01:02:14 -0400
  • 60a0204958 chore: add todo node TorchedSammy 2021-03-31 00:02:39 -0400
  • 8d92fc3b74 feat: cd with no path changes to homedir TorchedSammy 2021-03-30 23:59:59 -0400
  • 7326cb77c6 fix: display error to user if dir does not exist TorchedSammy 2021-03-30 23:58:12 -0400
  • 0d5c826f54 fix: change error level to 2 TorchedSammy 2021-03-30 23:57:13 -0400
  • 5dd7ce382a fix: throw lua error if fs.cd fails TorchedSammy 2021-03-30 23:56:37 -0400
  • 1d22e4cdc1 fix: move LuaInit function to lua.go TorchedSammy 2021-03-30 22:37:08 -0400
  • 1234c780f8 chore: new entry to todo TorchedSammy 2021-03-30 22:36:56 -0400
  • 09a4cb4787 chore: update version v0.2.0 TorchedSammy 2021-03-30 19:50:35 -0400
  • c5a58b1d01 chore: update todo TorchedSammy 2021-03-30 19:50:02 -0400
  • cb6f17c8fa details: make triangle in prompt change color based on command result TorchedSammy 2021-03-30 19:48:37 -0400
  • f20be5153f feat: add hooks/events TorchedSammy 2021-03-30 19:47:02 -0400
  • 352c5f73a8 chore: merge from master TorchedSammy 2021-03-28 19:31:29 -0400
  • e561be0c9f chore: comments everywhere TorchedSammy 2021-03-28 18:58:58 -0400
  • 479968f79e fix: dont replace ^^ in commands before, or in quotes TorchedSammy 2021-03-28 18:15:51 -0400
  • b735421af8 feat: add ^^ for last command TorchedSammy 2021-03-28 17:51:15 -0400
  • d945d510f7 feat: printf-like formatting for prompt TorchedSammy 2021-03-28 17:11:57 -0400
  • 8b7c7e707a chore: fix todo TorchedSammy 2021-03-26 11:41:07 -0400
  • 7486d58465 fix: merge conflicts TorchedSammy 2021-03-26 01:14:25 -0400
  • aea035fe41 wip(feat): bait package for hooks TorchedSammy 2021-03-26 01:12:55 -0400
  • c5fa238156 wip: get prompt from format function TorchedSammy 2021-03-26 01:06:14 -0400
  • 795a7d7fca
    fix: #7 and add `-i` flag to sed cmd (#11) gokul swaminathan 2021-03-25 19:07:58 -0700
  • b7d4b0a687 Merge branch 'master' of github.com:JavaCafe01/Hilbish Gokul Swami 2021-03-25 18:56:18 -0700
  • b75c72f80b improve sed cmd Gokul Swami 2021-03-25 18:56:07 -0700
  • 22403c247d
    Update README.md gokul swaminathan 2021-03-25 18:55:04 -0700
  • 7924c2635d Removed build dep Gokul Swami 2021-03-25 18:50:38 -0700
  • 01ea6d1ab3 Fixes #7 and adds `-i` to sed cmd Gokul Swami 2021-03-25 18:27:35 -0700
  • e4218a135a
    fix: only create rc file if it doesn't exist (#10) devins2518 2021-03-25 11:07:51 -0500
  • eeafd1e5cf
    fix: add hilbish to /etc/shells (#9) devins2518 2021-03-25 11:04:42 -0500
  • 42917a7e81 fix: only create rc file if it doesn't exist Devin Singh 2021-03-25 15:33:48 +0000
  • 559ba08a5c fix: add hilbish to /etc/shells Devin Singh 2021-03-25 13:30:43 +0000
  • 4a08ab7837 chore: update todo TorchedSammy 2021-03-24 23:50:33 -0400
  • 1ee4c10a89 change: use c style formatting verbs TorchedSammy 2021-03-24 23:32:13 -0400
  • da9cfd5e04 chore: change default config TorchedSammy 2021-03-24 20:59:36 -0400
  • 913d6486ac fix: merge conflicts; dont set /bin/zsh explicitly unless used with flag (for neofetch to use hilbish :)) TorchedSammy 2021-03-24 20:58:31 -0400
  • deb1bc8a5e chore: bump version v0.1.2 TorchedSammy 2021-03-24 20:22:25 -0400
  • 1c1ec87612 feat: add to history for lua TorchedSammy 2021-03-24 20:21:55 -0400
  • 972c6e44b3 feat: go to next line if sh input is incomplete v0.1.1 TorchedSammy 2021-03-24 19:18:30 -0400
  • d3bd47963d chore: bump version v0.1.0 TorchedSammy 2021-03-24 15:04:09 -0400
  • bad357af48 chore: update todo TorchedSammy 2021-03-24 15:03:58 -0400
  • e4c3445f59 chore: update readme TorchedSammy 2021-03-24 15:03:49 -0400
  • 76d0806375 feat: switch to master's readline lib; add tab complete and sh support TorchedSammy 2021-03-24 14:50:22 -0400
  • 81b2d6c53a
    Add Arch installation instructions to README (#6) Matei Cotocel 2021-03-23 17:56:41 +0400
  • 473a3505db
    Highlighted (unofficial) in bold Matei Cotocel 2021-03-23 17:04:38 +0400
  • 2118548c52
    Add Arch installation instructions to README Matei Cotocel 2021-03-23 15:01:13 +0400
  • fb8248c7b8 fix: change makefile and install instructions TorchedSammy 2021-03-23 00:05:21 -0400
  • 1f1d36f06c
    Added Makefile (#5) gokul swaminathan 2021-03-22 14:23:24 -0700
  • cb5e8e6fd3
    Update readme with makefile instructions gokul swaminathan 2021-03-22 00:08:24 -0700
  • 0918ba7161 Added a makefile Gokul Swami 2021-03-22 00:04:13 -0700
  • c62745792b chore: say that the dev branch is an option for pipes TorchedSammy 2021-03-22 02:48:49 -0400
  • 9cc9c4ae33 fix(readme): fix install commands formatting TorchedSammy 2021-03-21 18:20:35 -0400
  • 9d12997511 chore: add link to docs TorchedSammy 2021-03-21 18:19:26 -0400
  • 551795d43c chore: update readme TorchedSammy 2021-03-21 17:46:38 -0400
  • 8661cb0560 chore: update cp command TorchedSammy 2021-03-21 17:46:13 -0400
  • 5186d785a9 feat: aliases via alias(alias, orig) TorchedSammy 2021-03-21 17:19:51 -0400
  • b27b656dd6 fix: try loading preload in current directory v0.0.12 TorchedSammy 2021-03-21 14:47:27 -0400
  • aecf098d65 chore: add better install instructions and clarify some things TorchedSammy 2021-03-21 14:46:45 -0400
  • adb3c0df16 feat: use commanding table to store custom commands, load preload file and set require path in go TorchedSammy 2021-03-21 12:42:04 -0400
  • a3d8f56d78 feat: preload file, make config more minimal TorchedSammy 2021-03-21 12:41:23 -0400
  • 5c9a117985 fix: only try to change directory if one was provided TorchedSammy 2021-03-21 04:09:45 -0400
  • 511c734eed fix: my stupidity in handling both configs not found TorchedSammy 2021-03-21 03:58:04 -0400
  • 45064af34f create config if missing TorchedSammy 2021-03-21 03:51:44 -0400
  • c04a27b48c chore: order ansikit and make import global TorchedSammy 2021-03-21 03:05:39 -0400