Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Fix issue 15 better #65

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix issue 15 better #65

wants to merge 1 commit into from

Commits on Sep 28, 2015

  1. Fix issue 15 better

    I think this fixes Issue 15 better than the issue-15 branch, because that branch seems to cause the previous mode to fail (i.e. if the query is the last element of the path, it returns no results).  With this patch, the following works:
    
    $ cd ~/.mozilla/firefox/foo.bar
    $ cd
    $ fasd -d foo
    1 ~/.mozilla/firefox/foo.bar
    $ fasd -d bar
    1 ~/.mozilla/firefox/foo.bar
    $ fasd -d firefox
    1 ~/.mozilla/firefox/foo.bar
    $ fasd -d f f b
    1 ~/.mozilla/firefox/foo.bar
    alphapapa committed Sep 28, 2015
    Configuration menu
    Copy the full SHA
    e1c16d3 View commit details
    Browse the repository at this point in the history