update README and reflect changes in PKGBUILD
This commit is contained in:
10
PKGBUILD
10
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}")
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user