Skip to content

Commit d34ea74

Browse files
committed
feat: update atlas projects
1 parent 4c45a48 commit d34ea74

File tree

4 files changed

+16
-9
lines changed

4 files changed

+16
-9
lines changed

public/projects/atlas-projects/description.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ The Atlas Suite is a family of minimalist, high-performance command-line tools b
44

55
### Tools in the Suite
66

7-
1. **[atlas.todo](https://github.com/fezcode/atlas.todo)**: A fast, minimalist, local-first TUI task manager. Features Vim-bindings, smart grouping, and CLI quick-add support.
8-
2. **[atlas.stats](https://github.com/fezcode/atlas.stats)**: Real-time system monitoring. View CPU, memory, disk, and network usage in a responsive terminal interface.
9-
3. **[atlas.websearch](https://github.com/fezcode/atlas.websearch)**: A blazing fast, interactive CLI search tool. Search DuckDuckGo, Wikipedia, Hacker News, and Reddit with zero configuration.
10-
4. **[atlas.compass](https://github.com/fezcode/atlas.compass)**: A secure, local-first terminal password manager. Features AES-256-GCM encryption and Argon2id key derivation for high-stakes security.
11-
5. **[atlas.clock](https://github.com/fezcode/atlas.clock)**: A high-visibility world clock dashboard. Features millisecond-precision real-time counters and a searchable IANA timezone list.
12-
6. **[atlas.cam](https://github.com/fezcode/atlas.cam)**: A terminal webcam viewer and ASCII camera. Features real-time edge detection, image filters, and GIF recording.
13-
7. **[atlas.games](https://github.com/fezcode/atlas.games)**: A terminal-based game collection. Featuring Wilson's Revenge directly in your shell.
14-
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.
7+
- 1. **[atlas.todo](https://github.com/fezcode/atlas.todo)**: A fast, minimalist, local-first TUI task manager. Features Vim-bindings, smart grouping, and CLI quick-add support.
8+
- 2. **[atlas.stats](https://github.com/fezcode/atlas.stats)**: Real-time system monitoring. View CPU, memory, disk, and network usage in a responsive terminal interface.
9+
- 3. **[atlas.websearch](https://github.com/fezcode/atlas.websearch)**: A blazing fast, interactive CLI search tool. Search DuckDuckGo, Wikipedia, Hacker News, and Reddit with zero configuration.
10+
- 4. **[atlas.compass](https://github.com/fezcode/atlas.compass)**: A secure, local-first terminal password manager. Features AES-256-GCM encryption and Argon2id key derivation for high-stakes security.
11+
- 5. **[atlas.clock](https://github.com/fezcode/atlas.clock)**: A high-visibility world clock dashboard. Features millisecond-precision real-time counters and a searchable IANA timezone list.
12+
- 6. **[atlas.cam](https://github.com/fezcode/atlas.cam)**: A terminal webcam viewer and ASCII camera. Features real-time edge detection, image filters, and GIF recording.
13+
- 7. **[atlas.games](https://github.com/fezcode/atlas.games)**: A terminal-based game collection. Featuring Wilson's Revenge directly in your shell.
14+
- 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.
15+
- 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.
1516

1617
### Why Atlas?
1718

public/projects/atlas-projects/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ cd atlas.todo
88
gobake build
99
```
1010

11-
The same process applies to **atlas.stats**, **atlas.websearch**, **atlas.compass**, **atlas.clock**, **atlas.cam**, **atlas.games**, and **atlas.bench**.
11+
The same process applies to **atlas.stats**, **atlas.websearch**, **atlas.compass**, **atlas.clock**, **atlas.cam**, **atlas.games**, **atlas.bench**, and **atlas.radar**.
1212

1313
To build for all platforms, simply run `gobake build` in any of the tool repositories.

public/projects/atlas-projects/social.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ link: https://github.com/fezcode/atlas.games
3737
fezcode
3838
+8 -0 ~0
3939
link: https://github.com/fezcode/atlas.bench
40+
---
41+
# Radar
42+
fezcode
43+
+9 -0 ~0
44+
link: https://github.com/fezcode/atlas.radar

public/projects/atlas-projects/terminal.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.cam
77
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.games
88
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.bench "ls" "dir"
9+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.radar --show unclean --watch ..

0 commit comments

Comments
 (0)