Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the trivial-compress Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Aug 15 06:02:42 2022 GMT+0.
Next: Systems, Previous: The trivial-compress Reference Manual, Up: The trivial-compress Reference Manual [Contents][Index]
Compress a directory.
(trivial-compress:tar #p"/my/files/" #p"/files.tar")
(trivial-compress:zip #p"/my/files/" #p"/files.zip")
Copyright (c) 2016 Fernando Borretti
Licensed under the MIT License.
Next: Modules, Previous: Introduction, Up: The trivial-compress Reference Manual [Contents][Index]
The main system appears first, followed by any subsystem dependency.
Compress a directory.
Fernando Borretti <eudoxiahp@gmail.com>
Fernando Borretti <eudoxiahp@gmail.com>
(GIT git@github.com:ceramic/trivial-compress.git)
MIT
# trivial-compress
[](https://travis-ci.org/ceramic/trivial-compress)
Compress a directory.
# Usage
~~~lisp
(trivial-compress:tar #p"/my/files/" #p"/files.tar")
(trivial-compress:zip #p"/my/files/" #p"/files.zip")
~~~
# License
Copyright (c) 2016 Fernando Borretti
Licensed under the MIT License.
0.1
src (module).
Next: Files, Previous: Systems, Up: The trivial-compress Reference Manual [Contents][Index]
Modules are listed depth-first from the system components tree.
trivial-compress (system).
Next: Packages, Previous: Modules, Up: The trivial-compress Reference Manual [Contents][Index]
Files are sorted by type and then listed depth-first from the systems components trees.
Next: trivial-compress/src/cl.lisp, Previous: Lisp, Up: Lisp [Contents][Index]
trivial-compress (system).
Next: trivial-compress/src/native.lisp, Previous: trivial-compress/trivial-compress.asd, Up: Lisp [Contents][Index]
src (module).
subtract-pathname (function).
Next: trivial-compress/src/trivial-compress.lisp, Previous: trivial-compress/src/cl.lisp, Up: Lisp [Contents][Index]
Previous: trivial-compress/src/native.lisp, Up: Lisp [Contents][Index]
native.lisp (file).
src (module).
Next: Definitions, Previous: Files, Up: The trivial-compress Reference Manual [Contents][Index]
Packages are listed by definition order.
Next: trivial-compress.native, Previous: Packages, Up: Packages [Contents][Index]
The main compress interface.
common-lisp.
Next: trivial-compress.cl, Previous: trivial-compress, Up: Packages [Contents][Index]
Compress using native utilities.
common-lisp.
Previous: trivial-compress.native, Up: Packages [Contents][Index]
Compress using pure Common Lisp.
common-lisp.
subtract-pathname (function).
Next: Indexes, Previous: Packages, Up: The trivial-compress Reference Manual [Contents][Index]
Definitions are sorted by export status, category, package, and then by lexicographic order.
Next: Internals, Previous: Definitions, Up: Definitions [Contents][Index]
Previous: Public Interface, Up: Public Interface [Contents][Index]
Create a tar archive from the contents of a directory.
Create a tar archive from the contents of a directory.
Create a tar archive from the contents of a directory.
Create a zip archive from the contents of a directory.
Create a zip archive from the contents of a directory.
Create a zip archive from the contents of a directory.
Previous: Public Interface, Up: Definitions [Contents][Index]
root is an absolute directory, and pathname is an absolute pathname, such that pathname is inside of root. Remove the common directory components, leaving a relative pathname.
Previous: Definitions, Up: The trivial-compress Reference Manual [Contents][Index]
Jump to: | F S T Z |
---|
Jump to: | F S T Z |
---|
Jump to: | C F M N P S T |
---|
Jump to: | C F M N P S T |
---|