Skip to content

gas2serra/mcclim-desktop

Repository files navigation

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.

About

a clim-desktop clone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published