https://github.com/tagattie/freebsd-zed
Zed port for FreeBSD
https://github.com/tagattie/freebsd-zed
freebsd zed
Last synced: about 2 months ago
JSON representation
Zed port for FreeBSD
- Host: GitHub
- URL: https://github.com/tagattie/freebsd-zed
- Owner: tagattie
- Created: 2024-07-23T11:41:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-16T20:07:38.000Z (4 months ago)
- Last Synced: 2026-02-16T21:43:35.376Z (4 months ago)
- Topics: freebsd, zed
- Language: Rust
- Homepage:
- Size: 1.05 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zed port for FreeBSD
---
This repository contains an experimental port of Zed for FreeBSD.
## Get
A package file is available at the releases page. To install, download a file and run the command:
``` shell
pkg install zed-editor-.pkg
```
## Run
``` shell
zedit
```
## Build
If you would like to build artifacts for yourself, be sure you have the ports tree on your machine. Clone this repository with git command and build/install Zed:
``` shell
git clone https://github.com/tagattie/FreeBSD-Zed
cd FreeBSD-Zed/editors/zed
make install clean
```