Skip to content

Commit

Permalink
Readme, images, fix in proj
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamminroot committed Jun 7, 2021
1 parent 1b74d51 commit 9b2f990
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 0 deletions.
Binary file added AddToContextMenu.reg
Binary file not shown.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# InTag

Add tags from explorer context menu. Can scan "neighbours" and use their tags.

Aimed to be small and kind of lightweight (yet I believe code is fairly bad :D)

## Installation

![Context Menu Example](.\images\ContextMenu.png)

![Main Window Example](.\images\Window.png)

Put .exe somewhere, make sure it's executable - I did try to fix those permissions, but did not bother too much tbh (only spent like 2 hrs on this including "investigation").

Add registry entry (don't forget to fix your path):

in `HKEY_CLASSES_ROOT\Folder\shell\InTag\command`, replace Default in with `C:\\<PUT YOUR PATH HERE>\\intag.exe %1`

Or just run this regedit (also included as a reg, but again - don't forget to fix path):

```reg
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\InTag\command]
@="C:\\<PUT YOUR PATH HERE>\\intag.exe %1"
```
Binary file added images/ContextMenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions intag/intag.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,10 @@
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="..\README.md">
<Link>README.md</Link>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit 9b2f990

Please sign in to comment.