NotDeft

NotDeft

March 15, 2023 | evolve, cs

Summary #

ref It supports search filetags, org standard tags. org roam creates tag with filetags to be compatible with org mode.

Following kewords are supported in the search query:

  1. file
  2. ext: extension without “.”
  3. path
  4. title:
  5. tag: filetags
  6. !time: decreasing file modification time
  7. !rank: recreasing relevance
  8. !file: alphabetically sorted, decreasing order
  9. !all: show all matching results, including low ranking

Cheat Sheet #

  1. Tab: build query e.g.: tag:bookmark
  2. S-Tab or enter empty: clear query

Sample queries #

 Emacs AND Org
 Emacs AND NOT Org
!rank Emacs Org Deft
!all Emacs
title:Emacs
title:Emacs OR file:Emacs
title:(Ayn AND Rand)
tag:helsinki-vantaa
tag:"helsinki vantaa"
tag:(helsinki AND vantaa)
!all ext:Org AND TODO

Installing on macOS #

brew install gcc
brew install xapian
brew install tclap


Links to this note

Go to random page

Previous Next