Skip to content

BashPass 2.3

Compare
Choose a tag to compare
@AntonVanAssche AntonVanAssche released this 28 Oct 15:20
· 115 commits to master since this release
2.3
d369f07

Here's what's new:

Added:

  • Support for xsel has been added. BashPass will now detect which clipboard manipulation tool is installed and use it. (3b55891 and cc39d65)

Updates

  • The man page has been updated to include xsel as a dependency. (97cdc1f)

Info:

The dependencies for this release are:

  • bash >= 3.0

Password encryption:

  • gpg or gpg2

Clipboard support:

  • xclip or xsel

Synchronization support:

  • rsync

Which systems are supported:

Technically, all systems on where Bash is installed are supported. This means:

  • Most Linux distributions.
  • Mac OS (I can't test this because I don't own a Mac OS system)

Plans for the next release:

  • Rework the --sync functionality to use git instead. This will make it easier to synchronize passwords between multiple devices.