Skip to content

Commit 8036440

Browse files
committed
feat: both bm and dush now uses editorial project with platforms support
1 parent 94fda8f commit 8036440

File tree

12 files changed

+50
-15
lines changed

12 files changed

+50
-15
lines changed

public/images/bg/nik.jpg

348 KB
Loading

public/images/bg/tim_simon.jpg

-1.05 MB
Loading

public/projects/bm/description.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Overview
2+
3+
BM is a simple, yet powerful command-line bookmark manager for your shell. Designed for terminal enthusiasts, it allows you to save, tag, and quickly retrieve your favorite files and directories directly from the command line.
4+
5+
Forget alias-based bookmarks or clunky UI applications. BM integrates seamlessly into your workflow, making it effortless to manage your bookmarks.
6+
7+
### Why BM?
8+
9+
* **Lightning Fast:** Built with Rust, BM operates with near-zero overhead, ensuring instant responses.
10+
* **Terminal Native:** Live and breathe in your terminal? BM is your perfect companion.
11+
* **TOML-based Storage:** Your bookmarks are stored in a human-readable `store.toml` file, easy to backup and edit.
12+
* **Privacy-Focused:** Your data stays local, under your control.
13+
* **Open Source:** Contribute, customize, and make it truly yours.
14+

public/projects/bm/hero.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Shell Bookmarks
2+
# Simplified
3+
4+
BM is a simple, yet powerful command-line bookmark manager for your shell.
5+
Built with Rust to be more secure.

public/projects/bm/install.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/fezcode/bm/releases/tag/v0.8.3

public/projects/bm/platforms.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Windows
2+
Linux
3+
macOS

public/projects/bm/social.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Runs on every platform
2+
fezcode
3+
+8 -2 ~0
4+
link: https://github.com/fezcode/bm/releases/tag/v0.8.3

public/projects/bm/terminal.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> bm add rust_docs <span class="text-[#b8bb26]"># Adds current directory to bookmarks</span>
2+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> bm show -p <span class="text-[#b8bb26]"># Lists all bookmarks in a table</span>
3+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> bm delete rust_docs <span class="text-[#b8bb26]"># Delete rust_docs bookmark</span>
4+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> bm help <span class="text-[#b8bb26]"># Show help text</span>
5+
<span class="text-[#b8bb26]">➜</span> <span class="text-[#fabd2f]">~</span> bm version <span class="text-[#b8bb26]"># Show version</span>

public/projects/dush/platforms.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Windows
2+
Linux
3+
macOS

public/projects/projects.piml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
> (project)
3636
(slug) bm
3737
(title) bm - bookmark manager
38+
(style) editorial
3839
(size) 1
3940
(repo_link) https://github.com/fezcode/bm
4041
(pinned) true
@@ -45,6 +46,9 @@
4546
(shortDescription) BM is a simple command-line bookmark manager for your shell. It stores bookmarks in a `store.toml` file within a `~/.bm` directory.
4647
(date) 2025-11-06
4748
(image) /images/defaults/esma-melike-sezer-YpUj3dD0YzU-unsplash.jpg
49+
(backgroundImage) /images/bg/nik.jpg
50+
(photoCreditText) Photo by Nik on Unsplash
51+
(photoCreditLink) https://unsplash.com/photos/palm-fronds-against-a-sunset-sky-3ZMkvC45R_E
4852

4953
> (project)
5054
(slug) dush

0 commit comments

Comments
 (0)