dlayer icon indicating copy to clipboard operation
dlayer copied to clipboard

Minimal implementation of search

Open skissane opened this issue 3 years ago • 0 comments

This just does the bare minimum to add a search function (#10)

A lot of things are missing:

  • only exact match, no support for inexact matches (substring, glob, regex, etc)
  • should -d option be ignored when searching?
  • silently ignored with interactive mode; maybe it should display an error for unsupported combination of options?
  • exit status could communicate whether match is found or not (like grep)

But it is a start.

skissane avatar Oct 17 '22 05:10 skissane