🟠 Broken | A user-friendly FUSE manager
Go to file
2014-04-03 01:15:29 +02:00
bin Remove bundler call from file. 2014-03-31 01:22:37 +02:00
conf .desktop: Fixed typo in file renaming 2011-08-05 17:58:28 +02:00
data data: Move all UI text as resource files. 2012-08-03 00:09:11 +02:00
debian Update URL where needed. 2014-04-03 01:15:29 +02:00
examples sshfs-mapper: Added config examples directory. 2009-08-15 17:13:38 +00:00
lib Added various files (gemspec, Rakefile, etc.) for Gem. 2014-04-03 01:10:44 +02:00
.gitignore Added various files (gemspec, Rakefile, etc.) for Gem. 2014-04-03 01:10:44 +02:00
demo.map sshfs-mapper: updated lexer/parser and demo file. 2009-04-09 16:47:28 +00:00
Gemfile Added various files (gemspec, Rakefile, etc.) for Gem. 2014-04-03 01:10:44 +02:00
Gemfile.lock Add thor to Gemfile. 2013-10-18 19:11:48 +02:00
LICENSE-GPL-3 Updated licence files. 2012-07-28 15:20:21 +02:00
Makefile Use rbuic4 through bundler. 2014-03-31 09:25:32 +02:00
mapparser.y sshfs-mapper: updated lexer/parser and demo file. 2009-04-09 16:47:28 +00:00
qasim.gemspec Update URL where needed. 2014-04-03 01:15:29 +02:00
Rakefile Added various files (gemspec, Rakefile, etc.) for Gem. 2014-04-03 01:10:44 +02:00
README.md Add more sections (fork, contributing, etc.) 2014-04-03 00:57:55 +02:00
sshfs-mapper.1 sshfs-mapper: Updated man page (current command line options, configuration files description). 2009-09-24 22:42:34 +00:00
sshfs-mapper.completion sshfs-mapper: Fix completion ( map names were not correctly completed ) 2009-09-15 10:38:45 +00:00
sshfs-mapper.sh sshfs-mapper: Renamed sshfs-mapper to sshfs-mapper.sh 2011-03-07 23:24:02 +00:00
TODO.md Added todolist. 2013-08-13 12:58:31 +02:00

README

Requirements

First, make sure your ruby was compiled with the --enable-shared options. If not, reinstall it (let's say version 1.9.3-p392) with with :

CONFIGURE_OPTS="--enable-shared" rbenv install 1.9.3-p392

Install the following gems

qtbindings

Those could also be provided by your linux distribution and installable with

apt-get install libqt4-ruby 

or

apt-get install ruby-qt4

Installation

Add this line to your application's Gemfile:

gem 'qasim'

And then execute:

$ bundle

Or install it yourself as:

$ gem install qasim

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( http://github.com/glenux/qasim/fork )
  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

Copyright (C) 2010-2012 Glenn Y. Rolland

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Alternatives