Project

fos

0.0
No release in over 3 years
Low commit activity in last 3 years
a folder archive tool for Linux or Mac
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

~> 0.7.3
 Project Readme

DEPRECATED

No Maintenance Intended Gem Version Build Status

Fos is a folder archive tool for Linux or Mac. By default Fos archives ~/Desktop and ~/Downloads, but can easily archive any folder.

Installation

Fos is a Ruby Gem and can be easily installed with the command gem install fos.

If you do not yet have ruby installed you will need to do that first.

Usage

Basic usage is fos and archives ~/Desktop and ~/Downloads.

fos -h shows you options.

Options
    -p, --path PATH
    -n, --name NAME
    -z, --zip
    -h, --help
    -v, --version

###Examples:

fos -p /path/to/folder

Archives the contents of /path/to/folder into /path/to/folder/archive

fos -n new_name

Archives the contents of ~/Desktop and ~/Downloads into ~/Desktop/new_name and ~/Downloads/new_name respectively.

fos -z

Archives and zips the contents of ~/Desktop and ~/Downloads into ~/Desktop/archive.zip and ~/Downloads/archive.zip respectively.

fos -p /path/to/folder -n new_name -z

Archives and zips the contents of /path/to/folder into /path/to/folder/new_name.zip.

###Config

Config file located at ~/.fos/config.yml

Development

First time installing for dev on your system run bundle install

Then run rake install to build Fos from source