Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] add Plugin 📦 Installation & Upgrade info to readme #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RECENT CHANGES

OVERVIEW
-----
KP Floating Panel allows easy access to KeePass entries through a small floating panel on your screen. Allows quick keyboard access and searching (along with opening, auto type, etc) without opening the KeePass window. Multiple keyboard shortcut an display options. Originally written by Alexeev Alexander and improved upon by s now maintained by Mitch Capper. Older Changelog has full history.
KP Floating Panel allows easy access to KeePass entries through a small floating panel on your screen. Allows quick keyboard access and searching (along with opening, auto type, etc) without opening the KeePass window. Multiple keyboard shortcut an display options. Originally written by Alexeev Alexander and improved upon by s² now maintained by Mitch Capper. Older Changelog has full history.

INSTALLATION
-----
Expand All @@ -19,6 +19,19 @@ INSTALLATION
- Start KeePass and open a database. Right click on the floating panel near the top of the screen and go to settings, configure as you like.
- Click on the floating panel to open, or use the global hotkey setup to open it from the keyboard

### Chocolatey 📦
Or you can [use Chocolatey to install](https://community.chocolatey.org/packages/keepass-plugin-kpfloatingpanel#install) it in a more automated manner:

```
choco install keepass-plugin-kpfloatingpanel
```

To [upgrade KeePass Plugin KP Floating Panel](https://community.chocolatey.org/packages/keepass-plugin-kpfloatingpanel#upgrade) to the [latest release version](https://community.chocolatey.org/packages/keepass-plugin-kpfloatingpanel#versionhistory) for enjoying the newest features, run the following command from the command line or from PowerShell:

```
choco upgrade keepass-plugin-kpfloatingpanel
```

MAJOR OPTIONS
-----
- You can choose to display at a certain transparency (along with foreground and background colors) by default the display is just the database name
Expand Down Expand Up @@ -55,10 +68,10 @@ OLDER CHANGELOG
- Removed the floating panel from showing up in the ALT-Tab list.
- Ability to search right from the floating panel. When search is enabled a textbox will appear as the top of the list, and any time it opens it will have focus by default. As you type it will search the list and show you as you type the results. You can then interact with the results or just hit enter and the first ones default action will be taken. This allows for complete keyboard interaction with the floating panel, hit the global hot key, type part of the entry you want, hit enter, and your done. When you search it flatens out all the groups, so even if the entry is in a sub-group it will show up in the results

2.0.9 (2009.09.12) changed by s
2.0.9 (2009.09.12) changed by s²
- implemented a new option to directly jump into the edit-entry dialog from floating panel

1.0.2 (2009.06.20) changed by s
1.0.2 (2009.06.20) changed by s²
- introduced new feature "sort alphabetical" which can be selected/deselected under settings=>behaviour
- compiled for KeePass v2.0.7
- Some minor changes due to suggestions of FxCop
Expand Down