colfm icon indicating copy to clipboard operation
colfm copied to clipboard

No .colfmdir

Open mauromorales opened this issue 12 years ago • 2 comments

installed as per readme but got the following error:

/usr/local/bin/colfm.rb:6:in `require': no such file to load -- ffi (LoadError)
    from /usr/local/bin/colfm.rb:6
cat: /Users/mauromorales/.colfmdir: No such file or directory

mauromorales avatar Mar 07 '12 15:03 mauromorales

You need to install ffi. .colfmdir is created automatically when colfm successfully exists.

leahneukirchen avatar Mar 07 '12 16:03 leahneukirchen

did so by running:

gem install ffi ffi-ncurses

wondering if it would have anything to do with me using rbenv

mauromorales avatar Mar 07 '12 16:03 mauromorales