Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Readme paths updated
Browse files Browse the repository at this point in the history
* POC in place

* Better hot key handling, password feature POC and tranparency form

* Buttons and keyboard controls

* Mark as password dialog added

* Settings dialog added. Only themes are missing

* Remove unused using statements

* Theme added, only missing themed buttons

* Theme image impl done, images still missing

* Theme images and opacity slider

* Screenshots added and assembly info updated

* Readme updated

* Screenshot paths updated to master branch
  • Loading branch information
nicolaihenriksen authored Jul 23, 2017
1 parent 6de9bad commit 7a3c80a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Simple implementation of a clipboard manager which allows you to copy/paste multiple strings.
When activated by the selected hotkey, the following dialog is displayed:

![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/develop/Screenshots/Screenshot1.png?raw=true)
![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/master/Screenshots/Screenshot1.png?raw=true)

This list displays all the strings that have been copied to the clipboard. You can then re-arrange, mark as password, delete or paste any given item in the list using the given key combinations.

Expand All @@ -12,12 +12,12 @@ The title bar buttons allow you to: Clear the list, open the settings dialog, or
#### Settings
The settings dialog allows you to control the functionality and visual representation of the clipboard manager:

![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/develop/Screenshots/Screenshot2.png?raw=true)
![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/master/Screenshots/Screenshot2.png?raw=true)

#### Mark as password
The "*Mark as password...*" option, available via key combination or right-clicking on the item, will allow you to indicate that the given item is a password:

![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/develop/Screenshots/Screenshot3.png?raw=true)
![](https://github.com/nicolaihenriksen/SimpleClipboardManager/blob/master/Screenshots/Screenshot3.png?raw=true)

Here you have the option of simply masking the password (i.e. it will display 8 asterisks instead of the actual password), or giving the password item an arbitrary logical name to help you identify which password you've copied.

Expand Down

0 comments on commit 7a3c80a

Please sign in to comment.