<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ganmacs</author_name>
  <author_url>https://blog.hatena.ne.jp/ganmacs/</author_url>
  <blog_title>memo-mode</blog_title>
  <blog_url>https://ganmacs.hatenablog.com/</blog_url>
  <categories>
    <anon>Shell</anon>
  </categories>
  <description>最近ディレクトリ構造が複雑な(単純に長い)アプリケーションを触っていて、移動したい先のディレクトリまでスッと飛べないことが多かったのにイライラして書いた。 自分の場所より下のディレクトリをすべて出して peco でインクリメンタルサーチして飛ぶ感じ。 雑に .git を検索範囲に入れないようにした。とりあえず Ctrl-z で運用しているけどもっといいキーバンドがありそう。 function peco-change-dir() { selected_dir=$(find . -type d | grep -v .git | peco --prompt &quot;[Change dir]&quot;) if [ …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fganmacs.hatenablog.com%2Fentry%2F2017%2F05%2F29%2F000052&quot; title=&quot;ディレクトリの移動も peco を使うことにしてみた - memo-mode&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>2017-05-29 00:00:52</published>
  <title>ディレクトリの移動も peco を使うことにしてみた</title>
  <type>rich</type>
  <url>https://ganmacs.hatenablog.com/entry/2017/05/29/000052</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
