<div dir="ltr"><div>Nice job! Windows batch is a tough language to 'use in anger'! Bash isn't easy either, but Windows Batch is a whole 'nother level of pain-in-the-ass:</div><div><br></div><div> - <a href="https://stackoverflow.com/questions/6828751/batch-character-escaping/16018942#16018942">windows - Batch character escaping - Stack Overflow</a></div><div><br></div>Pass DOES work in the Ubuntu app on Windows (formerly Bash on Ubuntu on Windows, and several other names before that) but I couldn't implement clipboard support *nicely*. Jason, the creator and maintainer of Pass, didn't like the changes I came up with – they ARE ugly.<div><br></div><div>But, in case you or anyone else is interested, I maintain a 'soft fork' with those changes on GitHub:</div><div><br></div><div> - <a href="https://github.com/kenny-evitt/password-store-buw">kenny-evitt/password-store-buw: Pass: The Standard Unix Password Manager for Bash on Ubuntu on Windows</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Feb 9, 2020 at 4:19 PM Miquel Lionel <<a href="mailto:lionelmiquel@sfr.fr">lionelmiquel@sfr.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello to all the password-store mailing list,<br>
<br>
  Seeing no satisfying command line alternatives for Windows on the <a href="http://passwordstore.org" rel="noreferrer" target="_blank">passwordstore.org</a> page, I decided to quickly put together a batch script that mirrors my uses of pass on unix systems.<br>
It behaves like pass on most of cases, my preferred thing being the clip switch.<br>
So, it supports :<br>
        * making dirs in the password store<br>
        * tree like display of directory and content of theses<br>
        * inserting,deleting passwords and password directory, with or without prompts<br>
        * clipping a specific line of the password file<br>
        * PASSWORD_STORE_DIR and PASSWORD_STORE_KEY environnement variable, as they're the most important ones.<br>
        * .gpgid file to indicate which key to use in case of PASSWORD_STORE_KEY not set<br>
        * viewing passwords<br>
<br>
And I think that's all for the moment.<br>
<br>
There's still things to fix : can't have spaced password names, absolutely no security against shouldersurfing, and many other things that I didn't put my finger on yet.<br>
But it does the job for me.<br>
<br>
<a href="https://notabug.org/lilim/pass.bat" rel="noreferrer" target="_blank">https://notabug.org/lilim/pass.bat</a><br>
<br>
Kind regards,<br>
-- <br>
Miquel Lionel <<a href="mailto:lionelmiquel@sfr.fr" target="_blank">lionelmiquel@sfr.fr</a>><br>
_______________________________________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com" target="_blank">Password-Store@lists.zx2c4.com</a><br>
<a href="https://lists.zx2c4.com/mailman/listinfo/password-store" rel="noreferrer" target="_blank">https://lists.zx2c4.com/mailman/listinfo/password-store</a><br>
</blockquote></div>