Output without quotes

This commit is contained in:
rnhmjoj 2015-07-07 23:30:03 +02:00
parent 2c71c293a9
commit 9639147ca5

View File

@ -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))