64 Commits

Author SHA1 Message Date
Mathew Polzin
934718194b Fix typo in README 2023-10-28 21:17:59 -05:00
Mitchell Hashimoto
42dc244b1d prettier 2023-10-10 15:19:49 -07:00
Paul Hinze
31d22f45af Document terminfo & SSH details
Adds information to the README to inform users about strategies and
workarounds for handling the lack of Ghostty's terminfo entry on remote
SSH hosts.
2023-10-10 16:55:52 -05:00
Mitchell Hashimoto
92a0c6b447 README: remove make 2023-10-07 14:56:29 -07:00
Patrick Fong
4f6401e815 update linting doc 2023-09-28 11:20:48 -07:00
Patrick Fong
6bceea898b update linting doc 2023-09-28 11:18:58 -07:00
Patrick Fong
3c44c08ffd add linting doc 2023-09-28 11:14:31 -07:00
Patrick Fong
8be80558c7 lint all Md files 2023-09-28 10:27:15 -07:00
Mitchell Hashimoto
852249664b update README 2023-09-18 22:34:54 -07:00
Mitchell Hashimoto
371ec88768 update README 2023-09-18 22:33:20 -07:00
Mitchell Hashimoto
37537bc891 update README for Linux installation notes 2023-09-18 22:31:19 -07:00
Will Pragnell
7db562e300 fix references to jump_to_prompt binding 2023-09-14 20:52:19 -07:00
Mitchell Hashimoto
d94cf2f124 remove flatpak
Flatpak support has been a HUGE pain to keep working, the builds take
forever and cost me real money, and there are very few users. Ideally,
we want to just use native system packagers for each distro. I thought
Flatpak would make it easy to support many distros but that ended up
being false.
2023-09-13 11:41:16 -07:00
Gonzalo Diethelm
e11d737a80 README: fix typos 2023-09-13 18:11:36 +02:00
Mitchell Hashimoto
e3fbda73b5 README: note where config errors are logged 2023-09-11 10:04:49 -07:00
tom speak
97154598c0 Update README.md Config location 2023-09-11 10:17:17 +01:00
Thorsten Ball
cac5b00d94 gtk: add gtk-single-instance setting to allow disabling of it
This is based on our conversation on Discord and adds a setting for GTK
that allows disabling the GTK single-instance mode.

If this is off, it's possible to start multiple applications from the
same release binary.

Tested like this:

```
$ zig build -Dapp-runtime=gtk -Doptimize=ReleaseFast && ./zig-out/bin/ghostty --gtk-single-instance=false

[... starts new application ...]
```

and

