Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

Makefile
RUST = $(shell find src -type f -iname '*.rs')

lua/nvim_as_pijul.so: $(RUST)
	cargo build --release
	mv target/release/libnvim_as_pijul.dylib lua/nvim_as_pijul.so