Arthur Barraux 42f82e2e0d
Build project / build (push) Has been cancelled
add packages
2025-11-01 13:03:07 +01:00
2025-10-05 21:44:58 +02:00
2025-10-05 21:44:58 +02:00
2025-11-01 13:03:07 +01:00
2025-11-01 13:03:07 +01:00
2025-10-05 21:44:58 +02:00
2024-09-23 17:51:59 +02:00
2025-11-01 13:03:07 +01:00
2025-10-30 18:17:19 +01:00
2025-10-18 15:12:06 +02:00
2025-10-28 09:16:36 +01:00

Beluga

Beluga is a project of CLI text editor that uses lisp as configuration language. It's abviously only working for Linux.

Requirements

You will only need meson and a C compiler to compile the editor.

Installation

Here is the installation line for development version:

git clone https://homelinuxserver.ddns.net/git/arthur/beluga.git ~/.beluga && cd ~/.beluga && meson setup --reconfigure build && meson compile -C build

The executable file will be build/beluga. Feel free to add it to your path.

Getting start

To open an existing file just type : ./build/beluga path_to_my_file

Here is some few command that you will need :

keybind command
Ctrl-Q leave the editor
Ctrl-S Save a file
Ctrl-O open file
S
Description
No description provided
Readme 2.8 MiB
Version 2.4 Latest
2026-05-23 15:46:49 +02:00
Languages
C 98.3%
NewLisp 1.1%
Shell 0.4%
Meson 0.2%