Skip to content

Commit df0384d

Browse files
committed
content: update atlas projects
1 parent c406e17 commit df0384d

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

public/projects/atlas-projects/description.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ The Atlas Suite is a family of minimalist, high-performance command-line tools b
77
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.
88
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.
99
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.
1011

1112
### Why Atlas?
1213

public/projects/atlas-projects/install.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ go build -o atlas-stats .
1616
git clone https://github.com/fezcode/atlas.websearch
1717
cd atlas.websearch
1818
go build -o atlas .
19+
20+
# atlas.compass
21+
git clone https://github.com/fezcode/atlas.compass
22+
cd atlas.compass
23+
go run scripts/build.go
1924
```
2025

2126
To build for all platforms, run `go run scripts/build.go` in the respective repository.

public/projects/atlas-projects/social.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ link: https://github.com/fezcode/atlas.stats
1212
fezcode
1313
+3 -0 ~0
1414
link: https://github.com/fezcode/atlas.websearch
15+
---
16+
# Compass
17+
fezcode
18+
+4 -0 ~0
19+
link: https://github.com/fezcode/atlas.compass
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.todo add "Finish Gemini integration @work !high"
22
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.websearch -e wiki "Go programming language"
33
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.stats
4+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.compass

0 commit comments

Comments
 (0)