Skip to content

Commit 2b7059b

Browse files
committed
content: project atlas
1 parent 7706d7a commit 2b7059b

File tree

10 files changed

+93
-22
lines changed

10 files changed

+93
-22
lines changed

public/banner.piml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,14 @@
107107
(text) CARTOGO IS ONLINE: GENERATE ARTISTIC CITY MAP POSTERS WITH HIGH-PERFORMANCE GO RENDERING. ACCESS AT /PROJECTS/CARTOGO.
108108
(isActive) true
109109
(link) /projects/cartogo
110-
(linkText) Explore CartoGo
110+
(linkText) Explore CartoGo
111+
112+
> (banner)
113+
(id) atlas-projects-launch
114+
(type) info
115+
(from) 2026-02-16T00:00:00Z
116+
(to) 2026-02-19T23:59:59Z
117+
(text) ATLAS PROJECTS ARE ONLINE: A COLLECTİON OF HiGH-PERFORMANCE GO CLI TOOLS. ACCESS AT /PROJECTS/ATLAS-PROJECTS.
118+
(isActive) true
119+
(link) /projects/atlas-projects
120+
(linkText) Explore Atlas

public/images/bg/emre.jpg

252 KB
Loading
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Overview
2+
3+
The Atlas Suite is a family of minimalist, high-performance command-line tools built with Go. Each tool is designed to solve one problem exceptionally well, adhering to the Unix philosophy and leveraging the power of Bubble Tea for beautiful TUIs.
4+
5+
### Tools in the Suite
6+
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+
11+
### Why Atlas?
12+
13+
* **Go-Powered**: Built for speed and portability.
14+
* **Beautiful TUIs**: Uses Bubble Tea and Lip Gloss for a modern terminal experience.
15+
* **Minimalist**: No bloated interfaces, just the features you need.
16+
* **Local-First**: Your data stays on your machine.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Atlas Suite
2+
# Productivity Redefined
3+
4+
A collection of high-performance Go CLI tools.
5+
Designed for the terminal-centric workflow.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
### Installation
2+
## Each tool can be installed by cloning the repository and building from source:
3+
4+
```bash
5+
# atlas.todo
6+
git clone https://github.com/fezcode/atlas.todo
7+
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+
21+
To build for all platforms, run `go run scripts/build.go` in the respective repository.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Windows
2+
Linux
3+
macOS
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ToDo
2+
fezcode
3+
+1 -0 ~0
4+
link: https://github.com/fezcode/atlas.todo
5+
---
6+
# Stats
7+
fezcode
8+
+2 -0 ~0
9+
link: https://github.com/fezcode/atlas.stats
10+
---
11+
# WebSearch
12+
fezcode
13+
+3 -0 ~0
14+
link: https://github.com/fezcode/atlas.websearch
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.todo add "Finish Gemini integration @work !high"
2+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.websearch -e wiki "Go programming language"
3+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> atlas.stats

public/projects/bm.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

public/projects/projects.piml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,26 @@
6969
(date) 2026-02-08
7070
(image) /projects/cartogo/maps/london.webp
7171

72+
> (project)
73+
(slug) atlas-projects
74+
(title) Atlas Projects
75+
(style) editorial
76+
(size) 1
77+
(repo_link) https://github.com/stars/fezcode/lists/atlas
78+
(pinned) true
79+
(isActive) true
80+
(technologies)
81+
> Go
82+
> TUI
83+
> Bubble Tea
84+
> Productivity
85+
(shortDescription) A collection of minimalist, high-performance CLI tools for daily productivity, including todo management, system statistics, and web searching.
86+
(date) 2026-02-08
87+
(image) /images/bg/emre.jpg
88+
(backgroundImage) /images/bg/emre.jpg
89+
(photoCreditText) Photo by Emre on Unsplash
90+
(photoCreditLink) https://unsplash.com/photos/green-leafed-plant-in-closeup-shot-CBh4D3l0EwM
91+
7292
> (project)
7393
(slug) dush
7494
(title) Dush

0 commit comments

Comments
 (0)