Commit Graph

362 Commits (master)

Author SHA1 Message Date
Tim Stack 9694d93ff3 [files] add a detail view to the files panel 21 hours ago
Tim Stack d4cdbc1f49 [crashd] support uploading crash logs 6 days ago
Tim Stack 4759a59b23 [timeline] rename gantt view to timeline 1 week ago
Tim Stack 8187035b3d [url] fix some url opening issues 2 weeks ago
Tim Stack b14f68463c [misc] fix win build and allow reopening a url 2 weeks ago
Tim Stack 53b883d015 [internal] remove ghc::filesystem 2 weeks ago
Tim Stack 9a1f383ce1 [textview] some more support for handling hyperlinks 2 weeks ago
Tim Stack efb85ed570 [tests] try to address some test issues 3 weeks ago
Tim Stack 40a93ca3d3 [misc] fixing some compiler warnings 1 month ago
Tim Stack 46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
1 month ago
Tim Stack 545a74f35b [:pipe-line-to] try to fix mysterious crash in child 1 month ago
Tim Stack 5b88dbd162 [keymap] handle invalid command better
Related to #1258
1 month ago
Tim Stack 99c6aabfdd [:prompt] add breadcrumb as an option
Related to #1258
1 month ago
Tim Stack 1e348993f9 [readline] skip adding append character to suggestion 1 month ago
Tim Stack 45d8e27ae4 [mouse] refactor overlay menu 1 month ago
Tim Stack 96765e3abc [view_curses] support for selecting text in mouse mode 2 months ago
Tim Stack 53ab7b14a6 [mouse] flesh out things more 2 months ago
Tim Stack e0ff892d02 sigh, missed refresh 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 398b17f0f6 [prql] refinements 2 months ago
Tim Stack bdc9c5a28d [prql] initial work for integrating PRQL 2 months ago
Tim Stack 554f0e2439 [partitions] revive partition functionality 2 months ago
Tim Stack 53b0a606d6 [textview] try to preserve textview location better when reloading 3 months ago
Tim Stack 6bb616e034 [readline] add support for default completions 3 months ago
Tim Stack db5db6a07e [help] add default command help 3 months ago
Tim Stack 9cf2832ff3 [cmds] fix some timezone issues with :convert-time-to and other spots
Related to #1236
3 months ago
Tim Stack c68b7ec7a3 [misc] cleanups before release 3 months ago
Tim Stack 57bfcbf473 [docs] add tags to file-timezone commands 3 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 96e6950884 [cmds] add more env vars to :pipe-line-to
Related to #1224
5 months ago
Tim Stack 57467edea7 [rewriter] capture rewriter command output
Also, SQL statements should populate variables.

Related to #1218
5 months ago
Tim Stack c92290e922 [logfile] prevent duplicate from being hidden a second time
Related to #1070
8 months ago
Tim Stack 21377958ca [hex-view] add a new view 8 months ago
Tim Stack 79d813fb72 Revert "[readline] try clone() if fork() does not work"
This reverts commit 86b999c464.
8 months ago
Tim Stack 86b999c464 [readline] try clone() if fork() does not work 8 months ago
Tim Stack 8a5616c010 [docs] mention timezone stuff 9 months ago
Tim Stack e7c2535066 [build] catch tz exception 9 months ago
Tim Stack 893abf77ec [:set-file-timezone] flesh out this command some more 9 months ago
Tim Stack eacbaa9d4f [cmds] add command for setting a default time zone 9 months ago
Tim Stack 97e43bc76f [libs] import the c++ date library 9 months ago
Tim Stack 29d0af47cb [keymap] half-page up near the top should go to zero
Some performance improvements
9 months ago
Tim Stack b561dd18c4 [fstat_vtab] add error column 9 months ago
Tim Stack 884e2df6ad [:eval] treat the argument like the contents of a file with multiple commands 9 months ago
Tim Stack d8b7dc40db [gantt] reduce memory usage 9 months ago
Tim Stack fbb89a73ab [lss] missed a full_sort and improve error handling when too many files are opened 9 months ago
Tim Stack 917270e293 [date_time] try to handle truncated sub-second values
Certain software will leave zeroes off the end of
timestamps...
10 months ago
Tim Stack e952dc6340 [date_time_scanner] do not try to read millis if it is already set
Also, pay attention to the gmtoff when converting exttm to a timeval.

Fixes #1034
10 months ago
Tim Stack bd5b3908c3 [formats] some tweaks 10 months ago
Tim Stack 1be7e8f407 [cmds] fix pipe-line-to for interactive use 10 months ago