Skip to content

Commit

Permalink
remove headers from channel list to close ericbjones#8
Browse files Browse the repository at this point in the history
  • Loading branch information
joech4n committed Sep 21, 2017
1 parent 7e5703f commit a7fd13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccc_filter.scpt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end tell

set channels to my convertListToString(allRowNames, "
")
set fzfMatch to do shell script "echo " & quoted form of channels & "| /usr/local/bin/fzf -f " & quoted form of q
set fzfMatch to do shell script "echo " & quoted form of channels & "| /usr/local/bin/fzf -f " & quoted form of q & "| grep -v 'Chat Rooms\\|Recent Messages\\|Favorites'"

set allMatches to paragraphs of fzfMatch

Expand Down

0 comments on commit a7fd13e

Please sign in to comment.