Tim Stack
82b10e2b23
[readline] handle width properly
...
Fixes #1100
2023-06-17 08:44:01 -07:00
Tim Stack
c69b398944
[tutorial] add more steps to the first tutorial
2022-08-30 13:23:15 -07:00
Tim Stack
1fd274ce24
[docs] some more updates to docs
...
Also, add support for overstruck/backspace-underscore for
doing bold/underline.
2022-08-08 23:14:02 -07:00
Tim Stack
9c03938ff3
use scnlib instead of sscanf/strtod
2022-07-28 23:31:58 -07:00
Timothy Stack
8ef581177c
[line_buffer] add some performance counters for tracking SQL perf
...
Also, check for keyboard input during SQL execution
so we can cancel.
Fixes #894
2022-07-27 21:49:14 -07:00
Timothy Stack
45270505e3
[status] some more user notification tweaks
2022-07-15 21:41:47 -07:00
Timothy Stack
52fe2db376
[spectro] add a summary overlay to the selected position and show log messages in a panel
2022-07-05 11:06:37 -07:00
Timothy Stack
a27198e8ca
[regex101] add an integration with regex101
...
... and a pile of other changes
2022-04-30 13:06:01 -07:00
Timothy Stack
0785a432fa
[console] colorize console output
2022-04-12 16:07:13 -07:00
Timothy Stack
81e63784e7
[modernize] some more cleanups
2022-03-31 08:59:33 -07:00
Timothy Stack
b856cd9657
[build] silence some warnings
2022-03-28 22:00:49 -07:00
Timothy Stack
66ef5fdae1
[clang-format] init
2022-03-16 15:38:08 -07:00
Timothy Stack
68d7d64948
[rebuild] some more cleanup
2021-09-25 15:35:44 -07:00
Timothy Stack
7a66283bf2
[readline] fix TAB-completion for tilde paths
2021-07-14 11:16:51 -07:00
Timothy Stack
be51a4e3de
[arc/remote] use a single work directory for archive/remote files
2021-05-15 22:39:18 -07:00
Timothy Stack
b64342ca47
[log_format] display log_body for the body field instead of the format name and add :mark-expr command
2021-05-13 22:00:26 -07:00
Timothy Stack
d2b5690e0c
[readline] improve filename completion
2021-05-13 19:50:04 -07:00
Timothy Stack
98677eb09a
[remote] some more tweaks and add tab-completion
2021-05-11 22:37:21 -07:00
Timothy Stack
c0ed59e61e
[sqlite] implement .dump SQL command
2021-03-28 13:50:26 -07:00
Timothy Stack
dd9465cd10
[readline] some fixes for match display
2021-03-23 09:35:02 -07:00
Timothy Stack
0a701394fe
[tests] add an initial TUI test
2021-02-02 21:58:42 -08:00
Timothy Stack
32f112b8de
[formats] add w3c extended log format impl
...
Fiexes #798
2020-12-05 21:51:46 -08:00
Timothy Stack
22c2e95df0
[filters] sql filter
...
Related to #568
2020-11-29 13:20:07 -08:00
Timothy Stack
8e629b166a
[build] some more compiler profiling
...
Defect Number:
Reviewed By:
Testing Done:
2020-11-19 21:36:51 -08:00
Timothy Stack
0765c07010
[view] migrate view_action stuff to function objects
2020-11-14 21:39:12 -08:00
Timothy Stack
db8a3c4d38
[debt] doing some cleanup
...
Defect Number:
Reviewed By:
Testing Done:
2020-11-09 22:17:17 -08:00
Timothy Stack
5e42b4cb8a
[debt] include cleanup
2020-10-28 21:23:46 -07:00
Timothy Stack
9f524136bd
[fs] remove old filesystem impl
2020-10-20 22:55:46 -07:00
Timothy Stack
276f71423e
[readline] add alternate enter command
2020-09-30 21:55:37 -07:00
Timothy Stack
5e1f43b4c7
[readline] refine tab-completion for config options
2020-09-12 21:02:20 -07:00
Timothy Stack
56a341f7f8
[view_curses] colors
...
Defect Number:
Reviewed By:
Testing Done:
2019-08-07 09:46:19 -07:00
Timothy Stack
9a05b9d186
[config] pay attention to XDG_CONFIG_HOME
...
Fixes #105
2019-08-01 07:14:47 -07:00
Timothy Stack
fb7d6eafaf
[build] some refactoring of files
2019-05-08 05:30:59 -07:00
Timothy Stack
06d1098211
[config] initial support for themes
...
For #422
Still more to do
2019-05-03 13:50:19 -07:00
Timothy Stack
527150d6a0
[readline] fix highlighting of tab completion
2019-01-29 09:58:34 -08:00
Timothy Stack
6853034cce
[cleanup] some minor cleanup and perf fixes
...
Files:
* filter_sub_source.cc: Fix some performance issues
* filter_sub_source.hh: The readline context should
be case-INsensitive for completions
* readline_curses.cc, session_data.cc: modernize
2019-01-21 14:15:00 -08:00
Timothy Stack
814ad03ec9
[view] keep a history of view positions
...
Fixes #577
2018-12-14 06:18:56 -08:00
Timothy Stack
5769bcbb4a
whiff
...
missed refreshing patch
2018-12-02 09:34:36 -08:00
Timothy Stack
1a08eb0d12
[cmds] allow commands to set the prompt
...
Fixes #574 and #573
2018-11-21 17:00:28 -08:00
Timothy Stack
2345a32423
[filter] add panel that shows the set of filters
...
Initial version, still needs some cleanup
2018-11-09 09:45:19 -08:00
Timothy Stack
0b822739ea
[readline] wait for focus before processing input
...
Fix for #543
Mistakenly had the read-ready bit set for stdin before the
command to focus was processed. The result being the
readline child would exit.
2018-09-29 22:24:55 -07:00
Timothy Stack
f65df7c762
[readline] tweak fuzzy matching threshold
...
Change the threshold for cutting off the remaining fuzzy matches
that was added for #541
Also, fix an error when filtering is added when viewing
the tail of the log.
2018-09-29 00:20:45 -07:00
Timothy Stack
f241704a93
[readline] do a fuzzy match if the prefix match fails to find anything
...
Prototype for #541
2018-09-13 14:27:49 -07:00
Timothy Stack
5d2dffad35
[cmd] redo deleting command-prompt char should exit prompt
...
My first attempt at this wasn't right and would exit the prompt
when an escape sequence was received and the prompt was empty
(like going back through history).
2017-11-05 21:19:46 -08:00
Timothy Stack
c8fc0db481
[ui] deleting command-prompt char should exit prompt
2017-10-18 22:34:55 -07:00
Timothy Stack
545b2f4ace
[docs] add help for CAST and fix a couple of glitches
...
Defect Number:
Reviewed By:
Testing Done:
2017-04-05 23:20:55 -07:00
Timothy Stack
78119dc9f1
fixing some minor issues
...
Fixes #255
2017-04-05 07:05:19 -07:00
Timothy Stack
411ea1fbee
[help] show help text for SQL functions
...
Defect Number:
Reviewed By:
Testing Done:
2017-03-31 07:01:11 -07:00
Timothy Stack
8776f6a703
[sql] do some minimal parsing/annotation of SQL statements
...
Defect Number:
Reviewed By:
Testing Done:
2017-03-26 06:02:53 -07:00
Timothy Stack
9ba690e041
[readline] change the break chars for the SQL context
2016-03-11 21:14:47 -08:00