This project was DEPRECATED. You can use ros install <Github Repo>/<Project>
.
Thanks for your stars. 😄
UFO is a Roswell script manager.
you can install following utilities via UFO.
- chls.ros -- opening HyperSpec page describing a given symbol in the default browser.
- lem.ros -- launch lem from shell.
- etc ...
You can install Roswell Script on internet, as easy as Quicklisp.
$ ufo install https://example.com/test.ros # Only this!
UFO has mercurial style schemes extension.
gist://example.com/sample.com
, file:///path/to/roswell/script/test.ros
,etc ...
Of course, you can use http://
and https://
.
UFO have a self enhancement system, addons.
If you want to make addons of UFO, UFO requires to make with Roswell Script.
UFO has some preinstall Addons.
schemes is gh://
.
and you can use install
and update
,remove
sub commands.
$ ufo install gh://ta2gch/cl-pov
$ ufo update gh://ta2gch/cl-pov
$ ufo remove cl-pov
subcommand is init
.
ufo init <file-name>
generate temprate of Roswell Script
UFO has apt
style sub commands,
install <package-url>
and remove <package-name>
,update <package-url>
$ ufo install <package-url>
$ ufo install https://example.com/sample.ros
$ ufo install gist://ta2gch/repl.ros
$ ufo install file://~/hello.ros
$ ufo remove <package-name>
$ ufo remove repl
$ ufo remove hello
$ ufo update <package-url>
$ ufo update gist://ta2gch/repl.ros
$ ufo update file://~/hello.ros
$ cd ~/common-lisp
$ git clone git://github.com/ta2gch/UFO
$ cd UFO && ros -l ufo.asd install ufo
ensure that ~/.roswell/bin
is in the system's search path.
- Masaya TANIGUCHI (ta2gch@gmail.com)
GPLv3
Copyright (c) 2015 Masaya TANIGUCHI (ta2gch@gmail.com)