ciel/src/scripts
2023-05-11 12:56:06 +02:00
..
apipointer.lisp scripting: isolate a main function with #+ciel 2023-04-18 09:26:19 +02:00
finder.lisp fix requirement on unreleased fof feature 2023-05-11 12:56:06 +02:00
quicksearch.lisp scripting: isolate a main function with #+ciel 2023-04-18 09:26:19 +02:00
README.md scripting: register and call built-in scripts by name 2022-12-28 15:11:46 +01:00
simpleHTTPserver.lisp scripting: we can parse the script options with Clingon 2023-04-20 16:45:26 +02:00
webapp-notify.lisp add file-notify, add webapp script 2023-04-24 16:39:07 +02:00
webapp.lisp add file-notify, add webapp script 2023-04-24 16:39:07 +02:00

  • it is better to use uiop:*command-line-arguments* instead of (uiop:command-line-arguments). The latter always get the original full list, but when calling ciel -s we need to pop the arguments list, to ditch the -s.