-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
46 lines (41 loc) · 2.1 KB
/
software.html
File metadata and controls
46 lines (41 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en"
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adam Color Software</title>
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="icon" href="assets/images/Colorist_Square.jpg">
</head>
<body>
<header>
<img src="assets/images/LOGO.png">
<nav>
<a href="index.html">Home</a>
<a href="projects.html">Projects</a>
<b href="software.html">Software</b>
<a href="about.html">About Me</a>
<a href="contact.html">Contact</a>
</nav>
</header>
<!-- <script src="https://keepandroidopen.org/banner.js?size=minimal&animation=off"></script> -->
<h2>- Adam Color Software -</h2>
<div class="software-card">
<div class="software-info">
<h3>AppUsageGUI</h3>
<p>AppUsageGUI helps you organize and track application usage with project-based management. You can create projects to group sessions, track total runtime for any executable, and continue from previous sessions. The software supports custom tracking rules, application filtering, and works on both Windows and macOS (macOS requires <a href="https://github.com/Adam-Color/AppUsageGUI/blob/Develop/docs/install_macos.md" target="_blank">permissions</a>). Session data is protected with hash verification, and you can pause or resume tracking. It automatically detects GUI applications versus background processes, provides analytics of total time spent across sessions, and includes automatic migration of standalone sessions to an existing project structure.</p>
<div class="software-buttons">
<a href="#" id="download-link" class="btn-download">Download</a>
<a href="https://github.com/Adam-Color/AppUsageGUI" class="btn-github">View on GitHub</a>
</div>
</div>
<div class="software-image">
<img src="assets/images/software/appusagegui.png" alt="Logo">
</div>
</div>
<script src="assets/js/startup.js"></script>
<footer>
<p>© 2026 Adam Blair-Smith</p>
</footer>
</body>
</html>