xFA25E / dired-tags

Manage file tags using extended attributes in GNU/Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dired-Tags

https://github.com/xFA25E/dired-tags/actions/workflows/test.yml/badge.svg

Manage file tags using extended attributes in GNU/Emacs

./dired-tags.png

./dired-tags-editor.png

Overview

Add, remove, list and edit tag files using extended attributes. It is based on xattr library.

Usage

(with-eval-after-load 'dired
  (define-key dired-mode-map "\C-c\C-t" 'dired-tags-prefix-map))

License

Copyright (c) 2022 Valeriy Litkovskyy Licensed under the GPL3 License.

About

Manage file tags using extended attributes in GNU/Emacs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 79.8%Language:Nix 19.4%Language:Makefile 0.8%