Arthur Barraux ce94e9fb87
Build and Deploy Docs / build (push) Failing after 43s
permission files
2025-10-06 11:28:49 +02:00
2025-10-05 21:44:58 +02:00
2025-10-05 21:44:58 +02:00
2025-10-06 11:28:49 +02:00
2025-09-24 10:58:09 +02:00
2025-10-06 11:28:49 +02:00
2025-10-05 21:44:58 +02:00
2024-09-23 17:51:59 +02:00
2025-10-06 11:28:49 +02:00
2025-10-05 22:05:21 +02:00
2025-06-12 16:53:21 +02:00

Beluga

Beluga is a project of CLI text editor that will fit perfectly with your azerty keyboard.

Requirements

You will only need cmake and clang to compile the editor.

Installation

Here is the installation line for development version:

git clone --recurse-submodules https://github.com/le-cocotier/beluga.git ~/.beluga && cd ~/.beluga && mkdir build && cd build && cmake ../ && make beluga

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

You can either run make all or make doc_doxygen if you're interested by the doxygen documentation.

Getting start

To open an existing file just type : beluga path_to_my_file

The only keybinds that you will need will be :

  • Ctrl-Q : leave the editor
  • Ctrl-S : Save a 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%