Fundler
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 thepwd
$ 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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request