Fundler

Build Status    

Simple gem... It's a gem that wanna be useful but it's too simple for this claim. Maybe Fundler it's more a script than a gem... but it's growning, slowly but it's growning.

What Fundler can do for me?

Target: Unix user, Firefox user, terminal user...

Fundler (now) has 2 functionalities:

  • clean and rename file
  • read and dump bookmarks

Installation

Add this line to your application's Gemfile:

gem 'fundler'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fundler

Usage

In the current (pwd) directory:

  • $ fundler -h : show the usage
  • $ fundler -l : list the files in the pwd
  • $ fundler -c : clean the filenames
  • $ fundler -b : print (stdout) your Firefox bookmarks

Work in progress

  • dump bookmarks in different format (txt, html, markdown...)
  • copy the places.sqlite (db_backup)
  • advanced sqlite query
  • rename file preview
  • filter for file renaming
  • ...

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request