Skip to content

Commit

Permalink
s,wez/wezterm,wezterm/wezterm,
Browse files Browse the repository at this point in the history
I moved the repo to an org of its own. Update various things
to reference the new location.
  • Loading branch information
wez committed Feb 7, 2025
1 parent 5c5d2c8 commit 11c4b11
Show file tree
Hide file tree
Showing 96 changed files with 733 additions and 733 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Look at [mkdocs serve](https://www.mkdocs.org/user-guide/cli/#mkdocs-serve) for
There are a lot of targets out there. Today we have docs that are Ubuntu biased
and I know that there are a lot of flavors of Linux. Rather than expand the README
with instructions for those, please translate the instructions into steps that
can be run in the [`get-deps`](https://github.com/wez/wezterm/blob/master/get-deps)
can be run in the [`get-deps`](https://github.com/wezterm/wezterm/blob/master/get-deps)
script.

## Contributing code
Expand Down Expand Up @@ -96,7 +96,7 @@ There are some helper classes for writing tests for terminal behavior.
Here's an example of a test to verify that the terminal contents
match expectations:

https://github.com/wez/wezterm/blob/master/term/src/test/mod.rs#L334
https://github.com/wezterm/wezterm/blob/master/term/src/test/mod.rs#L334

Please also make a point of adding comments to your tests to help
clarify the intent of the test!
Expand Down
2 changes: 1 addition & 1 deletion PRIVACY.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ more information on that.

The above is true of the wezterm source code and the binaries produced by
wezterm's CI and made available from https://wezterm.org/ and
https://github.com/wez/wezterm/.
https://github.com/wezterm/wezterm/.

If you obtained a pre-built wezterm binary from some other source be aware that
the person(s) building those versions may have modified them to behave
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wez's Terminal

<img height="128" alt="WezTerm Icon" src="https://raw.githubusercontent.com/wez/wezterm/main/assets/icon/wezterm-icon.svg" align="left"> *A GPU-accelerated cross-platform terminal emulator and multiplexer written by <a href="https://github.com/wez">@wez</a> and implemented in <a href="https://www.rust-lang.org/">Rust</a>*
<img height="128" alt="WezTerm Icon" src="https://raw.githubusercontent.com/wezterm/wezterm/main/assets/icon/wezterm-icon.svg" align="left"> *A GPU-accelerated cross-platform terminal emulator and multiplexer written by <a href="https://github.com/wez">@wez</a> and implemented in <a href="https://www.rust-lang.org/">Rust</a>*

User facing docs and guide at: https://wezterm.org/

Expand All @@ -16,8 +16,8 @@ https://wezterm.org/installation

This is a spare time project, so please bear with me. There are a couple of channels for support:

* You can use the [GitHub issue tracker](https://github.com/wez/wezterm/issues) to see if someone else has a similar issue, or to file a new one.
* Start or join a thread in our [GitHub Discussions](https://github.com/wez/wezterm/discussions); if you have general
* You can use the [GitHub issue tracker](https://github.com/wezterm/wezterm/issues) to see if someone else has a similar issue, or to file a new one.
* Start or join a thread in our [GitHub Discussions](https://github.com/wezterm/wezterm/discussions); if you have general
questions or want to chat with other wezterm users, you're welcome here!
* There is a [Matrix room via Element.io](https://app.element.io/#/room/#wezterm:matrix.org)
for (potentially!) real time discussions.
Expand Down
2 changes: 1 addition & 1 deletion assets/flatpak/org.wezfurlong.wezterm.appdata.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<url type="homepage">https://wezterm.org/</url>
<url type="help">https://wezterm.org/help.html</url>
<url type="bugtracker">https://github.com/wez/wezterm/issues</url>
<url type="bugtracker">https://github.com/wezterm/wezterm/issues</url>
<url type="donation">https://github.com/sponsors/wez</url>

<screenshots>
Expand Down
2 changes: 1 addition & 1 deletion assets/wezterm.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<url type="homepage">https://wezterm.org/</url>
<url type="help">https://wezterm.org/help.html</url>
<url type="bugtracker">https://github.com/wez/wezterm/issues</url>
<url type="bugtracker">https://github.com/wezterm/wezterm/issues</url>
<url type="donation">https://github.com/sponsors/wez</url>

<screenshots>
Expand Down
2 changes: 1 addition & 1 deletion assets/windows/conhost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ to point to that so that we can enable mouse reporting in wezterm.
It looks like we'll eventually be able to drop this once Windows
and/or the build for the terminal project make some more progress.

https://github.com/wez/wezterm/issues/1927
https://github.com/wezterm/wezterm/issues/1927

These assets were built by cloning the ms-terminal repo and running:

Expand Down
2 changes: 1 addition & 1 deletion bidi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "wezterm-bidi"
version = "0.2.3"
edition = "2021"
repository = "https://github.com/wez/wezterm"
repository = "https://github.com/wezterm/wezterm"
description = "The Unicode Bidi Algorithm (UBA)"
license = "MIT AND Unicode-DFS-2016"
exclude = ["/data", "/tests"]
Expand Down
6 changes: 3 additions & 3 deletions ci/PKGBUILD.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Wez Furlong <wez at wezfurlong dot org>
# NOTE: if you're looking at this on AUR, this file is generated from
# https://github.com/wez/wezterm/blob/main/ci/PKGBUILD.template
# https://github.com/wezterm/wezterm/blob/main/ci/PKGBUILD.template
# by automation in the wezterm repo.

pkgname=wezterm-bin
Expand Down Expand Up @@ -30,8 +30,8 @@ optdepends=(
'python-nautilus: WezTerm context menu in Nautilus'
)
source=(
"wezterm::https://github.com/wez/wezterm/releases/download/${_tag}/WezTerm-${_tag}-Ubuntu16.04.AppImage"
'LICENSE::https://github.com/wez/wezterm/raw/main/LICENSE.md'
"wezterm::https://github.com/wezterm/wezterm/releases/download/${_tag}/WezTerm-${_tag}-Ubuntu16.04.AppImage"
'LICENSE::https://github.com/wezterm/wezterm/raw/main/LICENSE.md'
)
sha256sums=(
'@SHA256@'
Expand Down
4 changes: 2 additions & 2 deletions ci/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ function ghapi() {
fi
}

[[ -f /tmp/wezterm.releases.json ]] || ghapi /repos/wez/wezterm/releases > /tmp/wezterm.releases.json
[[ -f /tmp/wezterm.nightly.json ]] || ghapi /repos/wez/wezterm/releases/tags/nightly > /tmp/wezterm.nightly.json
[[ -f /tmp/wezterm.releases.json ]] || ghapi /repos/wezterm/wezterm/releases > /tmp/wezterm.releases.json
[[ -f /tmp/wezterm.nightly.json ]] || ghapi /repos/wezterm/wezterm/releases/tags/nightly > /tmp/wezterm.nightly.json
python3 ci/subst-release-info.py || exit 1
python3 ci/generate-docs.py || exit 1

Expand Down
2 changes: 1 addition & 1 deletion ci/make-flathub-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python3 -m pip install toml aiohttp
curl -L 'https://github.com/flatpak/flatpak-builder-tools/raw/master/cargo/flatpak-cargo-generator.py' > /tmp/flatpak-cargo-generator.py
python3 /tmp/flatpak-cargo-generator.py Cargo.lock -o flathub/generated-sources.json

URL="https://github.com/wez/wezterm/releases/download/${TAG_NAME}/wezterm-${TAG_NAME}-src.tar.gz"
URL="https://github.com/wezterm/wezterm/releases/download/${TAG_NAME}/wezterm-${TAG_NAME}-src.tar.gz"

# We require that something has obtained the source archive already and left it
# in the current dir. This is handled by actions/download-artifact in CI
Expand Down
14 changes: 7 additions & 7 deletions ci/make-winget-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ exehash=$(sha256sum -b ../$setup_exe | cut -f1 -d' ' | tr a-f A-F)
release_date=$(git show -s "--format=%cd" "--date=format:%Y-%m-%d")

# Create the directory structure
mkdir manifests/w/wez/wezterm/$TAG_NAME
mkdir manifests/w/wezterm/wezterm/$TAG_NAME

cat > manifests/w/wez/wezterm/$TAG_NAME/wez.wezterm.installer.yaml <<-EOT
cat > manifests/w/wezterm/wezterm/$TAG_NAME/wez.wezterm.installer.yaml <<-EOT
PackageIdentifier: wez.wezterm
PackageVersion: $TAG_NAME
MinimumOSVersion: 10.0.17763.0
Expand All @@ -28,32 +28,32 @@ UpgradeBehavior: install
ReleaseDate: $release_date
Installers:
- Architecture: x64
InstallerUrl: https://github.com/wez/wezterm/releases/download/$TAG_NAME/$setup_exe
InstallerUrl: https://github.com/wezterm/wezterm/releases/download/$TAG_NAME/$setup_exe
InstallerSha256: $exehash
ProductCode: '{BCF6F0DA-5B9A-408D-8562-F680AE6E1EAF}_is1'
ManifestType: installer
ManifestVersion: 1.1.0
EOT

cat > manifests/w/wez/wezterm/$TAG_NAME/wez.wezterm.locale.en-US.yaml <<-EOT
cat > manifests/w/wezterm/wezterm/$TAG_NAME/wez.wezterm.locale.en-US.yaml <<-EOT
PackageIdentifier: wez.wezterm
PackageVersion: $TAG_NAME
PackageLocale: en-US
Publisher: Wez Furlong
PublisherUrl: https://wezfurlong.org/
PublisherSupportUrl: https://github.com/wez/wezterm/issues
PublisherSupportUrl: https://github.com/wezterm/wezterm/issues
Author: Wez Furlong
PackageName: WezTerm
PackageUrl: http://wezterm.org
License: MIT
LicenseUrl: https://github.com/wez/wezterm/blob/main/LICENSE.md
LicenseUrl: https://github.com/wezterm/wezterm/blob/main/LICENSE.md
ShortDescription: A GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust
ReleaseNotesUrl: https://wezterm.org/changelog.html#$TAG_NAME
ManifestType: defaultLocale
ManifestVersion: 1.1.0
EOT

cat > manifests/w/wez/wezterm/$TAG_NAME/wez.wezterm.yaml <<-EOT
cat > manifests/w/wezterm/wezterm/$TAG_NAME/wez.wezterm.yaml <<-EOT
PackageIdentifier: wez.wezterm
PackageVersion: $TAG_NAME
DefaultLocale: en-US
Expand Down
6 changes: 3 additions & 3 deletions ci/wezterm-homebrew-macos.rb.template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Note: if you are viewing this from the tap repo, this file is automatically
# updated from:
# https://github.com/wez/wezterm/blob/main/ci/wezterm-homebrew-macos.rb.template
# https://github.com/wezterm/wezterm/blob/main/ci/wezterm-homebrew-macos.rb.template
# by automation in the wezterm repo.
# vim:ft=ruby:
cask "wezterm" do
version "@TAG@"
sha256 "@SHA256@"

url "https://github.com/wez/wezterm/releases/download/#{version}/WezTerm-macos-#{version}.zip"
url "https://github.com/wezterm/wezterm/releases/download/#{version}/WezTerm-macos-#{version}.zip"
name "WezTerm"
desc "A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust"
homepage "https://wezterm.org/"

conflicts_with cask: "wez/wezterm/wezterm-nightly"
conflicts_with cask: "wezterm/wezterm/wezterm-nightly"

# Unclear what the minimal OS version is
# depends_on macos: ">= :sierra"
Expand Down
6 changes: 3 additions & 3 deletions ci/wezterm-linuxbrew.rb.template
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Note: if you are viewing this from the tap repo, this file is automatically
# updated from:
# https://github.com/wez/wezterm/blob/main/ci/wezterm-linuxbrew.rb.template
# https://github.com/wezterm/wezterm/blob/main/ci/wezterm-linuxbrew.rb.template
# by automation in the wezterm repo.
class Wezterm < Formula
desc "A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust"
homepage "https://wezterm.org/"
url "https://github.com/wez/wezterm/releases/download/@TAG@/WezTerm-@[email protected]"
url "https://github.com/wezterm/wezterm/releases/download/@TAG@/WezTerm-@[email protected]"
sha256 "@SHA256@"
head "https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu20.04.AppImage"
head "https://github.com/wezterm/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu20.04.AppImage"

def install
Dir.glob("*.AppImage").each do |img|
Expand Down
2 changes: 1 addition & 1 deletion color-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "wezterm-color-types"
version = "0.3.0"
authors = ["Wez Furlong"]
edition = "2018"
repository = "https://github.com/wez/wezterm"
repository = "https://github.com/wezterm/wezterm"
description = "Types for working with colors"
license = "MIT"

Expand Down
2 changes: 1 addition & 1 deletion config/derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "wezterm-config-derive"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/wez/wezterm"
repository = "https://github.com/wezterm/wezterm"
description = "derive config metadata"
license = "MIT"

Expand Down
8 changes: 4 additions & 4 deletions config/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ fn default_text_blink_rate_rapid() -> u64 {

fn default_swap_backspace_and_delete() -> bool {
// cfg!(target_os = "macos")
// See: https://github.com/wez/wezterm/issues/88
// See: https://github.com/wezterm/wezterm/issues/88
false
}

Expand Down Expand Up @@ -2104,9 +2104,9 @@ pub(crate) fn validate_domain_name(name: &str) -> Result<(), String> {
}
}

/// <https://github.com/wez/wezterm/pull/2435>
/// <https://github.com/wez/wezterm/issues/2771>
/// <https://github.com/wez/wezterm/issues/2630>
/// <https://github.com/wezterm/wezterm/pull/2435>
/// <https://github.com/wezterm/wezterm/issues/2771>
/// <https://github.com/wezterm/wezterm/issues/2630>
fn default_macos_forward_mods() -> Modifiers {
Modifiers::SHIFT
}
Expand Down
2 changes: 1 addition & 1 deletion config/src/font.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ impl TextStyle {
/// doesn't help us know anything about the name until
/// we have a parsed font to compare with.
///
/// <https://github.com/wez/wezterm/issues/456>
/// <https://github.com/wezterm/wezterm/issues/456>
pub fn reduce_first_font_to_family(&self) -> Self {
fn reduce(mut family: &str) -> String {
loop {
Expand Down
2 changes: 1 addition & 1 deletion config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ impl ConfigInner {
// But avoid watching the home dir itself, so that we
// don't keep reloading every time something in the
// home dir changes!
// <https://github.com/wez/wezterm/issues/1895>
// <https://github.com/wezterm/wezterm/issues/1895>
if parent != &*HOME_DIR {
watch_paths.push(parent.to_path_buf());
}
Expand Down
4 changes: 2 additions & 2 deletions config/src/lua.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ impl<'lua> FromLua<'lua> for LuaFontAttributes {
/// confusion/annoyance and issues filed on Github.
/// Let's default to disabling ligatures for these fonts unless
/// the user has explicitly specified harfbuzz_features.
/// <https://github.com/wez/wezterm/issues/1736>
/// <https://github.com/wez/wezterm/issues/1786>
/// <https://github.com/wezterm/wezterm/issues/1736>
/// <https://github.com/wezterm/wezterm/issues/1786>
fn disable_ligatures_for_menlo_or_monaco(mut attrs: FontAttributes) -> FontAttributes {
if attrs.harfbuzz_features.is_none() && (attrs.family == "Menlo" || attrs.family == "Monaco") {
attrs.harfbuzz_features = Some(vec![
Expand Down
2 changes: 1 addition & 1 deletion docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ create-missing = false
additional-css = ["custom.css", "asciinema-player.css", "mdbook-admonish.css"]
default-theme = "ayu"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/wez/wezterm"
git-repository-url = "https://github.com/wezterm/wezterm"
additional-js = ["mermaid.min.js", "mermaid-init.js", "asciinema-player.min.js"]

[output.html.fold]
Expand Down
Loading

0 comments on commit 11c4b11

Please sign in to comment.