Skip to content

Commit

Permalink
Forgot to add the Future Goals section to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadoola committed Aug 20, 2023
1 parent a131e4c commit d41605c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ My initial crude version of this I had set up to right click on an MER or APA an
### To Use
Run the executable, click 'Select Files', and pick the files you want to open. A list of files will appear with the file name, version number, and an icon representing the locked/unlocked status. If you want to unlock a file, click the red locked icon next to it to unlock it (this will directly modify the file, so if you are worried about it breaking, work on a copy).

You can also run the file from the command line and pass it a list of files such as: `pv-unlocker.exe *.mer` and it will show you the status of those files.
You can also run the file from the command line and pass it a list of files such as: `pv-unlocker.exe *.mer` and it will show you the status of those files.


## Future Goals
I had thought about instead of a small app, making this a windows shell extension, overlay a lock icon if the file is locked, allow you to right click and unlock it, Maybe see the Runtime version in the File Details pane. I have never made a windows shell extension before, and haven't had the time to dig into it.

0 comments on commit d41605c

Please sign in to comment.