A project to create a simple GUI for SCP using FXRuby
pick an install location for FX::SCP
INSTALL=<install location>
copy fx-scp.rb and its dependencies to $INSTALL
sudo ln -sfn $(which ruby) /usr/bin/ruby
chmod +x $INSTALL/fx_scp.rb
sudo ln -sfn $INSTALL/fx_scp.rb /usr/local/bin/fx_scp.rb
then you'll be able to type simply: fx_scp
to launch it.