Code Monkey home page Code Monkey logo

st's Introduction

Rik’s build of simple terminal (st)

Overview

Simple terminal (st) is part of suckless tools for desktop. It aims to be simple, extendable and lightweight, and this build is designed to integrate my workflow.

Features

  • Supports transparency (needs xcompgr or other compositor for X).
  • Supports ligatures.
  • Gapless drawings.
  • Customizable via .Xresources. Default theme is gruvbox.
  • Standalone scrollback terminal session history (up to 1 ⋅ 105 lines).
  • Interacts with external scripts.
  • Usual behavior of DEL key.

Hotkeys

  • Alt+y: Copy.
  • Alt+p: Paste.
  • Alt+k: Scroll up.
  • Alt+j: Scroll down.
  • Alt+Shift+k: Zoom in.
  • Alt+Shift+j: Zoom out.
  • Alt+Shift+r: Zoom reset.
  • Alt+l: Copy link.
  • Alt+Shift+l: Follow link.
  • Alt+o: Copy output.
  • Alt+x: Invert colorscheme.

How to install

git clone https://github.com/rikferreira/st.git
cd st
sudo make clean install

Dependencies

These headers may appear in errors while trying to compile dwm:

#include <X11/Xlib.h>
#include <X11/Xft/Xft.h>
#include <X11/extensions/Xinerama.h>

The icons in the tag bar are from the font-awesome package.

Arch

sudo pacman -S libx11 libxft libxinerama ttf-font-awesome

Debian

sudo apt install libx11-dev libxft-dev libxinerama-dev fonts-font-awesome

Notice that are some bindings to scripts that aren’t in this repository. You may want to remove those because they will look in your $PATH for an executable with their names and it may not work as expected. I reinforce that this is my personal build to this software and it is designed to work with other elements of my desktop.

st's People

Contributors

aaptel avatar k0gamsx avatar hiltjo avatar djpohly avatar rikferreira avatar colona avatar avih avatar frign avatar medgar123 avatar electronicru avatar garbeam avatar ericpruitt avatar schachmat avatar pickfire avatar blackbit42 avatar lotheac avatar michaelforney avatar suiginsoft avatar esjeon avatar mvdan avatar radare avatar osandov avatar pilona avatar v4hn avatar agonrex avatar wengxt avatar mihailzenkov avatar jceb avatar brandoninvergo avatar bennofs avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.