```
$ zig build -Dapp-runtime=gtk -Doptimize=ReleaseFast && ./zig-out/bin/ghostty --gtk-single-instance=true
info: ghostty version=0.1.0-main+42a22893
info: runtime=apprt.Runtime.gtk
info: font_backend=font.main.Backend.fontconfig_freetype
info: dependency harfbuzz=8.0.0
info: dependency fontconfig=21400
info: renderer=renderer.OpenGL
info: libxev backend=main.Backend.io_uring
info(os): LANG is not valid according to libc, will use en_US.UTF-8
info: reading configuration file path=/home/mrnugget/.config/ghostty/config
info(config): default shell source=env value=/usr/bin/zsh

(process:49045): GLib-GIO-WARNING **: 13:55:56.116: Your application did not unregister from D-Bus before destruction. Consider using g_application_run().

[exits]
```
2023-09-05 13:59:07 +02:00
Mitchell Hashimoto
fe540011d7 Merge pull request #398 from mitchellh/mrn/gtk-readme-notice
README: add notice about gtk single instance application
2023-09-03 12:47:10 -07:00
Thorsten Ball
604a2c1353 README: add notice about gtk single instance application
Just as discussed on Discord: this adds a note to the README that can
potentially save minutes _and_ hairs.
2023-09-03 21:45:22 +02:00
Mitchell Hashimoto
5e18f3c731 update README with additional shell integration notes 2023-09-02 14:09:49 -07:00
Mitchell Hashimoto
508f17bdef update README to hide glfw 2023-09-01 15:07:56 -07:00
Mitchell Hashimoto
95591115de update README 2023-08-17 17:12:51 -07:00
Mitchell Hashimoto
a8f37f50e6 Update README.md 2023-08-17 14:55:24 -07:00
Mitchell Hashimoto
a6e1b3d232 Note bash shell integration in README 2023-08-17 14:36:15 -07:00
Kevin Hovsäter
22b8173164 Fix typos 2023-08-08 14:27:34 +02:00
Mitchell Hashimoto
ebbf42eec6 search for resources dir relative to executing binary on Linux (#245)
* search for resources dir relative to executing binary on Linux

From Andrew in #241:

This works in all 3 of the possible scenarios I can think of on Linux:
 * `zig build` with default prefix into `zig-out`
 * `zig build -p ~/local` (my choice when compiling from source)
 * ghostty packaged for a linux distribution into /usr/bin and /share

* update README
2023-08-07 16:08:27 -07:00
Mitchell Hashimoto
7178cdc4a5 fix keybind example in README 2023-08-05 22:51:24 -07:00
Mitchell Hashimoto
247ddd227d update README with shell integration instructions 2023-08-05 21:43:51 -07:00
Mitchell Hashimoto
63ce5d67ed HTML tweak 2023-08-03 14:50:10 -07:00
Mitchell Hashimoto
bd1991f6f4 add README for testers 2023-08-03 10:52:29 -07:00
Mitchell Hashimoto
7e42d163ad update README 2023-07-06 18:27:21 -07:00
Thorsten Ball
82f7ca149d README: show how to set color palette in config
This just popped into my head. Took me a while to figure out the syntax
a few weeks back, so why not document it here? I don't think it'll
change.

I can change the colors though. What I have here is my gruvbox theme.
Maybe we should use the default colors?
2023-07-02 20:27:37 +02:00
Mitchell Hashimoto
c58e2f7aec update README 2023-05-31 21:11:40 -07:00
Mitchell Hashimoto
d29fd9f38c Update README.md 2023-05-27 16:59:26 -07:00
Mitchell Hashimoto
6fb880a418 Update README.md 2023-03-16 09:04:17 -07:00
Mitchell Hashimoto
7dd76105ad update README 2023-03-10 22:26:06 -08:00
Mitchell Hashimoto
8a451fa302 update flatpak to use latest zig 2023-02-27 22:01:32 -08:00
Mitchell Hashimoto
c2cd9f06dc Update README.md 2023-02-27 15:33:32 -08:00
Mitchell Hashimoto
095a299a16 Update README.md 2023-02-23 09:00:45 -08:00
Mitchell Hashimoto
364cca6730 update README with latest macos building instructions 2023-02-19 21:35:49 -08:00
Mitchell Hashimoto
173aff1e80 update README 2022-11-21 13:39:07 -08:00
Anubhav Mishra
13f08f41be Update README.md 2022-11-18 23:37:59 +05:30
Anubhav Mishra
4ef0d3b09e Update README.md 2022-11-18 23:33:45 +05:30
Mitchell Hashimoto
e78d41eee0 Update README.md 2022-11-17 12:10:40 -08:00
Mitchell Hashimoto
30f8b55ed4 update TODO 2022-11-16 21:21:00 -08:00
Mitchell Hashimoto
56b5c81fcb make goal explicit to support windows 2022-11-16 10:04:09 -08:00
Mitchell Hashimoto
9bc0885a51 update status 2022-11-16 10:02:02 -08:00
Mitchell Hashimoto
9e3bbc1598 macos: send logs to unified logging 2022-10-31 15:16:29 -07:00
Mitchell Hashimoto
e0933ed62e Update README.md 2022-10-31 14:05:53 -07:00
Mitchell Hashimoto
9d736985b3 Mac bundle, icons 2022-10-31 14:04:41 -07:00