From f7d7e0fc154e2cfc816410c3f743c84f59d535c5 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Sun, 21 Sep 2025 12:16:21 +0200 Subject: [PATCH] update README and reflect changes in PKGBUILD --- PKGBUILD | 10 +++++----- README.md | 5 +++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 66dd05e..0259839 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,19 +1,19 @@ # Maintainer: -pkgname=st-luke-git +pkgname=st-alex-git _pkgname=st -pkgver=0.8.2.r1062.2087ab9 +pkgver=0.8.5.r1400.47a5a90 pkgrel=1 epoch=1 -pkgdesc="Luke's simple (suckless) terminal with vim-bindings, transparency, xresources, etc. " -url='https://github.com/LukeSmithxyz/st' +pkgdesc="Alex's simple (suckless) terminal with vim-bindings, transparency, horizontal scrollback, OSC7 SSH support, etc." +url='https://github.com/AlexBocken/st' arch=('i686' 'x86_64') license=('MIT') options=('zipman') depends=('libxft') makedepends=('ncurses' 'libxext' 'git') optdepends=('dmenu: feed urls to dmenu') -source=(git+https://github.com/LukeSmithxyz/st) +source=(git+https://github.com/alexhulbert/st) sha1sums=('SKIP') provides=("${_pkgname}") diff --git a/README.md b/README.md index dbe882e..0f88598 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Based on [Luke Smith's build](https://github.com/LukeSmithxyz/st) of the [suckle + **copy urls** in the same way with `alt-y` + **copy the output of commands** with `alt-o` + **enhanced link handler** by pressing `alt-x` - `st-linkhandler` script for advanced URL and file handling with weechat-matrix support -+ **OSC7 remote newterm support** - open new terminal in current working directory when using SSH (see [README-OSC7-SSH.md](README-OSC7-SSH.md) for setup and usage) ++ **new terminal in same directory** by pressing `alt-enter` - opens new terminal in current working directory with remote support ## Bindings for + **scrollback** with `alt-↑/↓` or `alt-pageup/down` or `shift` while scrolling the mouse. -+ **horizontal scrollback** - no data loss on resize, preserves terminal content ++ **horizontal and vertical scrollback** - preserves all terminal content, no data loss on resize + OR **vim-bindings**: scroll up/down in history with `alt-k` and `alt-j`. Faster with `alt-u`/`alt-d`. + **zoom/change font size**: same bindings as above, but holding down shift as @@ -34,6 +34,7 @@ Based on [Luke Smith's build](https://github.com/LukeSmithxyz/st) of the [suckle + Boxdraw + Ligatures + font2 ++ OSC7 remote newterm support - open new terminal in current working directory when using SSH (see [README-OSC7-SSH.md](README-OSC7-SSH.md) for setup and usage) + updated to latest version 0.8.5 ## Installation for newbs