<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lock-password/Makefile, branch v1.2a</title>
<subtitle>A simple terminal password manager, using GnuPG to encrypt passwords
</subtitle>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/'/>
<entry>
<title>makefile: delete echo, add bash completion</title>
<updated>2021-06-22T08:58:11+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-06-22T08:58:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/commit/?id=09e8e0a1c7e285ebafde075778b8df62f9b5e388'/>
<id>09e8e0a1c7e285ebafde075778b8df62f9b5e388</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename main.c to lpass.c</title>
<updated>2021-06-12T19:25:17+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-06-12T19:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/commit/?id=1af9cbf7bb9e89fdc9de704c0b68209762ab8c80'/>
<id>1af9cbf7bb9e89fdc9de704c0b68209762ab8c80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: .o files are created in src/; refactor compile</title>
<updated>2021-03-23T17:50:42+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-03-23T17:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/commit/?id=7ee736993663501dd0c4754f05fdd32a59977be5'/>
<id>7ee736993663501dd0c4754f05fdd32a59977be5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use xlib for copy password</title>
<updated>2021-03-01T21:10:28+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-03-01T21:10:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/commit/?id=ce7c8411d7af66904da5e852f01fd95426ccf5c0'/>
<id>ce7c8411d7af66904da5e852f01fd95426ccf5c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update doc and makefile</title>
<updated>2021-03-01T11:09:38+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-03-01T11:09:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/commit/?id=5833a6c3cf690154c86f308943d29e7a16eb7a00'/>
<id>5833a6c3cf690154c86f308943d29e7a16eb7a00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor code&amp;style; use gpgme, delete fork for gpg; generate/showtree cmd don't use global vars anymore</title>
<updated>2021-02-27T10:43:02+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-02-27T10:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/commit/?id=6088f6812ab545198325052b943fe14d7683187d'/>
<id>6088f6812ab545198325052b943fe14d7683187d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rewrite shell script 'copy' to c language</title>
<updated>2021-01-14T19:30:18+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2021-01-14T19:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/commit/?id=3165436ed14cb353843abf01e9208c088583bc40'/>
<id>3165436ed14cb353843abf01e9208c088583bc40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some features:</title>
<updated>2020-10-31T17:45:29+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-10-31T17:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/commit/?id=64ef51a8ce6bc148ba493e350e2cac4cba470201'/>
<id>64ef51a8ce6bc148ba493e350e2cac4cba470201</id>
<content type='text'>
remake README.md for new code architecture;
add help command;
add man page;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remake README.md for new code architecture;
add help command;
add man page;
</pre>
</div>
</content>
</entry>
<entry>
<title>feature: copy password to clipboard</title>
<updated>2020-10-28T14:12:54+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-10-28T14:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/commit/?id=38a3be4a3eeacec75a534fef6951b9484b4d7098'/>
<id>38a3be4a3eeacec75a534fef6951b9484b4d7098</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug: work outside working dir; refactor</title>
<updated>2020-10-21T19:26:03+00:00</updated>
<author>
<name>Joursoir</name>
<email>chat@joursoir.net</email>
</author>
<published>2020-10-21T19:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.joursoir.net/lock-password/commit/?id=5a8218b13fbe21e4c85a484933ca201b666323ee'/>
<id>5a8218b13fbe21e4c85a484933ca201b666323ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
