<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles/.local/bin, branch master</title>
<subtitle>My dotfiles
</subtitle>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/'/>
<entry>
<title>Remove unused script</title>
<updated>2023-06-11T12:06:47+00:00</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2023-06-11T12:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/commit/?id=6e38be0baac90542811aa4bde2259d55433a4878'/>
<id>6e38be0baac90542811aa4bde2259d55433a4878</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added, removed, renamed scripts</title>
<updated>2023-06-11T11:56:17+00:00</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2023-06-11T11:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/commit/?id=9e82c96713989a7565eadac505b36e3dbe91cd5a'/>
<id>9e82c96713989a7565eadac505b36e3dbe91cd5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidated status bar scripts for dwmstatus</title>
<updated>2023-06-11T11:49:11+00:00</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2023-06-11T11:49:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/commit/?id=dfcc303e7cc284a45f55bae81ed888dc256432b8'/>
<id>dfcc303e7cc284a45f55bae81ed888dc256432b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidated encrypted USB scripts and removed redundancy</title>
<updated>2022-06-17T10:07:10+00:00</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-06-17T10:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/commit/?id=c833f67b5970dcd4f7e69ddabe4cb15300ef6749'/>
<id>c833f67b5970dcd4f7e69ddabe4cb15300ef6749</id>
<content type='text'>
Removed the mount-cryptusb and unmount-cryptusb scripts which are now
redundant that mount-device and unmount-device handle LUKS devices.
Consolidated encrypted USB script into sync-cryptusb, which now calls
mount-device and unmount-device.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed the mount-cryptusb and unmount-cryptusb scripts which are now
redundant that mount-device and unmount-device handle LUKS devices.
Consolidated encrypted USB script into sync-cryptusb, which now calls
mount-device and unmount-device.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added scripts for interacting with pass via dmenu</title>
<updated>2022-06-17T01:30:28+00:00</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-06-17T01:30:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/commit/?id=76648c5bb4d22aa4745c25e715465254759a35cc'/>
<id>76648c5bb4d22aa4745c25e715465254759a35cc</id>
<content type='text'>
Added two scripts for getting passwords and OTPs from pass by selecting
an entry from dmenu. This enables passwords to be retrieved easily by
binding these scripts to hotkeys. Both scripts place the output on the
clipboard.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added two scripts for getting passwords and OTPs from pass by selecting
an entry from dmenu. This enables passwords to be retrieved easily by
binding these scripts to hotkeys. Both scripts place the output on the
clipboard.
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated for new partition scheme</title>
<updated>2022-06-17T01:20:08+00:00</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-06-17T01:20:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/commit/?id=c090ce58a2fd1edfbdefd756e18bf2f2296d8a4a'/>
<id>c090ce58a2fd1edfbdefd756e18bf2f2296d8a4a</id>
<content type='text'>
Updated script for new partition scheme. Removed backups for partitions
that no longer exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated script for new partition scheme. Removed backups for partitions
that no longer exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't assume device is on /dev/sdc</title>
<updated>2022-06-17T01:14:14+00:00</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-06-17T01:14:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/commit/?id=af5431d5b8209847d8bd783777b3470ae940ddaf'/>
<id>af5431d5b8209847d8bd783777b3470ae940ddaf</id>
<content type='text'>
Search for device instead of assuming it is on /dev/sdc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Search for device instead of assuming it is on /dev/sdc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added support for LUKS devices</title>
<updated>2022-06-17T01:11:00+00:00</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-06-17T01:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/commit/?id=38ccd88ced5790dc941157fed56c5ac4756acd7f'/>
<id>38ccd88ced5790dc941157fed56c5ac4756acd7f</id>
<content type='text'>
Added support for LUKS devices to mount and unmount scripts. Scripts
will now detect if a device or partition is LUKS encrypted and
automatically map and mount the device.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added support for LUKS devices to mount and unmount scripts. Scripts
will now detect if a device or partition is LUKS encrypted and
automatically map and mount the device.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed statusbar script right-click actions</title>
<updated>2022-06-17T01:09:27+00:00</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-06-17T01:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/commit/?id=6b0dadd3b736655836a40fe458268c615020f5bb'/>
<id>6b0dadd3b736655836a40fe458268c615020f5bb</id>
<content type='text'>
Fixed right-click actions in all scripts that had paths pointing to old
script location.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed right-click actions in all scripts that had paths pointing to old
script location.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite and simplification of id-init</title>
<updated>2022-06-17T00:51:52+00:00</updated>
<author>
<name>Sam Chudnick</name>
<email>sam@chudnick.com</email>
</author>
<published>2022-06-17T00:51:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.chudnick.com/dotfiles/commit/?id=106f5faba0e8e5dc844a806a9149316b2657951b'/>
<id>106f5faba0e8e5dc844a806a9149316b2657951b</id>
<content type='text'>
Did a complete rewrite and simplication of id-init to use only pass
and to cutout KeePassXC. The new implementation simply creates a temporary
executable that runs "pass ssh", sets it as the SSH_ASKPASS program, and
runs ssh-add. This prompts for and caches the GPG key password when
running "pass ssh".  The output of that command is then used as the
input for the password prompt of ssh-add, which then succeeds and adds
the SSH key to the agent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Did a complete rewrite and simplication of id-init to use only pass
and to cutout KeePassXC. The new implementation simply creates a temporary
executable that runs "pass ssh", sets it as the SSH_ASKPASS program, and
runs ssh-add. This prompts for and caches the GPG key password when
running "pass ssh".  The output of that command is then used as the
input for the password prompt of ssh-add, which then succeeds and adds
the SSH key to the agent.
</pre>
</div>
</content>
</entry>
</feed>
