Commit Graph

1184 Commits

Author SHA1 Message Date
sawka
49e56f91cd bug fixes for screen primary 2023-03-13 12:10:23 -07:00
sawka
0afacbd6d2 big update to support screen consolidation 2023-03-13 12:09:17 -07:00
sawka
1059a10727 remove screens from session. add screenlinestype (replaces 'window' lines) 2023-03-13 10:50:29 -07:00
sawka
fd33157130 more window/screen_window references removed 2023-03-13 02:09:29 -07:00
sawka
e154aacaad checkpoint, backend changes for consolidating window and screen_window to screen 2023-03-13 01:52:30 -07:00
sawka
ed6737157b background color black on startup 2023-03-12 17:38:03 -07:00
sawka
ee2fd8e98f let SIGHUP or stdin close trigger a shutdown 2023-03-12 15:24:53 -07:00
sawka
861cf8d126 fix shutdown loop -- have to ignore SIGHUP 2023-03-12 15:16:49 -07:00
sawka
34d4962b7a more logging, backup db on migration, fix issue with dbmapper (writing byte arrays) 2023-03-12 14:42:18 -07:00
sawka
5c0454e66f add sharemode 2023-03-12 13:33:56 -07:00
sawka
db5cecb1da first use of go generics for DB mapping functions. add cloud session tables. refactor some of dbops to use new generics. 2023-03-09 18:44:01 -08:00
sawka
f2529581e1 checkpoint, cloud sessions 2023-03-08 17:16:06 -08:00
sawka
f5fd231208 promptenc for encrypting/decrypting some plain fields in a struct to an encrypted field (json + aead) 2023-03-08 14:38:46 -08:00
sawka
0ad1d9236a commit unused code in working version 2023-03-08 09:56:38 -08:00
sawka
b20f85f8a2 commit keygen package (unused) 2023-03-08 09:50:07 -08:00
sawka
b2347f0b45 commit shparse test 2023-03-08 09:49:13 -08:00
sawka
c9d0aabfe5 add crypto libs 2023-03-08 09:37:52 -08:00
sawka
d0138c2627 implement ctrl-u / ctrl-y in cmdinput. also start working on welcome modal 2023-03-07 20:40:30 -08:00
sawka
ca527e6643 bump to v0.1.6 2023-03-06 15:53:08 -08:00
sawka
feea45aa19 bump to v0.1.6 2023-03-06 15:52:53 -08:00
sawka
5986ec1398 hide playbooks feature 2023-03-06 15:51:50 -08:00
sawka
1a377a4324 history uses CmdStrCode, now supports use/copy 2023-03-06 15:50:05 -08:00
sawka
66f55ad85c fix bugs with history query paging 2023-03-06 15:42:50 -08:00
sawka
4f5c820af3 refactor the cmdstr display element 2023-03-06 14:30:53 -08:00
sawka
61fa23b854 added search filter cmds 2023-03-06 13:57:28 -08:00
sawka
454c8758cd bug fixes, allow cmd filtering 2023-03-06 13:54:38 -08:00
sawka
3eadd676ce use new history search api 2023-03-06 11:49:14 -08:00
sawka
501b067ead add a filtered search mode to history search 2023-03-06 11:47:44 -08:00
sawka
aae5b81de0 updates for search by day 2023-03-05 13:54:17 -08:00
sawka
7516f880ae history search bugfixes 2023-03-05 13:53:24 -08:00
sawka
778d801b88 copy to clipboard as keyboard command as well 2023-03-05 13:24:29 -08:00
sawka
2e4d3c3da7 copied indicator -- quick flash. add copy button to cmdstr 2023-03-05 12:49:25 -08:00
sawka
04803a6c37 more advanced search options 2023-03-03 18:42:34 -08:00
sawka
56b74f35f3 allow many more history query search options 2023-03-03 18:12:24 -08:00
sawka
80388a7399 scroll to bottom if anchorline is not found 2023-03-03 18:04:53 -08:00
sawka
8a0d58e05d can now purge history items from history view 2023-03-03 13:31:45 -08:00
sawka
22d0c5687e call to purge history items 2023-03-03 13:31:16 -08:00
sawka
fb432b3cda submit command now returns a promise. add lines to modelupdate 2023-03-03 12:48:29 -08:00
sawka
68430d33a1 implement alert/confirm modal. some more history view cleanup 2023-03-03 12:38:55 -08:00
sawka
a81bf6ec67 fix last line scrolling 2023-03-03 12:06:17 -08:00
sawka
e073effe55 working on modal 2023-03-03 10:16:31 -08:00
sawka
60e17f160f add activesessionid to switch screen 2023-03-03 10:15:57 -08:00
sawka
58a8d02f9d can preview lines inside of history view. also implement view in context 2023-03-02 23:25:45 -08:00
sawka
77d27272a5 line:view command 2023-03-02 23:24:01 -08:00
sawka
b842ef3215 add lines/cmds to historyview data. fix bug with lineid not getting added for comment commands 2023-03-02 22:26:15 -08:00
sawka
075e98c4cf add getCmd to linecontainer 2023-03-02 00:41:16 -08:00
sawka
adfec86d8b working on history inbox view 2023-03-02 00:33:10 -08:00
sawka
014f1132a7 working on playbooks and history view 2023-03-02 00:31:19 -08:00
sawka
c3d07223f7 change unknown to question mark 2023-02-28 17:51:17 -08:00
sawka
fa393e2eec make a fake cmd for 'cr'. add 'connect' 2023-02-28 17:50:42 -08:00