1
0
Fork
You've already forked Tetherdir.el
0
A package for quickly accessing directories.
Emacs Lisp 100%
2025年12月02日 01:15:15 +01:00
LICENSE Initial Commit 2025年08月08日 18:00:43 +01:00
README.org docs: add license section to README and remove windows part 2025年12月02日 01:15:15 +01:00
tetherdir.el feat: add tetherdir-org-roam 2025年08月24日 21:01:22 +01:00

Tetherdir.el

This is an Emacs package to quickly access directories such as the home folder, documents, etc. I've only tested it on Linux, but it could work on other UNIX systems.

Installation

While package is not available in any package archive, you can install it with use-package VC. For example:

(use-package tetherdir
 :vc (tetherdir :url https://codeberg.org/Cyncrovee/Tetherdir.el))

License

Tetherdir.el is licensed under the GNU General Public License version 3 ONLY.