Commit Graph

376 Commits

Author SHA1 Message Date
Tim Stack
6538675d15 [textview] execute lnav scripts 2024-06-16 16:12:16 -07:00
Tim Stack
9694d93ff3 [files] add a detail view to the files panel 2024-06-01 09:10:04 -07:00
Tim Stack
4759a59b23 [timeline] rename gantt view to timeline 2024-05-23 15:04:40 -07:00
dependabot[bot]
f3f5ca19b4
---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-22 12:35:24 +00:00
dependabot[bot]
bbeb685909
---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-22 12:33:59 +00:00
Tim Stack
9a1f383ce1 [textview] some more support for handling hyperlinks 2024-05-21 22:21:46 -07:00
Tim Stack
5ab75e553e [demux] add control-pattern config 2024-05-18 22:06:02 -07:00
Tim Stack
77b9829224 [mouse] treat ctrl+click the same as shift+click
Some terminals capture shift+click so add ctrl+click as
an alternate way to highlight/mark lines.
2024-05-14 15:04:32 -07:00
Tim Stack
8aa72b16e4 [demux] add lnav_file_demux_metadata view 2024-05-01 15:18:59 -07:00
Tim Stack
46b2a9f1ee [piper] start support for demux
... and other misc things:

* Bump to C++17
* Add zookeeper_log
2024-04-28 10:01:43 -07:00
Tim Stack
6dd6ec8862 [site] bump version to v0.12.2 2024-04-23 22:11:22 -07:00
Tim Stack
5b88dbd162 [keymap] handle invalid command better
Related to #1258
2024-04-22 21:46:49 -07:00
Tim Stack
99c6aabfdd [:prompt] add breadcrumb as an option
Related to #1258
2024-04-22 06:35:48 -07:00
Tim Stack
e805ca8a8a [mouse] move scrollbar on double click and handle mouse in spectro 2024-04-19 09:18:21 -07:00
Tim Stack
c465cc6d54 [mouse] missed adding the view left position to the X coord 2024-04-16 00:09:43 -07:00
Tim Stack
c3f6887f38 [docs] missing secured commands 2024-04-15 12:17:44 -07:00
Tim Stack
3bb21b25a2 [mouse] tweak the docs a bit 2024-04-15 06:22:16 -07:00
Tim Stack
96765e3abc [view_curses] support for selecting text in mouse mode 2024-04-14 07:19:51 -07:00
Tim Stack
53ab7b14a6 [mouse] flesh out things more 2024-04-12 20:54:23 -07:00
Tim Stack
7fa4e25318 [ui] make cursor mode the default
fix some wordwrap and scrolling issues as well
2024-04-09 21:46:21 -07:00
Tim Stack
c5cde7caa4 [db-view] move bar charts to individual columns 2024-04-09 06:52:51 -07:00
Tim Stack
980900e899 [docs] mention running autogen.sh
Related to #420
2024-04-08 16:00:22 -07:00
Tim Stack
d54b17c7b4 [last-word] minor tweaks 2024-04-05 06:25:19 -07:00
sskoptsov
151864167c last-word shortening algorithm added 2024-04-05 11:38:08 +03:00
Tim Stack
b33713904e [schemas] anchor patterns in the config/format json schemas
Also, add a check-local that runs a third-party validator
on the builtin configs/formats.
2024-04-02 09:53:58 -07:00
Tim Stack
f06b68640a [site] bump version number 2024-03-30 09:41:12 -07:00
Tim Stack
991972b62f [prql] some more docs/tweaks 2024-03-30 07:21:42 -07:00
Tim Stack
c075da3eaa [blog] add a post about PRQL 2024-03-29 21:57:31 -07:00
Tim Stack
6d2d414e97 [prql] add more online help 2024-03-28 22:14:18 -07:00
Tim Stack
bdc9c5a28d [prql] initial work for integrating PRQL 2024-03-25 22:34:46 -07:00
dependabot[bot]
8af30ee1fa
Bump commonmarker from 0.23.9 to 0.23.10 in /docs
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.9 to 0.23.10.
- [Release notes](https://github.com/gjtorikian/commonmarker/releases)
- [Changelog](https://github.com/gjtorikian/commonmarker/blob/v0.23.10/CHANGELOG.md)
- [Commits](https://github.com/gjtorikian/commonmarker/compare/v0.23.9...v0.23.10)

---
updated-dependencies:
- dependency-name: commonmarker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 01:26:04 +00:00
dependabot[bot]
65e816b7a9
Bump nokogiri from 1.13.10 to 1.16.3 in /docs
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 to 1.16.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.10...v1.16.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-22 01:24:06 +00:00
Tim Stack
554f0e2439 [partitions] revive partition functionality 2024-03-21 08:47:29 -07:00
Tim Stack
6bb616e034 [readline] add support for default completions 2024-03-03 15:27:03 -08:00
Tim Stack
8ae78a2b8e [docs] bump version 2024-02-27 14:01:46 -08:00
Tim Stack
a0e1f53930 [blog] set syntax highlighter 2024-02-27 12:34:07 -08:00
Tim Stack
b94a9c0bb1 [docs] mention json-lines 2024-02-19 09:02:44 -08:00
Tim Stack
36ab5e1e8b [docs] tweak the site a bit 2024-02-17 16:39:47 -08:00
Tim Stack
d8a75fc264 [blog] fix typo 2024-01-10 09:08:44 -08:00
Tim Stack
0144d7ffcc [blog] add Hammered challenge post 2024-01-09 22:46:23 -08:00
Tim Stack
21377958ca [hex-view] add a new view 2023-10-05 22:25:51 -07:00
Tim Stack
02b3308df7 [docs] mention timestamps 2023-09-22 11:11:21 -07:00
Tim Stack
8a5616c010 [docs] mention timezone stuff 2023-09-13 14:58:59 -07:00
Tim Stack
c796a66273 [blog] add post about the new "config" management commands 2023-09-04 22:51:07 -07:00
Tim Stack
6edc9268d7 [release] bump version number 2023-09-04 20:39:49 -07:00
Tim Stack
463853efd9 [docs] change to furo theme 2023-09-03 21:50:11 -07:00
Tim Stack
cb5b02b220 [docs] pass for next release 2023-09-02 22:35:15 -07:00
Tim Stack
884e2df6ad [:eval] treat the argument like the contents of a file with multiple commands 2023-08-29 22:26:00 -07:00
Tim Stack
01c973868d [file_collection] handle large file counts better 2023-08-28 22:43:33 -07:00
Tim Stack
be377dea27 [pretty-print] fix an issue with shifting attributes when rewriting
Related to #705
2023-08-23 21:52:40 -07:00