Skip to content

Commit 56e7adf

Browse files
committed
content(project): update atlas project
1 parent 5d89bd8 commit 56e7adf

File tree

3 files changed

+8
-19
lines changed

3 files changed

+8
-19
lines changed

public/projects/atlas-projects/description.txt

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

1213
### Why Atlas?
1314

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
### Installation
2-
## Each tool can be installed by cloning the repository and building from source:
2+
## Each tool can be installed using **gobake** for a native build experience:
33

44
```bash
5-
# atlas.todo
5+
# Example for atlas.todo
66
git clone https://github.com/fezcode/atlas.todo
77
cd atlas.todo
8-
go build -o atlas.todo .
9-
10-
# atlas.stats
11-
git clone https://github.com/fezcode/atlas.stats
12-
cd atlas.stats
13-
go build -o atlas-stats .
14-
15-
# atlas.websearch
16-
git clone https://github.com/fezcode/atlas.websearch
17-
cd atlas.websearch
18-
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
8+
gobake build
249
```
2510

26-
To build for all platforms, run `go run scripts/build.go` in the respective repository.
11+
The same process applies to **atlas.stats**, **atlas.websearch**, **atlas.compass**, and **atlas.clock**.
12+
13+
To build for all platforms, simply run `gobake build` in any of the tool repositories.

public/projects/atlas-projects/terminal.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
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
44
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.compass
5+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.clock

0 commit comments

Comments
 (0)