version bump

- respond to terminal resize events
- update packaging script
This commit is contained in:
Lilian Jónsdóttir 2024-07-31 00:53:12 -07:00
parent 40521eb646
commit 03c09e1da6
4 changed files with 9 additions and 9 deletions

8
gt.1
View file

@ -5,11 +5,11 @@
.nh
.ad l
.\" Begin generated content:
.TH "gt" "1" "2024-07-31" "gt version v0.0.1" "User Commands"
.TH "gt" "1" "2024-07-31" "gt version v0.0.2" "User Commands"
.PP
.SH NAME
.PP
gt - manual page for gt version 0.\&0.\&1
gt - manual page for gt version 0.\&0.\&2
.PP
.SH DESCRIPTION
.PP
@ -27,7 +27,7 @@ g(o)t(rash) is a simple, command line program to interface with the XDG Trash.\&
.PP
.SS VERSION:
.PP
0.\&0.\&1
0.\&0.\&2
.PP
.SS AUTHOR:
.PP
@ -68,7 +68,7 @@ operate on files recursively
.RE
\fB--work-dir\fR dir, \fB-w\fR dir
.RS 4
operate on files in this `DIRECTORY`
operate on files in this directory
.PP
.RE
\fB--hidden\fR, \fB-h\fR

View file

@ -1,8 +1,8 @@
gt(1) ["gt version v0.0.1" ["User Commands"]]
gt(1) ["gt version v0.0.2" ["User Commands"]]
# NAME
gt \- manual page for gt version 0.0.1
gt \- manual page for gt version 0.0.2
# DESCRIPTION
@ -20,7 +20,7 @@ g(o)t(rash) is a simple, command line program to interface with the XDG Trash. F
## VERSION:
0.0.1
0.0.2
## AUTHOR:

View file

@ -1,5 +1,5 @@
binary := "gt"
version := "0.0.1"
version := "0.0.2"
build_dir := "bin"
dist_dir := "dist"
cmd := "."

View file

@ -23,7 +23,7 @@ import (
const (
appname string = "gt"
appsubtitle string = "xdg trash cli"
appversion string = "v0.0.1"
appversion string = "v0.0.2"
appdesc string = `A small command line program to interface with the
Freedesktop.org / XDG trash specification.