0.0
No commit activity in last 3 years
No release in over 3 years
Filetter is a pluggable tool for file system.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 2.2.2
>= 1.5.0
>= 2006.02.01
>= 0.4.6
 Project Readme

filetter¶ ↑

github.com/jugyo/filetter

DESCRIPTION:¶ ↑

Filetter is a pluggable tool for file system.

FEATURES/PROBLEMS:¶ ↑

Available modes:

  • mozrepl mode

  • twitter mode

  • flickr mode

In the future:

  • rspec

  • backup

  • blog

  • tumblr

  • mail

SYNOPSIS:¶ ↑

Show help:

filetter --help

Run:

filetter -m MODE

or (for development)

./bin/debug -m MODE

Example:

Run as ‘mozrepl’ mode for files named ‘*.css’:

filetter -m mozrepl -p './**/*.css'

To load your file:

filetter -f your_file

Default file to load is ‘.filetter’ in the current directory if exist.

REQUIREMENTS:¶ ↑

  • configatron

  • highline

  • rubytter

  • rflickr

INSTALL:¶ ↑

sudo gem install filetter

or

gem source -a http://gems.github.com
sudo gem install jugyo-filetter