diff --git a/.gitmodules b/.gitmodules index 7ef43aa..0addb11 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,9 +13,6 @@ [submodule "repos/elfeed-sync"] path = repos/elfeed-sync url = git@github.com:SqrtMinusOne/elfeed-sync.git -[submodule "repos/password-store-ivy"] - path = repos/password-store-ivy - url = git@github.com:SqrtMinusOne/password-store-ivy.git [submodule "repos/biome"] path = repos/biome url = git@github.com:SqrtMinusOne/biome.git @@ -43,3 +40,6 @@ [submodule "repos/eshell-atuin"] path = repos/eshell-atuin url = git@github.com:SqrtMinusOne/eshell-atuin.git +[submodule "repos/password-store-completion"] + path = repos/password-store-completion + url = git@github.com:SqrtMinusOne/password-store-completion.git diff --git a/content/emacs-packages.md b/content/emacs-packages.md index 03802b5..5e68235 100644 --- a/content/emacs-packages.md +++ b/content/emacs-packages.md @@ -103,15 +103,15 @@ An alternative tree-based interface for [elfeed](https://github.com/skeeto/elfee - Package at MELPA: -## password-store-ivy {#password-store-ivy} +## password-store-completion {#password-store-completion} -Auto-type fields from [pass](https://www.passwordstore.org/) entries. Essentially, this is a reimplementation of [rofi-pass](https://github.com/carnager/rofi-pass) with [Ivy](https://github.com/abo-abo/swiper) which I made after migrating to [EXWM](https://github.com/ch11ng/exwm). I used to use the package with [ivy-posframe](https://github.com/tumashu/ivy-posframe), but the latter turned out to be unnecessary. +Auto-type fields from [pass](https://www.passwordstore.org/) entries. Essentially, this is a reimplementation of [rofi-pass](https://github.com/carnager/rofi-pass) with `completing-read` which I made after migrating to [EXWM](https://github.com/ch11ng/exwm). -I might archive this if I switch to a different completion framework (or even ditch the WM), which is why I'm not submitting it anywhere. But the package is pretty simple. +It was called `password-store-ivy` before, but I've changed the name after I switched to vertico and added `completing-read` (+ embark integration) to the package. -- Package name: `password-store-ivy` -- Homepage: -- Git repo: +- Package name: `password-store-completion` +- Homepage: +- Git repo: ## Org Journal Tags {#org-journal-tags} diff --git a/org/pages/emacs-packages.org b/org/pages/emacs-packages.org index 79fe72b..31efe56 100644 --- a/org/pages/emacs-packages.org +++ b/org/pages/emacs-packages.org @@ -84,14 +84,14 @@ An alternative tree-based interface for [[https://github.com/skeeto/elfeed][elfe - Git repo: https://github.com/SqrtMinusOne/elfeed-summary - Package at MELPA: https://melpa.org/#/elfeed-summary -* password-store-ivy -Auto-type fields from [[https://www.passwordstore.org/][pass]] entries. Essentially, this is a reimplementation of [[https://github.com/carnager/rofi-pass][rofi-pass]] with [[https://github.com/abo-abo/swiper][Ivy]] which I made after migrating to [[https://github.com/ch11ng/exwm][EXWM]]. I used to use the package with [[https://github.com/tumashu/ivy-posframe][ivy-posframe]], but the latter turned out to be unnecessary. +* password-store-completion +Auto-type fields from [[https://www.passwordstore.org/][pass]] entries. Essentially, this is a reimplementation of [[https://github.com/carnager/rofi-pass][rofi-pass]] with =completing-read= which I made after migrating to [[https://github.com/ch11ng/exwm][EXWM]]. -I might archive this if I switch to a different completion framework (or even ditch the WM), which is why I'm not submitting it anywhere. But the package is pretty simple. +It was called =password-store-ivy= before, but I've changed the name after I switched to vertico and added =completing-read= (+ embark integration) to the package. -- Package name: =password-store-ivy= -- Homepage: https://sqrtminusone.xyz/packages/password-store-ivy -- Git repo: https://github.com/SqrtMinusOne/password-store-ivy +- Package name: =password-store-completion= +- Homepage: https://sqrtminusone.xyz/packages/password-store-completion +- Git repo: https://github.com/SqrtMinusOne/password-store-completion * Org Journal Tags The package extends [[https://github.com/bastibe/org-journal][org-journal]] by introducing "tags" that reference a journal section or subset thereof. These tags can be later queried. The package also provides a UI with statistics about tags and things like records on this day a year ago. diff --git a/repos/biome b/repos/biome index 599a55f..6c5d786 160000 --- a/repos/biome +++ b/repos/biome @@ -1 +1 @@ -Subproject commit 599a55fa20a7ba38c3aead07e0af7b7b02902dfa +Subproject commit 6c5d786219741e10332304566d4a18db3eddae2b diff --git a/repos/dotfiles b/repos/dotfiles index bea3dd5..dff499c 160000 --- a/repos/dotfiles +++ b/repos/dotfiles @@ -1 +1 @@ -Subproject commit bea3dd52b4c7d5083502aeab4335e3900ec5ec4e +Subproject commit dff499c668852be4810350a398df848f2de290d0 diff --git a/repos/elfeed-summary b/repos/elfeed-summary index efa30b8..7e308ad 160000 --- a/repos/elfeed-summary +++ b/repos/elfeed-summary @@ -1 +1 @@ -Subproject commit efa30b88d7f048a2df4958e59da8002ebd2dbb29 +Subproject commit 7e308adaa351f8c7f6ba839cbcfd4e3cd145401c diff --git a/repos/eshell-atuin b/repos/eshell-atuin index 5d206c3..b8bff27 160000 --- a/repos/eshell-atuin +++ b/repos/eshell-atuin @@ -1 +1 @@ -Subproject commit 5d206c31925bf4a4dd1758b36bf85084adeb69d0 +Subproject commit b8bff27bbd7d4e7c28770d6f88d8ebcb1b965a9e diff --git a/repos/org-clock-agg b/repos/org-clock-agg index 4cc6103..e8642c0 160000 --- a/repos/org-clock-agg +++ b/repos/org-clock-agg @@ -1 +1 @@ -Subproject commit 4cc610315bdc4a656682ded736a6c5345108267f +Subproject commit e8642c02b0596ba3a3255e09c6d536631f3518ae diff --git a/repos/org-journal-tags b/repos/org-journal-tags index c9dba48..a68e40a 160000 --- a/repos/org-journal-tags +++ b/repos/org-journal-tags @@ -1 +1 @@ -Subproject commit c9dba4817f098281139c85db5b1bcbf79edc419b +Subproject commit a68e40a8473ff18bef58a171245a9cdef6eee622 diff --git a/repos/password-store-completion b/repos/password-store-completion new file mode 160000 index 0000000..7272fa4 --- /dev/null +++ b/repos/password-store-completion @@ -0,0 +1 @@ +Subproject commit 7272fa4fa55bf83d238aef2b378933a8854c3d5c diff --git a/repos/password-store-ivy b/repos/password-store-ivy deleted file mode 160000 index 60a2862..0000000 --- a/repos/password-store-ivy +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 60a2862cb827672de18619cd8e3239e0f146e55d diff --git a/repos/pomm b/repos/pomm index a717c3a..ba0b308 160000 --- a/repos/pomm +++ b/repos/pomm @@ -1 +1 @@ -Subproject commit a717c3a05352cb8a233a5b4330186ead077746ba +Subproject commit ba0b30888614a8dc932bd0ab198e08f78950c0e1 diff --git a/repos/reverso b/repos/reverso index 47812d7..d1b39da 160000 --- a/repos/reverso +++ b/repos/reverso @@ -1 +1 @@ -Subproject commit 47812d7738047277e2ab365c45a9512e8258422c +Subproject commit d1b39da3c7df1541f98435f3172a7ff4f3123634 diff --git a/scripts/publish-configs.el b/scripts/publish-configs.el index a02aafc..0bc0517 100644 --- a/scripts/publish-configs.el +++ b/scripts/publish-configs.el @@ -119,7 +119,7 @@ "perspective-exwm" "org-journal-tags" "elfeed-sync" - "password-store-ivy" + "password-store-completion" "avy-dired" "reverso" "micromamba"