<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fnwiya</author_name>
  <author_url>https://blog.hatena.ne.jp/fnwiya/</author_url>
  <blog_title>fnwiya's quine</blog_title>
  <blog_url>https://fnwiya.hatenablog.com/</blog_url>
  <categories>
    <anon>104.zsh</anon>
    <anon>110.shell-script</anon>
    <anon>100.Tech</anon>
  </categories>
  <description>コマンドラインに引きこもりたいけど音楽も聴きたかったので聴きたい曲をpecoって選べるようにしてみました。 再生用のツールをインストール brew install youtube-dl mplayer 聴きたい曲候補を~/favoriteSongs.tsvに 一行目：検索する際のタイトル 二行目：URL として用意します。 zshの設定(fzfの部分をpecoにしても動きます) function fzf-youtube () { local title=$(cat ~/favoriteSongs.tsv | cut -f1 | fzf) if [ -n &quot;$title&quot; ]; then url…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffnwiya.hatenablog.com%2Fentry%2F2016%2F12%2F17%2F223254&quot; title=&quot;youtubeをfzf/pecoでフィルタリングしながらコマンドラインで再生 - fnwiya&amp;#39;s quine&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2016-12-17 22:32:54</published>
  <title>youtubeをfzf/pecoでフィルタリングしながらコマンドラインで再生</title>
  <type>rich</type>
  <url>https://fnwiya.hatenablog.com/entry/2016/12/17/223254</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
