Output without quotes
This commit is contained in:
parent
2c71c293a9
commit
9639147ca5
@ -91,6 +91,6 @@ search ProgArgs {..} = do
|
||||
then select (fuzzy searchTerm items)
|
||||
else select (byAttrib (Left exactMatches, Str searchTerm) items)
|
||||
if contentOnly
|
||||
then mapM_ print (map content res)
|
||||
then mapM_ putStrLn (map content res)
|
||||
else pprint res
|
||||
when (not noClipboard) (sendClipboard (content $ head res))
|
||||
|
Loading…
Reference in New Issue
Block a user