diff --git a/incus-tramp.el b/incus-tramp.el index 7a497c9..aabeddb 100644 --- a/incus-tramp.el +++ b/incus-tramp.el @@ -6,8 +6,38 @@ ;; Maintainer: Roman Isaev ;; Keywords: tramp, incus, containers, extensions ;; Package: incus-tramp -;; Package-Version: 0.0.1 -;; Package-Requires: ((emacs "30.0")) +;; Package-Version: 0.1.0 +;; Package-Requires: ((emacs "30.1")) + +;; This file is not part of GNU Emacs. + +;; GNU Emacs is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; GNU Emacs is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with GNU Emacs. If not, see . + +;;; Commentary: + +;; Allows Tramp access to environments provided by Incus. +;; +;; ## Usage +;; +;; Open a file on a running Incus container: +;; +;; C-x C-f /incus:CONTAINER:/path/to/file +;; +;; Where: +;; CONTAINER is the container to connect to. + +;;; Code: (require 'tramp) (require 'subr-x)