Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ponei committed May 18, 2020
2 parents 8a116b7 + 3138671 commit f461c82
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
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)

0 comments on commit f461c82

Please sign in to comment.