A clim-desktop clone.
(desktop:configure)
(desktop:launch-application
(desktop:find-application "climacs"))
(desktop:launch-application
(desktop:find-application "climacs")
:args '("/etc/passwd"))
or
(desk:configure)
(desk:launch-app "ernestine")
(desk:launch-app :climacs :args '("/etc/passwd"))
(desk:launch-app "console")
Clone the project into local-projects of quicklisp, then
(ql:quickload :mcclim-desktop)
(desktop:configure)
ros install gas2serra/mcclim-desktop
To execute:
mcclim-desktop-no-dump.ros
or, using an image file,
dump-mcclim-desktop.ros mcclim-desktop.ros
- Console link
- App manager link
- Launcher (deprecated) link
- Apropos Navigator link
- Debugger link
- Task Manager link
The applications are automatically installed using quicklisp or calling the clone command of git.
To add:
Name | What | Source | Quicklisp |
---|---|---|---|
icd9it-clim | icd9it - clim treeview with info | https://github.com/jschatzer/icd9it-clim.git | No |
clim-widgets | small collection of clim widgets | https://github.com/jschatzer/clim-widgets.git | No |
McPixel | A toy Lisp program for drawing and animating pixel art. | https://github.com/ahefner/McPixel | No |
tv-series-status | Check the web for the next episodes of TV series and find new episodes at a glance. | https://github.com/OlafMerkert/tv-series-status.git | No |
raylisp | https://github.com/nikodemus/raylisp.git | No | |
bibtext | Download bibtex entries for local pdfs from mathscinet. | https://github.com/OlafMerkert/bibtex-manager.git | No |
(desktop-sys:copy-to-x11-clipboard "Hello!")
(desktop-sys:paste-from-x11-clipboard)
(desktop-sys:copy-to-kill-ring "Hello!")
(desktop-sys:paste-from-kill-ring)
(desktop-sys:take-x11-screenshot "/tmp/screenshot.png")
- Alessandro Serra (gas2serra@gmail.com)
Copyright (c) 2016 Alessandro Serra (gas2serra@gmail.com)
Licensed under the GPLv3 License.