Skip to content

Commit 68adfd3

Browse files
committed
docs: update Atlas Suite documentation with hub, otp, diff and screensaver
1 parent 5848711 commit 68adfd3

File tree

7 files changed

+753
-666
lines changed

7 files changed

+753
-666
lines changed

public/projects/atlas-projects/description.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The Atlas Suite is a family of minimalist, high-performance command-line tools b
1313
- 7. **[atlas.games](https://github.com/fezcode/atlas.games)**: A terminal-based game collection. Featuring Wilson's Revenge directly in your shell.
1414
- 8. **[atlas.bench](https://github.com/fezcode/atlas.bench)**: A high-performance benchmarking tool for terminal applications and command-line processes. Measure CPU, memory, and latency with millisecond precision.
1515
- 9. **[atlas.radar](https://github.com/fezcode/atlas.radar)**: A high-performance Git workspace monitor. Scan, monitor, and sync multiple repositories simultaneously with a beautiful, minimalist CLI.
16+
- 10. **[atlas.otp](https://github.com/fezcode/atlas.otp)**: A high-visibility, minimalist terminal TOTP (2FA) manager. Securely manage and copy one-time passwords with a sleek Onyx & Gold theme.
17+
- 11. **[atlas.diff](https://github.com/fezcode/atlas.diff)**: A high-visibility, side-by-side terminal diff tool. Compare files with statistical clarity and a clean Atlas-inspired aesthetic.
18+
- 12. **[atlas.screensaver](https://github.com/fezcode/atlas.screensaver)**: A collection of aesthetic terminal screensavers. Enjoy nostalgic Starfield and Pipes animations directly in your terminal.
1619

1720
### Why Atlas?
1821

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
### Installation
2-
## Each tool can be installed using **gobake** for a native build experience:
2+
## The recommended way to install the Atlas Suite is via **atlas.hub**:
33

44
```bash
5-
# Example for atlas.todo
6-
git clone https://github.com/fezcode/atlas.todo
7-
cd atlas.todo
8-
gobake build
5+
# 1. Bootstrap the hub
6+
git clone https://github.com/fezcode/atlas.hub
7+
cd atlas.hub
8+
./scripts/install.sh # or scripts/install.ps1 on Windows
99
```
1010

11-
The same process applies to **atlas.stats**, **atlas.websearch**, **atlas.compass**, **atlas.clock**, **atlas.cam**, **atlas.games**, **atlas.bench**, and **atlas.radar**.
11+
Once installed, simply run `atlas.hub` to interactively select and install any tool in the suite. The hub automates the cloning, building (via **gobake**), and path management for you.
1212

13-
To build for all platforms, simply run `gobake build` in any of the tool repositories.
13+
To manually build for all platforms, you can still run `gobake build` in any individual tool repository.

public/projects/atlas-projects/social.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,23 @@ link: https://github.com/fezcode/atlas.bench
4242
fezcode
4343
+9 -0 ~0
4444
link: https://github.com/fezcode/atlas.radar
45+
---
46+
# OTP
47+
fezcode
48+
+10 -0 ~0
49+
link: https://github.com/fezcode/atlas.otp
50+
---
51+
# Diff
52+
fezcode
53+
+11 -0 ~0
54+
link: https://github.com/fezcode/atlas.diff
55+
---
56+
# Hub
57+
fezcode
58+
+12 -0 ~0
59+
link: https://github.com/fezcode/atlas.hub
60+
---
61+
# Screensaver
62+
fezcode
63+
+13 -0 ~0
64+
link: https://github.com/fezcode/atlas.screensaver

public/projects/atlas-projects/terminal.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.hub
12
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.todo add "Finish Gemini integration @work !high"
23
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.websearch -e wiki "Go programming language"
34
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.stats
@@ -7,3 +8,6 @@
78
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.games
89
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.bench "ls" "dir"
910
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.radar --show unclean --watch ..
11+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.otp
12+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.diff file1.go file2.go
13+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.screensaver

public/projects/projects.piml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
> TUI
9999
> Bubble Tea
100100
> Productivity
101-
(shortDescription) A collection of minimalist, high-performance CLI tools for daily productivity, including todo management, system statistics, web searching, and terminal-based gaming.
102-
(date) 2026-02-08
101+
(shortDescription) A collection of minimalist, high-performance CLI tools for daily productivity, including todo management, system stats, web search, password management, world clocks, secure TOTP (2FA), and aesthetic screensavers.
102+
(date) 2026-02-20
103103
(image) /images/bg/emre.jpg
104104
(backgroundImage) /images/bg/emre.jpg
105105
(photoCreditText) Photo by Emre on Unsplash

0 commit comments

Comments
 (0)