quick-find-files.el/Eask
Lucien Cartier-Tilet 49b6ca3efe
All checks were successful
CI / build (26.3) (push) Successful in 3m7s
CI / build (27.2) (push) Successful in 3m55s
CI / build (28.2) (push) Successful in 3m32s
CI / build (29.1) (push) Successful in 3m39s
CI / build (snapshot) (push) Successful in 2m50s
feat: add CI
2023-12-07 19:20:31 +01:00

15 lines
351 B
Plaintext

(package "quick-find-files"
"0.2.1"
"Quickly find files in directories and by extension")
(website-url "https://labs.phundrak.com/phundrak/quick-find-files.el")
(keywords "convenience")
(package-file "quick-find-files.el")
(script "test" "echo \"Error: no test specified\" && exit 1")
(source "gnu")
(depends-on "emacs" "26.1")