Skip to content
/ prf-tramp Public

📡 TRAMP util functions (applied to dired and shells)

License

Notifications You must be signed in to change notification settings

p3r7/prf-tramp

Repository files navigation

prf-tramp

This repository holds several packages:

  • prf-tramp: Various TRAMP util functions
  • prf-tramp-method: Helper functions for manipulating tramp methods
  • prf-tramp-friendly-parsing: Helper functions to allow a more human-friendly construction of TRAMP paths

Examples can be found in examples.md.

Installation

Not yet on Melpa.

For now, the recommended way to install is with use-package, quelpa and quelpa-use-package.

To require everything:

(use-package prf-tramp
  :quelpa (prf-tramp :fetcher github :repo "p3r7/prf-tramp"
  :after tramp))

(use-package prf-tramp-method
  :quelpa (prf-tramp-method :fetcher github :repo "p3r7/prf-tramp")
  :after tramp)

(use-package prf-tramp-friendly-parsing
  :quelpa (prf-tramp-friendly-parsing :fetcher github :repo "p3r7/prf-tramp"))

Functions

TRAMP VEC Utils

Helper functions to manipulate TRAMP vec objects.

TRAMP VEC Utils

prf/tramp/vec/undissect (vec)

Converts VEC back into TRAMP path string.

prf/tramp/vec/vec-p (vec)

Returns 't when VEC is a valid TRAMP vec.

Usage

For a concrete example, read this article about overriding some TRAMP methods.

About

📡 TRAMP util functions (applied to dired and shells)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published