da2x / Chirurgien

Chirurgien helps understand and manipulate file formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chirurgien

Chirurgien helps understand and manipulate file formats.

Features:

  • File format highlighting
  • File description panel
  • Field edition, extraction, deletion and insertion

Dependencies

Chirurgien uses GTK4.

Chirurgien uses the Meson build system.

Installation

Chirurgien is available on Flathub

Build Chirurgien

$ git clone https://github.com/leonardschardijn/Chirurgien.git
$ cd Chirurgien
$ meson setup build
$ cd build
$ meson compile
$ meson install

Remember that Meson's default buildtype is debug.

If you wish to uninstall Chirurgien after installing this way look for the installed files in build/meson-logs/install-log.txt and remove them.

Build Chirurgien as a flatpak

$ git clone https://github.com/leonardschardijn/Chirurgien.git
$ cd Chirurgien
$ flatpak-builder --repo=repo build io.github.leonardschardijn.Chirurgien.json
$ flatpak build-bundle repo chirurgien.flatpak io.github.leonardschardijn.Chirurgien
$ flatpak install --user chirurgien.flatpak

You could also use GNOME Builder.

License

Chirurgien is released under the GNU General Public License (GPL) version 3 or later.

About

Chirurgien helps understand and manipulate file formats.

License:GNU General Public License v3.0


Languages

Language:C 98.8%Language:Meson 1.0%Language:Python 0.2%