Skip to content

Commit 005fe97

Browse files
committed
chore: add .env to .gitignore
- Prevent .env files from being tracked - Ensure sensitive information stays local
1 parent 6408ba6 commit 005fe97

File tree

5 files changed

+59
-4
lines changed

5 files changed

+59
-4
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ cython_debug/
182182
.abstra/
183183

184184
# Visual Studio Code
185-
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
185+
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
186186
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
187-
# and can be added to the global gitignore or merged into this file. However, if you prefer,
187+
# and can be added to the global gitignore or merged into this file. However, if you prefer,
188188
# you could uncomment the following to ignore the entire vscode folder
189189
# .vscode/
190190

@@ -205,3 +205,7 @@ cython_debug/
205205
marimo/_static/
206206
marimo/_lsp/
207207
__marimo__/
208+
209+
210+
# .ENV
211+
.env

README.md

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,53 @@
1-
# alfred-crates
2-
Crates (Rust) — Alfred Workflow
1+
# Crates (Rust) — Alfred Workflow
2+
3+
<img src="assets/img/alfred-crates-logo.png" alt="Crates Workflow Logo" width="200" align="center">
4+
5+
🔎 Search [crates.io](https://crates.io) packages directly from [Alfred](https://www.alfredapp.com/).
6+
Quickly check the latest version, open documentation, or copy install commands.
7+
8+
---
9+
10+
## ✨ Features
11+
12+
- `cr <crate>` — search crates.io
13+
- Shows **latest version**, **description**, and **download count**
14+
- **Enter** → Open [docs.rs](https://docs.rs)
15+
- **⌘-Enter** → Open crate on [crates.io](https://crates.io)
16+
- **⌥-Enter** → Copy `cargo add <crate>@<version>`
17+
- **⇧-Enter** → Copy `<crate> = "<version>"` (Cargo.toml)
18+
19+
---
20+
21+
## 📦 Installation
22+
23+
1. [Download the latest release](https://github.com/azat-rs/alfred-crates/releases/latest).
24+
2. Double-click the `.alfredworkflow` file to install.
25+
3. Requires **Alfred 5 with Powerpack**.
26+
27+
---
28+
29+
## 🛠 Requirements
30+
31+
- macOS
32+
- Alfred 5 with Powerpack
33+
- Internet connection (fetches metadata from crates.io API)
34+
35+
---
36+
37+
## 📸 Screenshots
38+
39+
![o1](assets/screenshots/01.png)
40+
41+
---
42+
43+
## 🗂 Project Info
44+
45+
- **Bundle ID:** `com.azatrs.alfred.crates`
46+
- **Author:** [Azat (azataiot)](https://github.com/azataiot)
47+
- **Repo:** [azat-rs/alfred-crates](https://github.com/azat-rs/alfred-crates)
48+
49+
---
50+
51+
## 📄 License
52+
53+
MIT © Azat (azataiot)

alfred-crates-0.1.0.alfredworkflow

76.3 KB
Binary file not shown.

assets/img/alfred-crates-logo.png

1.34 MB
Loading

assets/screenshots/01.png

270 KB
Loading

0 commit comments

Comments
 (0)