8000 GitHub - SolarAquarion/finalterm: At last – a modern terminal emulator. Accepting co-maintainers.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SolarAquarion/finalterm

 
 

Folders and files

< 922F td class="react-directory-row-name-cell-large-screen" colSpan="1">
NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This fork is a continuation of RedHatter’s port to GTK 3. We are focusing on keeping Final Term up to date and getting rid of bugs.

About Final Term

Final Term is a new breed of terminal emulator.

It goes beyond mere emulation and understands what is happening inside the shell it is hosting. This allows it to offer features no other terminal can, including:

  • Semantic text menus
  • Smart command completion
  • GUI terminal controls

Installation

Final Term is written in Vala and built on top of GTK+ 3. It requires the development files for the following software packages:

Additionally, it requires gettext for localization string extraction.

To install the dependencies on Ubuntu run the following commands:

# Build tools
sudo apt install gettext meson ninja valac

# Required
sudo apt install libgtk-3-dev libkeybinder-3.0-dev libgee-0.8-dev libjson-glib-dev

#Optional
sudo apt install libunity-dev libnotify-dev

To install Final Term, execute these shell commands:

git clone https://github.com/finalterm/finalterm.git
cd finalterm/
meson build
ninja -C build
ninja -C build install

If you want to install to a custom directory your XDG_DATA_DIRS environment variable has to point to the prefix with the file glib-2.0/schemas/gschemas.compiled in it.

Acknowledgments

Final Term owes much of its existence to the awesomeness of Vala and its documentation, Clutter and Mx, as well as to those projects authors’ generous decision to release their amazing work as open source software.

Much of the knowledge about terminal emulation required to build Final Term was gained from the xterm specification and the VT100 User Guide, as well as from the study of existing terminal emulators such as st and Terminator.

Final Term’s color schemes are generated using the wonderful Base16 Builder by Chris Kempson.

Final Term’s application icon is a modified version of the terminal icon from the Faenza icon theme by Matthieu James.

License

Copyright © 2013–2014 Philipp Emanuel Weidmann (pew@worldwidemann.com)
Copyright © 2015-2016 RedHatter (timothy@idioticdev.com)

Final Term is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Final Term is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Final Term. If not, see https://www.gnu.org/licenses/.

About

At last – a modern terminal emulator. Accepting co-maintainers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 92.7%
  • Shell 4.5%
  • Meson 1.8%
  • Other 1.0%
0