/mcclim-desktop

a clim-desktop clone

Primary LanguageCommon LispGNU General Public License v3.0GPL-3.0

McClim Desktop

A clim-desktop clone.

Usage

CL

(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"))

GUI

(desk:launch-app "console") 

Installation

Clone the project into local-projects of quicklisp, then

(ql:quickload :mcclim-desktop)
(desktop:configure)

roswell

ros install gas2serra/mcclim-desktop

To execute:

mcclim-desktop-no-dump.ros

or, using an image file,

dump-mcclim-desktop.ros
mcclim-desktop.ros

Applications

External Applications

The applications are automatically installed using quicklisp or calling the clone command of git.

NameWhatSourceQuicklisp
beircirchttps://github.com/MrNeutron/beircYes
clim-chesschesshttps://github.com/stassats/clim-chessNo
clim-pkg-docpackage browserhttps://github.com/jschatzer/clim-pkg-docYes
spectacleimage editorhttps://github.com/slyrus/spectacleNo
climcinstant messaginghttps://github.com/nlamirault/climcYes
climonsimon gamehttps://github.com/nlamirault/climonYes
ernestinemusic browserhttps://github.com/nlamirault/ernestineYes
sudoku-mcclimsudokuhttps://github.com/tortkis/sudoku-mcclimNo
climacseditorhttps://github.com/robert-strandh/ClimacsYes
gsharpscore editorhttps://github.com/informatimago/gsharpYes
listenerREPLhttps://github.com/robert-strandh/McCLIMYes
class-browserclass browserhttps://github.com/pocket7878/clim-class-browser.gitNo
scigraphplottinghttps://github.com/robert-strandh/McCLIMYes
mcclideidehttps://github.com/gas2serra/mcclideNo
closurebrowserhttps://github.com/dym/closureNo
pantermcclim utilitieshttps://github.com/gas2serra/mcclim-panterNo
FTD - The Flexi-Trivial Diredfile managerhttps://github.com/gabriel-laddel/flexi-trivial-dired.gitNo

To add:

NameWhatSourceQuicklisp
icd9it-climicd9it - clim treeview with infohttps://github.com/jschatzer/icd9it-clim.gitNo
clim-widgetssmall collection of clim widgetshttps://github.com/jschatzer/clim-widgets.gitNo
McPixelA toy Lisp program for drawing and animating pixel art.https://github.com/ahefner/McPixelNo
tv-series-statusCheck the web for the next episodes of TV series and find new episodes at a glance.https://github.com/OlafMerkert/tv-series-status.gitNo
raylisphttps://github.com/nikodemus/raylisp.gitNo
bibtextDownload bibtex entries for local pdfs from mathscinet.https://github.com/OlafMerkert/bibtex-manager.gitNo

Utility

Clipboard

(desktop-sys:copy-to-x11-clipboard "Hello!")
(desktop-sys:paste-from-x11-clipboard)

Kill ring

(desktop-sys:copy-to-kill-ring "Hello!")
(desktop-sys:paste-from-kill-ring)

Screenshot

(desktop-sys:take-x11-screenshot "/tmp/screenshot.png")

Author

  • Alessandro Serra (gas2serra@gmail.com)

Copyright

Copyright (c) 2016 Alessandro Serra (gas2serra@gmail.com)

License

Licensed under the GPLv3 License.