🟠 Broken | A user-friendly FUSE manager
Go to file
2015-11-05 23:30:10 +01:00
bin Prepare CLI requirements for real use. 2015-08-31 14:32:26 +02:00
conf .desktop: Fix description & change icon ! 2014-10-30 15:55:28 +01:00
data data: Move all UI text as resource files. 2012-08-03 00:09:11 +02:00
debian Add dependency upon ruby instead of ruby2.0 2014-08-12 00:25:37 +02:00
lib Requirements: remove circular references. 2015-11-05 23:14:02 +01:00
man Add support for man pages & clean vendor dir. 2014-08-12 09:22:51 +02:00
obsolete Reorganize project files. 2014-10-30 00:08:37 +01:00
spec Make use for minitest-reporters. 2015-08-14 08:49:11 +02:00
.gitignore Ignore tags file. 2015-08-31 21:22:13 +02:00
.kateproject Add Kate project description. 2015-11-05 23:30:00 +01:00
Gemfile Clean Gemfile. 2014-10-27 21:22:30 +01:00
Guardfile Minor rewrite. 2015-08-14 08:48:42 +02:00
LICENSE-GPL-3 Updated licence files. 2012-07-28 15:20:21 +02:00
qasim.gemspec Add guard support for tests. 2015-08-11 23:59:51 +02:00
Rakefile Add base for unit test. 2015-08-10 16:58:34 +02:00
README.md Update README.md 2015-08-28 18:17:35 +02:00
TODO.md Add future task. 2015-11-05 23:30:10 +01:00

Qasim (القاسم)

Qasim is a tool born to make your remote shares easily available from the system tray, on your desktop !

It uses FUSE filesystems, thus everything remains accessible even under command-line shell, under your favorite operating system (Linux, Windows, MacOsX).

Requirements

Qasim require the qtbindings gems. It installs automatically along qasim's installation, but is quite long to build a native gem package.

N.B : If you experience trouble with Qasim dues to Qt bindings, make sure your Ruby installation was compiled with the --enable-shared option.

If it was not, then reinstall it (let's say version 1.9.3-p392) with with :

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

Installation

Simply run :

$ gem install qasim

Usage

Qasim provide two tools the CLI and the GUI.

To run the GUI :

$ qasim-gui

Then click on the icon red-yellow-blue icon in the system tray.

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-2014 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