Finish trashinfo.lisp
This commit is contained in:
18
package.lisp
18
package.lisp
@ -11,4 +11,20 @@
|
||||
(:documentation
|
||||
"Parser and utility functions for dealing with .trashinfo files.")
|
||||
(:use :cl)
|
||||
(:export))
|
||||
(:import-from #:cl-xdg-trash/url-encode
|
||||
#:url-encode
|
||||
#:url-decode)
|
||||
(:export #:trashinfo-format-error
|
||||
#:trashinfo-format-error-message
|
||||
#:trashinfo-format-error-line-numer
|
||||
#:trashinfo-format-error-context
|
||||
#:trashinfo-format-error-source-file
|
||||
#:trashinfo
|
||||
#:trashinfo-trash-directory
|
||||
#:trashinfo-name
|
||||
#:trashinfo-path
|
||||
#:trashinfo-deletion-date
|
||||
#:trashinfo-trashed-file
|
||||
#:parse-trashinfo-from-stream
|
||||
#:parse-trashinfo-file
|
||||
#:format-trashinfo))
|
||||
|
Reference in New Issue
Block a user