Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
with:
submodules: recursive
persist-credentials: false
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
- uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable
- name: Install Rust target
if: ${{ matrix.target != 'universal-apple-darwin' }}
run: rustup target add ${{ matrix.target }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- run: communique generate "${GITHUB_REF_NAME}" --github-release
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
- name: Append en.dev sponsor blurb
- name: Append jdx.dev sponsor blurb
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAG: ${{ github.ref_name }}
Expand All @@ -174,9 +174,9 @@ jobs:

## 💚 Sponsor usage

usage is built by [@jdx](https://github.com/jdx) at [**en.dev**](https://en.dev) — an independent developer-tooling studio behind [mise](https://mise.jdx.dev/), [aube](https://aube.en.dev/), hk, and more. Work on usage is funded by sponsorships.
usage is maintained by [@jdx](https://github.com/jdx), an open source developer for [**entire.io**](https://entire.io), the title sponsor of the [jdx.dev](https://jdx.dev) open source tools including [mise](https://mise.jdx.dev/), [aube](https://aube.jdx.dev/), hk, and more. Work on usage is funded by sponsorships.

If `usage` powers CLI specs, docs, or completions for a tool you maintain or use, please consider [sponsoring at en.dev](https://en.dev). Every sponsorship helps the project stay independent and moving.
If `usage` powers CLI specs, docs, or completions for a tool you maintain or use, please consider [sponsoring at jdx.dev](https://jdx.dev/sponsors.html). Every sponsorship helps the project stay independent and moving.
EOF
} > /tmp/release-notes.md
gh release edit "$TAG" --notes-file /tmp/release-notes.md
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ See more at [usage.jdx.dev](https://usage.jdx.dev/).

## Sponsors

usage is sponsored by [37signals](https://37signals.com).
usage is sponsored by [entire.io](https://entire.io) and [37signals](https://37signals.com).

[View all sponsors](https://en.dev/sponsors.html).
[View all sponsors](https://jdx.dev/sponsors.html).
2 changes: 1 addition & 1 deletion cli/assets/fig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ const completionSpec: Fig.Spec = {
{
name: "sponsors",
description:
"Show the companies sponsoring usage and the en.dev project family",
"Show the companies sponsoring usage and the jdx.dev open source tools",
},
{
name: "zsh",
Expand Down
2 changes: 1 addition & 1 deletion cli/assets/usage.1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Lint a usage spec file for common issues
Execute a shell script with the specified shell
.TP
\fBsponsors\fR
Show the companies sponsoring usage and the en.dev project family
Show the companies sponsoring usage and the jdx.dev open source tools
.TP
\fBzsh\fR
Execute a shell script with the specified shell
Expand Down
4 changes: 2 additions & 2 deletions cli/src/cli/sponsors.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/// Show the companies sponsoring usage and the en.dev project family
/// Show the companies sponsoring usage and the jdx.dev open source tools
#[derive(clap::Args)]
pub struct Sponsors;

impl Sponsors {
pub fn run(&self) -> miette::Result<()> {
println!(
"usage and the en.dev project family are sponsored by:\n\n 37signals - https://37signals.com\n\nView all sponsors: https://en.dev/sponsors.html"
"usage and the jdx.dev open source tools are sponsored by:\n\n entire.io - https://entire.io\n 37signals - https://37signals.com\n\nView all sponsors: https://jdx.dev/sponsors.html"
);
Ok(())
}
Expand Down
2 changes: 1 addition & 1 deletion cli/usage.usage.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ to properly escape and quote values with spaces in them.
arg <SCRIPT>
arg "[ARGS]…" help="Arguments to pass to script" required=#false var=#true
}
cmd sponsors help="Show the companies sponsoring usage and the en.dev project family"
cmd sponsors help="Show the companies sponsoring usage and the jdx.dev open source tools"
cmd zsh help="Execute a shell script using zsh" {
long_help #"""
Execute a shell script with the specified shell
Expand Down
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/EndevFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<span aria-hidden="true">·</span>
<span>Copyright © {{ year }}</span>
<span aria-hidden="true">·</span>
<a class="EndevFooterLink" href="https://en.dev">
<a class="EndevFooterLink" href="https://jdx.dev">
<img
alt=""
class="EndevFooterLogo"
height="28"
src="https://github.com/endevco.png?size=96"
src="https://github.com/jdx.png?size=96"
width="28"
/>
<span>en.dev</span>
<span>jdx.dev</span>
</a>
</footer>
</template>
Expand Down
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/EndevSponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<img :alt="sponsor.name" :src="sponsor.logo" loading="lazy" decoding="async" />
</a>
</div>
<a class="EndevSponsorsCta" href="https://en.dev/sponsors.html">
<a class="EndevSponsorsCta" href="https://jdx.dev/sponsors.html">
View all sponsors
</a>
</div>
Expand All @@ -35,7 +35,7 @@ import { onMounted, ref } from "vue";

const sponsors = ref([]);
const error = ref(false);
const footerTiers = new Set(["anchor", "premier", "partner"]);
const footerTiers = new Set(["title", "premier", "partner"]);
const sponsorFeedTimeoutMs = 5000;

const sponsorItems = (items) => (Array.isArray(items) ? items : []);
Expand All @@ -61,7 +61,7 @@ onMounted(async () => {
const timeout = window.setTimeout(() => controller.abort(), sponsorFeedTimeoutMs);

try {
const res = await fetch("https://en.dev/sponsors.json", {
const res = await fetch("https://jdx.dev/sponsors.json", {
headers: { Accept: "application/json" },
signal: controller.signal,
});
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/reference/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@
"flags": [],
"mounts": [],
"hide": false,
"help": "Show the companies sponsoring usage and the en.dev project family",
"help": "Show the companies sponsoring usage and the jdx.dev open source tools",
"name": "sponsors",
"aliases": [],
"hidden_aliases": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/cli/reference/sponsors.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
- **Usage**: `usage sponsors`
- **Source code**: [`cli/src/cli/sponsors.rs`](https://github.com/jdx/usage/blob/main/cli/src/cli/sponsors.rs)

Show the companies sponsoring usage and the en.dev project family
Show the companies sponsoring usage and the jdx.dev open source tools