#projectname
You can now customize Zed’s window titles with `projectName`, `fileName`, `relativePath`, `branch`, `remoteName`, and more.

```json
{
"window_title_format": "${projectName}${separator}${branch}",
"window_title_separator": " — "
}
```

Thanks jknlsn!
September 17, 2026 at 3:23 PM
by the end of the DAY the takeover was announced,
Libera Chat was announced. Channels could just move over, and they did. The vast majority of open source projects that were using IRC just updated their sites to say "join #projectname on liberachat" instead of freenode, and freenode depopulated
February 9, 2026 at 8:29 PM
YYYY-MM-DD-clientname-projectname-briefdescription
Ah, "How to name files", a topic that is near and dear to my 💜

My most recent (and semi-polished) iteration on this stuff was a 5-minute lightning talk for NormConf 2022. Here's the video & the slides:

youtu.be/ES1LTlnpLMk?...

speakerdeck.com/jennybc/how-...
December 4, 2024 at 5:25 PM
could start subtler. `use-dog-names-as-metasyntactic-variables/projectname/src`
April 29, 2026 at 7:23 AM
also if you want to get real pervy, you can set up external-dns/cert-manager to put your worktrees on actual DNS

right now, I am poking at `{branchname}.{projectname}.{hostname}.ed3d.dev` stuff and Nodding Approvingly
March 12, 2026 at 11:05 PM
dddeviance was originally placeholder projectname deviange but then halfway through the project i realised i dont want to draw devil tail and thats not even as cool as a fallen angel and then i basically had to change nothing in the story because it was already all there and just made more sense now
September 8, 2026 at 9:52 PM
The whole thing is like a Madlib.

just replace Linux with {{ projectName }}

and Linus with {{ toxicBDFL }}
November 26, 2024 at 12:22 AM
When I need that on a huge project I have a directory like ~/Git/projectname/ and in that directory I have a bunch of git clones on different branches, so it's like

~/Git/projectname/main
~/Git/projectname/feature_foo
~/Git/projectname/fix_bar
~/Git/projectname/refactor_baz
April 23, 2025 at 7:12 PM
You have to run them by typing “love <projectname>” into the terminal which is also great
July 18, 2026 at 2:45 PM
Currently powering through a file titled projectname-Recovered-Recovered-Recovered.psd and I imagine at least another -Recovered will be added before the day is through 😔
May 29, 2026 at 8:05 PM
-1/10 unrealistic LLM response, missing request to rm -rf ~/$projectName but projectName is unset
October 28, 2025 at 5:45 PM
"can i have prod on [projectname]"

szia, kérlek, köszönöm, vagy valami
meg a build szó is kimaradt
nem baj

(én kértem, én vagyok a gyökér :D )
August 11, 2026 at 9:16 AM
🇫🇮 This is Finland's new "armored lightning" ATV that can run, climb and swim 😍

Projectname "Famous ATV" - probably one of the fastest, if not the fastest, vehicles in the world of its kind.

See the video in the article 👇

In Finnish: www.iltalehti.fi/kotimaa/a/56...

#Suomi #NATO #NAFO #Fellas
Tällainen on Suomen uusi panssarisalama, joka kiitää, kiipeää ja ui
Patrian suunnitteleman ajoneuvon on määrä korvata Suomen maavoimien vanhaa kalustoa 2030-luvulla.
www.iltalehti.fi
April 1, 2025 at 7:32 AM
Made a turtlestitch patch from a kolam generated by @anu1905 https://www.turtlestitch.org/run#cloud:Username=yaxu&ProjectName=kolam
and had to wear it
December 13, 2024 at 5:19 PM
~/Stuff/[category]/[projectname]
August 19, 2025 at 7:06 PM
const { spans } = await getSpans({
client, project: { projectName },
traceIds: [traceId!], spanKind: "TOOL",
});
const hit = spans.some(s => s.name.includes(expected.expectedTool));
return { score: hit ? 1 : 0, label: hit ? "ok" : "wrong tool" };
};
May 2, 2026 at 3:36 AM
'docker build -t projectname' im Projektverzeichnis?
August 5, 2025 at 10:45 PM
Got an invite to @chadtmiller.com's @slices.network and using it to build an on-protocol tracker for status of packing of atproto projects for nix/NixOS

here I am testing that sync works, it finds a record that I manually added to my PDS via @pdsls.dev
January 8, 2026 at 9:17 PM
Korrektur: 'docker build -t projectname .'
(. am Ende hizugefügt)
August 5, 2025 at 10:47 PM
This is really the year for #triskaidekaphobia.

Two Friday the 13th in the first three months of the year and now @laravel.com 13 has been released!

It's ok. No need to be scared

Just 'laravel new projectname' and you'll be fine
Laravel 13 is here. This update focuses on AI-native workflows, stronger defaults, and more expressive developer APIs.

If you're running Laravel 12 or higher you can run /upgrade in Laravel Boost and have your agent upgrade your app for you.
March 18, 2026 at 2:28 AM
(Und projectname natürlich durch den richtigen Namen des Projekts ersetzen)
August 5, 2025 at 10:51 PM
Setting up a #julialang env on a machine in another state. When installing GLMakie, remember to have xvfb on remote system side so there's an in-memory display buffer. Something like:

DISPLAY=:0 xvfb-run -s '-screen 0 800x600x24' julia --project=projectname

Otherwise compilation will break.
January 15, 2026 at 11:49 AM