telescope-frecency.nvim/lua
JINNOUCHI Yasushi 3c5b61cda1
feat: add JSON output for query() (#262)
This makes it be enable to do this.

```bash
$ nvim --headless +'=require("frecency").query { limit = 3, json = true }' +q | jq .
[
  "/path/to/most/opened/file",
  "/path/to/second/file",
  "/path/to/third/file"
]
```

* chore: add `debug_timer` option to log in timer

* fix: wait synchronously for DB not in coroutine

* feat: add `json` option to dump JSON for DB
2024-09-08 16:55:44 +09:00
..
frecency feat: add JSON output for query() (#262) 2024-09-08 16:55:44 +09:00
telescope/_extensions feat: call init process before telescope loading (#234) 2024-08-01 17:12:43 +09:00
telescope-frecency.lua feat: enable to load without { main = "frecency" } (#255) 2024-08-31 17:11:09 +09:00