Commit Graph

  • d469fed490 working on getting comppos to work recursively sawka 2022-11-18 19:05:03 -0800
  • 54e42ad10e checkpoint on finding command completion point sawka 2022-11-18 16:16:31 -0800
  • 3474177f28 split cmdnone on command separators sawka 2022-11-18 14:57:25 -0800
  • a630606020 working on integrating position. identify cmd assignment words. make group words consistent. always copy Raw runes. fixup command whitespace sawka 2022-11-18 14:26:52 -0800
  • a599dc473a split words into simple commands. identify bash keywords. light parsing of bash language to get command separation sawka 2022-11-18 00:09:18 -0800
  • 082b146409 extension functions, word meta sawka 2022-11-16 23:52:10 -0800
  • 7f4e5c0ef1 checkpoint, starting extend sawka 2022-11-16 22:17:38 -0800
  • 475d7cd647 subparse backticks and dollar double quote sawka 2022-11-16 12:00:44 -0800
  • ec2de4609b add QC to word, refactor makeWord, fix special variables sawka 2022-11-16 11:13:15 -0800
  • f1958eaac7 recursive parsing for double quotes, subshells, and variable expansions sawka 2022-11-16 00:37:22 -0800
  • d44242fe71 checkpoint on new shparse sawka 2022-11-15 10:27:36 -0800
  • b9fd4df60f words -> str. test roundtrip sawka 2022-11-15 00:39:53 -0800
  • 06724528cc checkpoint sawka 2022-11-15 00:36:30 -0800
  • 9da092816a checkpoint sawka 2022-11-14 19:57:29 -0800
  • 55767e3256 remove shellescape dependency sawka 2022-11-14 13:56:50 -0800
  • 24f17ff5e9 checkpoint shparse sawka 2022-11-14 13:56:28 -0800
  • 5fa7aa52d3 updates for new compgen sawka 2022-11-10 18:52:38 -0800
  • 90bcb09b3e hook up new command completion sawka 2022-11-10 18:51:20 -0800
  • afbdf644bf checkpoint on comp sawka 2022-11-10 16:00:51 -0800
  • f81bea6658 check in some tests for comp package sawka 2022-11-10 15:39:13 -0800
  • 2ab8795643 comp checkpoint sawka 2022-11-10 15:28:39 -0800
  • 055dc7c8ac checkpoint on compgen sawka 2022-11-10 13:52:51 -0800
  • 01821ca094 allow variable comptype sawka 2022-11-09 20:38:47 -0800
  • 848f7164a3 checkpoint on completion sawka 2022-11-09 20:38:28 -0800
  • b8d4bb071a fix links to dist-dev sawka 2022-11-08 14:36:30 -0800
  • d86bee87d8 partial word expansion sawka 2022-11-04 12:28:08 -0700
  • 4392956f99 replace expand.Literal with safer hand-written version that only expands quoted strings and literals sawka 2022-11-03 23:53:25 -0700
  • d225c988ed checkpoint on new completion parsing function sawka 2022-11-03 19:16:14 -0700
  • d7b67582eb use deepequal for vars sawka 2022-11-02 18:45:13 -0700
  • 76d3c10748 decls equal fn -- must parse associative arrays (order is not consistent in bash output) sawka 2022-11-02 18:41:53 -0700
  • d4e4b497fb scripthaus env vars. also mshellbinaryfrompackage for install sawka 2022-11-01 21:42:56 -0700
  • ee36078082 parameterize the mshell bin directory (for packaging). inject MSHELL variables for execution sawka 2022-11-01 21:19:42 -0700
  • d9cd211149 packaging with scripthaus-server and mshell binaries, separate dev/prod builds. emain to launch local server from package sawka 2022-11-01 21:18:40 -0700
  • 56a91a9601 update packaging to create a packaged electron app for frontend sawka 2022-11-01 00:07:25 -0700
  • 7b11999d29 electron packaging sawka 2022-10-31 16:41:44 -0700
  • cd0a65f120 update to electron v19.1.3 sawka 2022-10-31 14:59:31 -0700
  • d5142a1eb9 update packages sawka 2022-10-31 12:51:25 -0700
  • d9163d6af4 use log.Printf, ensure sc home dir sawka 2022-10-31 12:40:45 -0700
  • d6ba16613c store migrations in go source (via embed) sawka 2022-10-31 12:24:21 -0700
  • ebb196f164 send initial local server status sawka 2022-10-30 13:06:25 -0700
  • f35adf1da0 watch stdin, kill server is stdin is closed sawka 2022-10-30 13:05:53 -0700
  • 4078cb1f1e local server control sawka 2022-10-30 12:53:39 -0700
  • 8939c57dd8 minor, add isempty func for shellstate sawka 2022-10-30 12:52:58 -0700
  • 260fc2d313 working on server control and packaging sawka 2022-10-30 12:52:40 -0700
  • 9027edc0e1 disconnected modal sawka 2022-10-28 14:17:45 -0700
  • 29dbf5dde9 runcommand now sets the state at the time of execution sawka 2022-10-27 22:52:38 -0700
  • bba43c8540 minor css update sawka 2022-10-27 22:24:22 -0700
  • 31a38cbdae state updates (yay) sawka 2022-10-27 22:22:17 -0700
  • 2df33621fd stateful commands block other commands while they are running, introduce waiting state sawka 2022-10-27 22:00:10 -0700
  • 1da450e61c implement reinit, also do not store 'columns' var sawka 2022-10-27 21:59:17 -0700
  • 56259e3f05 fix cmd done lock ordering (actually start the cmdwait). implement reset command to re-initialize the terminal sawka 2022-10-27 17:10:36 -0700
  • f8d23a68f3 minor update sawka 2022-10-27 15:25:58 -0700
  • bb7f475055 updates for rtnstate sawka 2022-10-27 00:36:03 -0700
  • e5d2267f27 minor updates to get state to be consistent sawka 2022-10-27 00:34:16 -0700
  • 0060c8ffc2 big update to handle cmd returnstate (still need to process new state with donepacket) sawka 2022-10-27 00:33:50 -0700
  • d50ed6ca6c work on evalbracketargs sawka 2022-10-26 14:51:12 -0700
  • cabf8a50ff updates for new shellvars sawka 2022-10-25 12:31:29 -0700
  • 245a1995e2 parse shellvariables with args sawka 2022-10-25 12:31:07 -0700
  • c9195b3cfd move some sh parsing to shexec sawka 2022-10-24 21:29:11 -0700
  • 674a6ef11e grab shell vars with export vars sawka 2022-10-24 21:26:39 -0700
  • 5d6c77491f add shell parser sawka 2022-10-24 15:35:01 -0700
  • babf4f392a input modes sawka 2022-10-22 23:54:46 -0700
  • 3b7dd7c01e working on source command sawka 2022-10-22 14:46:39 -0700
  • d8b5508b77 returnstate option for runpk (for sourcing files) sawka 2022-10-22 14:45:31 -0700
  • c0b3db19d4 cleanups for terminal interaction sawka 2022-10-20 16:15:21 -0700
  • caf8b1d151 use statediff for output for setenv, unset, and cd sawka 2022-10-20 16:14:14 -0700
  • e55f7fb4fe working with new static commands sawka 2022-10-18 18:03:02 -0700
  • fdc5a289a9 use packet.ShellState, send aliases and functions as part of state sawka 2022-10-16 23:51:04 -0700
  • b9c3940b99 big change to execution, run command as a script and set aliases/funcs sawka 2022-10-16 23:46:59 -0700
  • 1c2c8c2f4d return defined bash aliases in initpk sawka 2022-10-15 13:45:52 -0700
  • 4744eaa491 handle non-running terminal keypresses sawka 2022-10-13 18:58:21 -0700
  • f73baf440c fix scrollbars, lighten scrollbars when not focused sawka 2022-10-13 16:09:26 -0700
  • 4892c45921 remove empty cursor line when terminal is not running sawka 2022-10-12 13:57:15 -0700
  • aa2e6b471b small updates for cmd-fg sawka 2022-10-11 23:13:34 -0700
  • c940c7b85b cmd-fg, update when cmd done back to input sawka 2022-10-11 23:11:43 -0700
  • 5c8dabbb2c fixing focus bugs sawka 2022-10-11 14:57:22 -0700
  • a0de45949f better focus handling sawka 2022-10-11 13:25:23 -0700
  • 61dac018fb allow negative numbers for anchor offset sawka 2022-10-11 13:23:38 -0700
  • 0bf36be982 checkpoint, focusing cmds sawka 2022-10-11 01:11:36 -0700
  • 62fc2594ef checkpoint cmd-fg sawka 2022-10-11 01:11:04 -0700
  • cb94936aad checkpoint on selection/fg model sawka 2022-10-10 23:44:04 -0700
  • d19f29c467 single-thread DB access. send selectedline updates for run/comment commands sawka 2022-10-10 17:30:48 -0700
  • 8c01aa787b add focus indicator to comment lines sawka 2022-10-10 17:29:59 -0700
  • b74ed98374 add meta-pageup/meta-pagedown sawka 2022-10-10 17:18:40 -0700
  • 3bc8328c02 finish up scroll to newly selected line sawka 2022-10-10 15:21:43 -0700
  • 82819bbe94 updating selectedline will now scroll the window sawka 2022-10-10 12:45:57 -0700
  • d04f94d481 add static version of bulma 0.9.4 sawka 2022-10-10 12:21:26 -0700
  • c5e3de9fdc add static version of font-awesome 4.7 sawka 2022-10-10 12:19:19 -0700
  • 051110cdc1 fix font loading sawka 2022-10-10 12:08:29 -0700
  • 05592bda4c big overhaul of scrollsync and term loading code for UI sawka 2022-10-07 18:25:47 -0700
  • e7ceecee5b l-cmd model update sawka 2022-10-07 14:37:25 -0700
  • 0053ebbfa9 add cmd-l listener sawka 2022-10-07 14:36:34 -0700
  • 82e88d2f61 use refs sawka 2022-10-07 11:32:58 -0700
  • ab31aecf90 working on line selection / fg commands sawka 2022-10-07 01:08:52 -0700
  • 43cf55b25e commands for line selection, updated resolver to allow 'S' and 'E' sawka 2022-10-07 01:08:03 -0700
  • 2d089b98fb tweaks to genericresolver (and bug fix) sawka 2022-10-06 23:58:38 -0700
  • 271dde4d1d checkpoint on screen window changes sawka 2022-10-06 18:35:01 -0700
  • fbe652b932 add scrolltop and selectedline to screen_window sawka 2022-10-06 18:33:54 -0700
  • 1939cba14f use static font files, checkpoint on focus-indicator for lines sawka 2022-10-06 15:40:53 -0700
  • 4e5c1aab1c fix termsize calculations for canvas renderer 7.2px not 8px sawka 2022-10-06 15:17:48 -0700