| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Updated script for new partition scheme. Removed backups for partitions
that no longer exist.
|
|
|
|
| |
Search for device instead of assuming it is on /dev/sdc.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Fixed right-click actions in all scripts that had paths pointing to old
script location.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
overly-verbose explanation in id-init.
|
|
|
|
| |
referencing dwm startup loop that is no longer implemented.
|
|
|
|
| |
with location variable. Added monitoring of return codes from archives for warnings and errors. Added notifications on start and finish. Notify user with different messages based on return codes.
|
| |
|
| |
|
|
|
|
| |
takes an argument to specify the location. Reorganized script to use variables to reduce redundant strings. Added automated retrieval of repository password via pass. Removed --list from borg create options and redirect output to log file.
|
| |
|
|
|