Commit Graph

58 Commits (master)

Author SHA1 Message Date
Tim Stack eed8f3871a [coverity] use move to avoid auto copies 3 days ago
Tim Stack 842eabb4af [sql] do not dump the log on an empty SQL result
Related to #466
3 days ago
Tim Stack 2117a12ded [text] auto pretty-print text files 5 days ago
Tim Stack 4e29ee1397 [coverity] undo suggestion 5 days ago
Tim Stack 2610a8eac4 [coverity] some more fixes 5 days ago
Tim Stack a5d12dc948 [text] support for changing the view mode 2 weeks ago
Tim Stack 8187035b3d [url] fix some url opening issues 4 weeks ago
Tim Stack 9a1f383ce1 [textview] some more support for handling hyperlinks 4 weeks ago
Tim Stack 46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
2 months ago
Tim Stack 65634ad9b3 [ansi_scrubber] minor optimization and remove the str.erase()
Related to #1257
2 months ago
Tim Stack 53ab7b14a6 [mouse] flesh out things more 2 months ago
Tim Stack 7fa4e25318 [ui] make cursor mode the default
fix some wordwrap and scrolling issues as well
2 months ago
Tim Stack e382e3ad84 [open] improve file previews
The file preview for :open was not fully fleshed out.

Related to #1254
2 months ago
Tim Stack 844147bc27 [security] improve handling of file names with escape sequences 2 months ago
Tim Stack c075da3eaa [blog] add a post about PRQL 3 months ago
Tim Stack 53b0a606d6 [textview] try to preserve textview location better when reloading 3 months ago
Tim Stack 9cf2832ff3 [cmds] fix some timezone issues with :convert-time-to and other spots
Related to #1236
4 months ago
Tim Stack ee345321f7 [hotkeys] change curly braces to move to the next/prev section
and... a bunch of other stuff
4 months ago
Tim Stack 0eb394f4b8 [anchor] fix anchors for json files 4 months ago
Tim Stack 926d73afd0 [crumbs] try to fix crumb for json path 4 months ago
Tim Stack 69619892e2 [session] scroll to bottom of stdin 6 months ago
Tim Stack 21377958ca [hex-view] add a new view 8 months ago
Tim Stack eacbaa9d4f [cmds] add command for setting a default time zone 9 months ago
Tim Stack cb5b02b220 [docs] pass for next release 10 months ago
Tim Stack 243593835b [doc.sections] fixes for man pages 10 months ago
Tim Stack 884e2df6ad [:eval] treat the argument like the contents of a file with multiple commands 10 months ago
Tim Stack 01c973868d [file_collection] handle large file counts better 10 months ago
Tim Stack 4ee3b91111 [doc.meta] detect indents for guidelines 10 months ago
Tim Stack 5c0333fd64 [themes] add dracula theme
Various improvements to styling.

Empty opids are not valid.
10 months ago
Tim Stack b0589d14d9 [tidy] use factory_container for theme highlights
And... a bunch of other stuff
11 months ago
Tim Stack 2107aa538f [piper] pass SIGINT to child 11 months ago
Tim Stack 2f9a41dfaf [files] custom url handlers
Related to #1029
11 months ago
Tim Stack 5787f47767 [piper] replace piper_proc with a thread
Related to #1029
12 months ago
Tim Stack 0e4a6635e1 [textfile] log reason for not discovering metadata and cache it 1 year ago
Tim Stack e77ef5c8cd [cursor] breadcrumb performers should move selection instead of top 1 year ago
Tim Stack 7f513b2d1f [tidy] fixing some uninit issues 2 years ago
Tim Stack 93a53c4224 [fini] fix a destruction ordering issue 2 years ago
Tim Stack d940d9d5eb [logfile] plumb gzip header through file meta 2 years ago
Tim Stack e0ecbdff10 [logfile] improve handling of ansi escapes
I think this covers the rest of the functionality
that needs to deal with ansi escapes.

Related to #1057
2 years ago
Tim Stack b536043050 [sql/json] json_group_array() returns {} instead of [] 2 years ago
Tim Stack bf3fe7fc2c [text] add some missing bound check on the filtered line index for the TEXT view
Fixes #1056
2 years ago
Tim Stack 5a63ece31d [pcre2] migrate from pcre to pcre2
Fixes #974
2 years ago
Tim Stack 87791ec94b [markdown] add support for going to an anchor 2 years ago
Tim Stack 13f161d21e [build] fix some warnings 2 years ago
Tim Stack f73e71cf30 [perf] issues with matching filenames and ansi scrubbing 2 years ago
Tim Stack 1fd274ce24 [docs] some more updates to docs
Also, add support for overstruck/backspace-underscore for
doing bold/underline.
2 years ago
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
2 years ago
Timothy Stack 935290b521 [misc] fix some early exit issues 2 years ago
Timothy Stack 39763b2d31 [vtab] add indexes for text columns 2 years ago
Timothy Stack 8b3b8a6e3c [perf] fix some text file loading issues 2 years ago