helm-org-ql option to remove filename from query results
Aperta
enhancement
help wanted
- Lingua principale
- Emacs Lisp
- Stelle
- 1.6k
- Fork
- 120
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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\
```
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.