helm-org-ql option to remove filename from query results
未關閉
enhancement
help wanted
- 主要語言
- Emacs Lisp
- 星號
- 1.6k
- 分支
- 120
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Would it be feasible to add an option to suppress the filename from query results? I imagine the current behavior is best for most use cases. However, I do almost all of my queries in a single file and so, for me, the filename simply takes up horizontal real estate.
In case it's unclear what I'm asking, take the following example.
file:
```
* a
** b
```
current query:
```
Query (boolean AND): a
helm-org-ql
tmp.org:a\
```
proposed query:
```
Query (boolean AND): a
helm-org-ql
a\
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。