qasim/README.md

80 lines
2.1 KiB
Markdown
Raw Normal View History

2014-10-29 23:01:28 +00:00
Qasim (القاسم)
==============
2012-07-02 18:48:50 +00:00
2014-10-29 23:02:48 +00:00
Qasim is a tool born to make your remote shares easily available from the system
tray, on your desktop !
2013-10-24 14:27:02 +00:00
2014-10-29 23:01:28 +00:00
It uses FUSE filesystems, thus everything remains accessible even under
command-line shell, under your favorite operating system (Linux, Windows,
MacOsX).
2012-07-24 00:24:59 +00:00
2012-07-24 00:28:46 +00:00
2014-10-29 23:01:28 +00:00
Requirements
------------
2012-07-02 18:48:50 +00:00
2014-10-29 23:01:28 +00:00
Qasim require the ``qtbindings`` gems. It installs automatically along qasim's
installation, but is quite long to build a native gem package.
2012-07-02 18:48:50 +00:00
2014-10-29 23:01:28 +00:00
**N.B :** If you experience trouble with Qasim dues to Qt bindings, make sure
your Ruby installation was compiled with the ``--enable-shared`` option.
2012-07-02 18:48:50 +00:00
2014-10-29 23:01:28 +00:00
If it was not, then reinstall it (let's say version 1.9.3-p392) with with :
2012-07-02 18:48:50 +00:00
2014-10-29 23:01:28 +00:00
$ CONFIGURE_OPTS="--enable-shared" rbenv install 1.9.3-p392
2012-07-02 18:48:50 +00:00
Installation
2012-12-03 15:07:05 +00:00
------------
2014-10-29 23:01:28 +00:00
Simply run :
$ gem install qasim
Usage
-----
2014-10-29 23:01:28 +00:00
Qasim provide two tools the CLI and the GUI.
To run the GUI :
2014-10-29 23:03:22 +00:00
$ qasim-gui
2014-10-29 23:01:28 +00:00
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
2012-12-03 15:07:05 +00:00
2012-07-28 13:20:21 +00:00
Copyright & License
-------------------
2014-10-29 23:01:28 +00:00
Copyright (C) 2010-2014 Glenn Y. Rolland
2012-07-28 13:20:21 +00:00
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
------------
* [Mountoid](http://kde-apps.org/content/show.php/Mountoid?content=115943)
2015-08-28 16:17:35 +00:00
* [Xsshfs](http://david.mercereau.info/motclef/xsshfs/)