wezterm
Warp
wezterm | Warp | |
---|---|---|
155 | 65 | |
19,651 | 22,726 | |
3.0% | 3.2% | |
9.7 | 7.7 | |
6 days ago | 21 days ago | |
Rust | ||
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wezterm
-
From iTerm To WezTerm
-- https://github.com/wez/wezterm/issues/3299#issuecomment-2145712082 wezterm.on("gui-startup", function(cmd) local active = wezterm.gui.screens().active local tab, pane, window = wezterm.mux.spawn_window(cmd or {}) window:gui_window():set_position(active.x, active.y) window:gui_window():set_inner_size(active.width, active.height) end)
-
iTerm2 Critical Security Fix
I tried WezTerm recently but I unfortunately could not type backslashes on an ISO keyboard. There were other minor annoyances such as new tabs always opening on the last directory I was at and not my home directory (this was something that could be configured, but I never managed to do it). Ultimately, it was the problem with the backslashes that drove me back to iTerm.
https://github.com/wez/wezterm/issues/4051
- Ghostty 1.0
- Ask HN: Favorite app you discovered in 2024
-
Hacking the T2S+ Out of Fear: Get Lock-In Thermography for Free
It is just fuzzy from zooming up screenshots, a by product of the subpixel aliasing.
If it doesn't, you could probably add a post processing filter to https://github.com/wez/wezterm or https://github.com/alacritty/alacritty
-
Open source, learn in public e minha experiência
O emulador de terminal que uso, WezTerm
-
(Youtube blogpost) Building Tree Link app with Svelte and Tailwind CSS
wezterm (Linux, Macos & Windows)
-
Make Wezterm Mimic Tmux
A month ago, I came across WezTerm, a new GPU-accelerated, cross-platform terminal emulator written in Rust (and I’m not a Rust fanboy, for real!). It piqued my interest, so I decided to give it a try.
- In your opinion, what is the text-editor equivalent of Openbox?
-
Okay, I Like WezTerm
Select all seems a bit risky in a terminal because it could contain way more information than you'd expect.
e.g. I want to `cat` a file to make sure i've got the right one, but I accidentally cat a full 1gb sql backup rather than the tiny 50 line script I was expecting. Sometime later, I try to select all, copy, switch application, paste for some reason but now I'm stuck waiting for 1gb to copy over
Personally I'm a bit more cautious about copying from a terminal.
Either way if that's what you really want to do, you can check the repo to see how other people scripted it into wezterm:
https://github.com/wez/wezterm/discussions/2026
Warp
- FFmpeg by Example
-
Warp terminal – no more login required
Note: it does seem at least some development happens in the open https://github.com/warpdotdev/Warp
> We are planning to first open-source our Rust UI framework, and then parts and potentially all of our client codebase. The server portion of Warp will remain closed-source for now.
https://github.com/warpdotdev/Warp/discussions/400
None of the server bits will be open, ever, but some of the UI code will be? Better than nothing.
-
Warp terminal: Lifting the login requirement
...turns out, not really 100% though;
> "The first time you download Warp, you will need to be online to sign up and create your user account. After that initial setup, as long as you’re signed into the Warp app, Warp’s core terminal features will work as expected when you’re offline."
[1] https://docs.warp.dev/help/using-warp-offline
[2] https://github.com/warpdotdev/Warp/issues/900
-
The World of Warp – Warp's refreshed, reimagined brand
https://github.com/warpdotdev/Warp/issues/2611
Also I've never quite found the AI stuff "smart" enough in the terminal to make me feel like it's contributing to anything I'm doing. More often than not the stuff it suggests is useless and worse than a naive autocomplete.
-
13 FOSS tools that Developers would give up Pizza for👋🍕
Warp Github
-
Yes. You can deploy Nuxt on Firebase App Hosting (2024)
A terminal: in order to run Nuxt & Firebase commands
-
Warp VS Wave Terminal - a user suggested alternative
2 projects | 3 Apr 2024
- Fig Is Sunsetting
-
Linux version of Warp terminal is here
I'm trying out Warp for the first time, and an immediate accessibility issue for me is that the text is simply too small to read for a lot of the UI elements (context menu, side bar, tab bar…). The size should be configurable for all of the elements, not just the terminal view. I think I would also be fine with a setting that just scales the whole UI.
I did notice there is an issue for it already: https://github.com/warpdotdev/Warp/issues/1443
- The New Terminal (Beta) Is Now in JetBrains IDEs
What are some alternatives?
alacritty - A cross-platform, OpenGL terminal emulator.
kitty - Cross-platform, fast, feature-rich, GPU based terminal
zsh-autocomplete - 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
zellij - A terminal workspace with batteries included