-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/ponei/CachedProgramsList
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# CachedProgramsList | ||
Lists cached programs in the registry | ||
|
||
## Functions | ||
This program lists the cached programs in a DataGridView control, which contains: | ||
- Name of the file | ||
- If the file currently exists | ||
- Creation date of the file (if it exists) | ||
- Modification date of the file (if it exists) | ||
- Full path of the file | ||
|
||
### Themes | ||
The program has a dark and light theme option. Just click a button to toggle between these two options. | ||
|
||
### Filters | ||
The program has a ComboBox with 4 options for filters, where you can type some text and filter results based on your options | ||
This is useful to track a certain file or path. | ||
|
||
### Path context menu | ||
You can right click on the path column to enable a context menu. This menu allows you to: | ||
- Open the folder that the file is cached in (if it exists) | ||
- Execute the file (if it exists) | ||
- Show properties of the file (if it exists) |