mirror of
https://github.com/winneon/gsu.git
synced 2026-09-10 07:16:25 -04:00
release: 1.1.1
This commit is contained in:
parent
846ad2f63b
commit
9f80ab876c
|
|
@ -38,8 +38,8 @@ $ sudo apt-get install tar make maim ffmpeg curl jq
|
|||
After installing the dependents, run the following commands to install gsu.
|
||||
|
||||
```
|
||||
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/v1.1.0
|
||||
$ tar xvf gsu.tar.gz cd gsu-1.1.0
|
||||
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/v1.1.1
|
||||
$ tar xvf gsu.tar.gz cd gsu-1.1.1
|
||||
$ sudo make install
|
||||
```
|
||||
|
||||
|
|
|
|||
2
gsu
2
gsu
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
VERSION="1.1.0"
|
||||
VERSION="1.1.1"
|
||||
config_path="${XDG_CONFIG_HOME:-${HOME}/.config}/gsu"
|
||||
|
||||
print_help() {
|
||||
|
|
|
|||
6
gsu.1
6
gsu.1
|
|
@ -1,7 +1,7 @@
|
|||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
|
||||
.TH GSU "1" "September 2017" "gsu 1.1.0" "User Commands"
|
||||
.TH GSU "1" "September 2017" "gsu 1.1.1" "User Commands"
|
||||
.SH NAME
|
||||
gsu \- manual page for gsu 1.1.0
|
||||
gsu \- manual page for gsu 1.1.1
|
||||
.SH SYNOPSIS
|
||||
.B gsu
|
||||
[\fI\,OPTION\/\fR]... \fI\,SOURCE\/\fR
|
||||
|
|
@ -24,7 +24,7 @@ Hide the cursor
|
|||
.TP
|
||||
\fB\-d\fR, \fB\-\-display\fR NUM|TYPE
|
||||
Set the selection to a specific display.
|
||||
Values: number of display, 'active', 'all'
|
||||
Values: number of display, 'active', 'all' (default)
|
||||
.TP
|
||||
\fB\-s\fR, \fB\-\-screenshot\fR
|
||||
Take a screenshot
|
||||
|
|
|
|||
Loading…
Reference in a new issue