Skip to content

flocke/sterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STerm - a minimalistic terminal emulator based on the VTE library

Requirements

Installation

mkdir build
cd build
cmake [OPTIONS] ..
make
make install (as root)

Available CMake options:

  • -DWITH_TOOLS={ON,OFF} (default: ON)

    Build some helper tools (mostly to be used in keybindings).

Usage

Just run sterm after the build to start the terminal. sterm --help will give you an overview of the basic options. The main configuration file should be placed at ${XDG_CONFIG_HOME}/sterm/sterm.ini (with ${XDG_CONFIG_HOME} usually being ${HOME}/.config).

Bugs

Please report any bugs and feature requests on GitHub. Pull requests with fixes and improvements are always welcome.

Contributors

Rewrite

This is the rewrite of my first version of STerm, which can still be found in the old-and-broken branch on GitHub. It has the same dependencies and should be mostly feature compatible with the old version (including the config file syntax and options). That's why a update to this new version should be possible without any problems.

Copyright

Copyright (c) 2016 by Jakob Nixdorf flocke@shadowice.org